Commit f0a84af877fed3f92cab4457a146a06f7859bd42

Authored by zhiyangdu
1 parent e4090046

注释分享按钮

src/pages/morePoints/morePoints.vue
... ... @@ -241,13 +241,13 @@ export default {
241 241 funcs: {
242 242 back: {
243 243 icon: "static/img/icon_back.png"
244   - },
245   - funcArray: [
246   - {
247   - icon: "static/img/icon_share.png",
248   - func: this.toShare
249   - }
250   - ]
  244 + }
  245 + // funcArray: [
  246 + // {
  247 + // icon: "static/img/icon_share.png",
  248 + // func: this.toShare
  249 + // }
  250 + // ]
251 251 }
252 252 });
253 253 }
... ...