doum
22 小时以前 a997c45ed4675d2eb045090fddb933235f4279cd
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()
      },