Commit 5c4876cfe970ef31aa3246eb215c85c62099dda5

Authored by zhiyangdu
1 parent 1f1dcd96

健康商城调优

src/pages/healthGoodDetails/healthGoodDetails.vue
... ... @@ -337,12 +337,12 @@ export default {
337 337 /**
338 338 * 分享
339 339 */
340   - toShare () {
341   - // 判断分享
342   - if (typeof this.$parent.toShare === 'function') {
343   - this.$parent.toShare(46, this.$route.query.goodsId, "");
344   - }
345   - },
  340 + // toShare () {
  341 + // // 判断分享
  342 + // if (typeof this.$parent.toShare === 'function') {
  343 + // this.$parent.toShare(46, this.$route.query.goodsId, "");
  344 + // }
  345 + // },
346 346 /**
347 347 * 健康值兑换接口
348 348 */
... ... @@ -535,13 +535,13 @@ export default {
535 535 funcs: {
536 536 back: {
537 537 icon: "static/img/icon_back.png"
538   - },
539   - funcArray: [
540   - {
541   - icon: "static/img/icon_share.png",
542   - func: this.toShare
543   - }
544   - ]
  538 + }
  539 + // funcArray: [
  540 + // {
  541 + // icon: "static/img/icon_share.png",
  542 + // func: this.toShare
  543 + // }
  544 + // ]
545 545 }
546 546 });
547 547  
... ...
src/pages/pointsExchangeRecords/pointsExchangeRecords.less
1 1 .records_back{
2 2 background: #F6F6F6;
3 3 min-height: 100vh;
  4 + margin-bottom: 110px;
4 5 .com_box{
5 6 margin: 30px 30px 0 30px;
6 7 background: #FFFFFF;
... ...