MrShi
昨天 297734ace4c05848b28a792fa89f38bee67be3c1
mini-program/pages/share/share.vue
@@ -82,7 +82,7 @@
      },
      data() {
         return {
            backgroundImge: null,
            backgroundImge: '',
            info:{}
         }
      },
@@ -99,11 +99,14 @@
         return { 
            title: '鼎元农机商城-邀请好友',
            path:path,
            imageUrl: "/static/images/share.jpg"
            imageUrl: uni.getStorageSync('backgroundImage').centerInviteBg
         }
      },
      onLoad(){
          this.getBase64Img('/static/images/fenxiang_ic@2x.png')
         if (uni.getStorageSync('backgroundImage')) {
            this.backgroundImge = uni.getStorageSync('backgroundImage').userInviteBg
         }
          // this.getBase64Img('/static/images/fenxiang_ic@2x.png')
      },
      methods:{
         async  getDataList(){