zhaojs
2023-07-26 eb4d171a50e4940d4822ec57641ba24be7747afa
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);
         }
         
      },