From 7c35ab19240a46c39f2bbf91414b69a39bb0e211 Mon Sep 17 00:00:00 2001
From: zhaojs <349234519@qq.com>
Date: 星期三, 19 七月 2023 14:40:38 +0800
Subject: [PATCH] no message

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

diff --git a/uniapp/pages/rankinglist/compareprice.vue b/uniapp/pages/rankinglist/compareprice.vue
index 6fff353..747389b 100644
--- a/uniapp/pages/rankinglist/compareprice.vue
+++ b/uniapp/pages/rankinglist/compareprice.vue
@@ -38,7 +38,7 @@
 			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);
 			}
 			
 		},
diff --git a/uniapp/pages/search/searchResult.vue b/uniapp/pages/search/searchResult.vue
index 708be06..e8157a7 100644
--- a/uniapp/pages/search/searchResult.vue
+++ b/uniapp/pages/search/searchResult.vue
@@ -372,7 +372,7 @@
 					selectCoupon: this.selectCoupon == true ? 1 : 0
 				}).then(e => {
 					console.log(e);
-					if (e.code != 0) return that.$alert(e.msg)
+					if (e.code != 0) return;
 					var res = e.data;
 					uni.stopPullDownRefresh();
 					if (res.list.length < 10) {

--
Gitblit v1.9.3