zhaojs
2023-07-19 7c35ab19240a46c39f2bbf91414b69a39bb0e211
uniapp/pages/rankinglist/compareprice.vue
@@ -38,7 +38,7 @@
         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);
         }
         
      },