doum
22 小时以前 8fd09daba5c89106b4a9aacd8d5ef9354afc93be
mini-program/pages/my-points/my-points.vue
@@ -57,10 +57,13 @@
               { name: '收入', id: '0' },
               { name: '支出', id: '1' }
            ],
            backImage: require('@/static/images/jifen_bg@2x.png')
            backImage: 'https://doumeetest.oss-cn-beijing.aliyuncs.com/activity/20260227/ce9df604-80a3-4848-b023-908c80bfbcc7.png'
         };
      },
      onLoad() {
         if (uni.getStorageSync('backgroundImage')) {
            this.backImage = uni.getStorageSync('backgroundImage').shopIntegralBg
         }
         this.getPoints()
         this.getList()
      },