From fc9bd6378d3bfbde6d5c71535757a3d44de8d8ff Mon Sep 17 00:00:00 2001 From: zhaojs <349234519@qq.com> Date: 星期四, 20 七月 2023 15:18:06 +0800 Subject: [PATCH] Merge branch 'feature/1.1.4开发' into develop --- uniapp/pages/rankinglist/compareprice.vue | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/uniapp/pages/rankinglist/compareprice.vue b/uniapp/pages/rankinglist/compareprice.vue index 747389b..bcd6277 100644 --- a/uniapp/pages/rankinglist/compareprice.vue +++ b/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); } }, -- Gitblit v1.9.3