Commit e15d8db6642be04e15440338872ab86f8a78c1aa
1 parent
da9c35a3
购好物,旗舰店暂时先屏蔽分享按钮~
Showing
2 changed files
with
7 additions
and
7 deletions
src/main.js
| @@ -68,7 +68,7 @@ import "url-search-params-polyfill"; | @@ -68,7 +68,7 @@ import "url-search-params-polyfill"; | ||
| 68 | Vue.config.productionTip = false; | 68 | Vue.config.productionTip = false; |
| 69 | 69 | ||
| 70 | // 部署模式设置(开发模式:"dev",测试模式:"test",生产模式:"prod") | 70 | // 部署模式设置(开发模式:"dev",测试模式:"test",生产模式:"prod") |
| 71 | -Vue.prototype.mode = "dev"; | 71 | +Vue.prototype.mode = "prod"; |
| 72 | 72 | ||
| 73 | // 微信JS-SDK对象 | 73 | // 微信JS-SDK对象 |
| 74 | Vue.prototype.jweixin = { | 74 | Vue.prototype.jweixin = { |
src/pages/mall2/mall2.vue
| @@ -171,12 +171,12 @@ | @@ -171,12 +171,12 @@ | ||
| 171 | back: { | 171 | back: { |
| 172 | icon: "static/img/icon_back.png" | 172 | icon: "static/img/icon_back.png" |
| 173 | }, | 173 | }, |
| 174 | - funcArray: [ | ||
| 175 | - { | ||
| 176 | - icon: "static/img/icon_share.png", | ||
| 177 | - func: this.toShare | ||
| 178 | - } | ||
| 179 | - ] | 174 | + // funcArray: [ |
| 175 | + // { | ||
| 176 | + // icon: "static/img/icon_share.png", | ||
| 177 | + // func: this.toShare | ||
| 178 | + // } | ||
| 179 | + // ] | ||
| 180 | } | 180 | } |
| 181 | }); | 181 | }); |
| 182 | } | 182 | } |