MrShi
3 天以前 b0712811a0421dd3d4bc6ea03c54b7b39096439e
mini-program/pagesA/pages/shop_points/shop_points.vue
@@ -57,7 +57,7 @@
            shop:{},
            active:0,
            backHeadImage:'',
            backImage: require('@/static/images/jifen_bg@2x.png')
            backImage: ''
         };
      },
      onReachBottom(){
@@ -72,7 +72,10 @@
          }
      },
      onLoad() {
          this.getBase64Img('/static/images/jifen_bg@2x.png')
         if (uni.getStorageSync('backgroundImage')) {
            this.backImage = uni.getStorageSync('backgroundImage').shopIntegralBg
         }
          // this.getBase64Img('/static/images/jifen_bg@2x.png')
      },
      onShow() {
          this.shop  ={}