zhaojs
2023-07-27 280bbc8fca6c6b52a334996258cd7d86532369d7
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);
         }
         
      },