Commit 6f6fd3c18608cb67ab73046e477b4d8e743ead5b

Authored by zhiyangdu
1 parent 6931f742

领头雁首页新增title,去除分享按钮

Showing 1 changed file with 8 additions and 6 deletions
src/pages/mall/mall.vue
... ... @@ -122,12 +122,12 @@
122 122 back: {
123 123 icon: "static/img/icon_back.png"
124 124 },
125   - funcArray: [
126   - {
127   - icon: "static/img/icon_share.png",
128   - func: this.toShare
129   - }
130   - ]
  125 + // funcArray: [
  126 + // {
  127 + // icon: "static/img/icon_share.png",
  128 + // func: this.toShare
  129 + // }
  130 + // ]
131 131 }
132 132 });
133 133 }
... ... @@ -266,6 +266,8 @@
266 266 if (datas.color && datas.color.length) {
267 267 this.$set(this, "tabbarBackgroud", datas.color);
268 268 }
  269 + // 获取页面title
  270 + this.$set(this.backs, "title", datas.title);
269 271 /* 获取优选库精选活动数据 结束 */
270 272 } else if (res.code == 400) {
271 273 // 获取优选库精选活动失败
... ...