Commit 9caddb1bfd8d86c2b8de5e24a6a4ec9262b6d175
1 parent
9755e985
优化
Showing
1 changed file
with
11 additions
and
9 deletions
src/pages/healthMall/healthMall.vue
| @@ -233,18 +233,20 @@ export default { | @@ -233,18 +233,20 @@ export default { | ||
| 233 | funcs: { | 233 | funcs: { |
| 234 | back: { | 234 | back: { |
| 235 | icon: "static/img/icon_back.png" | 235 | icon: "static/img/icon_back.png" |
| 236 | - }, | ||
| 237 | - funcArray: [ | ||
| 238 | - { | ||
| 239 | - icon: "static/img/icon_share.png", | ||
| 240 | - func: this.toShare | ||
| 241 | - } | ||
| 242 | - ] | 236 | + } |
| 237 | + // funcArray: [ | ||
| 238 | + // { | ||
| 239 | + // icon: "static/img/icon_share.png", | ||
| 240 | + // func: this.toShare | ||
| 241 | + // } | ||
| 242 | + // ] | ||
| 243 | } | 243 | } |
| 244 | }); | 244 | }); |
| 245 | + | ||
| 246 | + /*设置标题 */ | ||
| 247 | + this.$set(this.backs, 'title', "健康商城"); | ||
| 245 | } | 248 | } |
| 246 | - /*设置标题 */ | ||
| 247 | - this.$set(this.backs, 'title', "健康商城"); | 249 | + |
| 248 | }, | 250 | }, |
| 249 | mounted () { | 251 | mounted () { |
| 250 | // 如果是App外,设置唤起App和微信内分享参数 | 252 | // 如果是App外,设置唤起App和微信内分享参数 |