Commit 9c47d6d16a4a4217755166182925df041c3b9fd0

Authored by 王强
1 parent 5a217dfc

新版商城首页页面完成~

Showing 1 changed file with 6 additions and 2 deletions
src/pages/mall2/mall2.vue
... ... @@ -319,8 +319,12 @@
319 319 // 设置标题
320 320 this.$set(this, "title", datas.title);
321 321  
322   - // 设置后退按钮组
323   - this.$set(this.backs, 'title', datas.title);
  322 + // 判断App内
  323 + if (this.isCNLive.value) {
  324 +
  325 + // 设置后退按钮组
  326 + this.$set(this.backs, 'title', datas.title);
  327 + }
324 328  
325 329 // 设置navs数据
326 330 if (datas.navs && datas.navs.length) {
... ...