From 280bbc8fca6c6b52a334996258cd7d86532369d7 Mon Sep 17 00:00:00 2001 From: zhaojs <349234519@qq.com> Date: 星期四, 27 七月 2023 15:57:26 +0800 Subject: [PATCH] Merge tag '类目跳转修复' 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