zhao_js
2024-10-21 c5f1a3589bd8924c11dbe01aabe1e760a14df3e4
uniapp/pages/rankinglist/compareprice.vue
@@ -38,7 +38,8 @@
         else{
            const value = uni.getStorageSync('userInfo');
            console.log(value)
            this.webviewUrl = encodeURI('https://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);
         }
         
      },