From a5b825873529c9a8d6039c3638494019318221c3 Mon Sep 17 00:00:00 2001
From: zhaojs <349234519@qq.com>
Date: 星期三, 09 八月 2023 15:44:57 +0800
Subject: [PATCH] no message

---
 uniapp/pages/rankinglist/compareprice.vue |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/uniapp/pages/rankinglist/compareprice.vue b/uniapp/pages/rankinglist/compareprice.vue
index 6fff353..bcd6277 100644
--- a/uniapp/pages/rankinglist/compareprice.vue
+++ b/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);
 			}
 			
 		},

--
Gitblit v1.9.3