zhaojs
2023-08-09 a5b825873529c9a8d6039c3638494019318221c3
uniapp/pages/rankinglist/compareprice.vue
@@ -39,6 +39,7 @@
            const value = uni.getStorageSync('userInfo');
            console.log(value)
            this.webviewUrl = encodeURI('http://dfgapp.ushopvip.com/html/compareprice.html?token='+value.token);
            //this.webviewUrl = encodeURI('http://appapitest.ushopvip.com/html/compareprice.html?token='+value.token);
         }
         
      },