zhaojs
2023-07-20 404ce868eec06566420c58c683dee54fc9ecff2a
uniapp/pages/rankinglist/compareprice.vue
@@ -38,7 +38,8 @@
         else{
            const value = uni.getStorageSync('userInfo');
            console.log(value)
            this.webviewUrl = encodeURI('http://appapitest.ushopvip.com/html/compareprice.html?token='+value.token);
            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);
         }
         
      },