From e3ed35b53e2179a1e328daa8b53a7ece77b7161c Mon Sep 17 00:00:00 2001
From: lin <1005713861@163.com>
Date: Mon, 18 May 2026 16:10:07 +0800
Subject: [PATCH] UI:购有趣安卓 1.3.9:隐藏立即更新功能,加工费,积分

---
 unpackage/res/icons/80x80.png     |    0 
 unpackage/res/icons/76x76.png     |    0 
 unpackage/res/icons/120x120.png   |    0 
 unpackage/res/icons/192x192.png   |    0 
 unpackage/res/icons/152x152.png   |    0 
 unpackage/res/icons/40x40.png     |    0 
 unpackage/res/icons/96x96.png     |    0 
 App.vue                           |   28 ++++++++++++++--------------
 unpackage/res/icons/1024x1024.png |    0 
 pages/pays/pays.vue               |    4 ++--
 pages/ginfo/ginfo.vue             |    2 +-
 unpackage/res/icons/29x29.png     |    0 
 manifest.json                     |    4 ++--
 unpackage/res/icons/58x58.png     |    0 
 unpackage/res/icons/60x60.png     |    0 
 unpackage/res/icons/167x167.png   |    0 
 unpackage/res/icons/20x20.png     |    0 
 unpackage/res/icons/144x144.png   |    0 
 unpackage/res/icons/87x87.png     |    0 
 unpackage/res/icons/180x180.png   |    0 
 pages/index/index.vue             |    4 ++--
 unpackage/res/icons/72x72.png     |    0 
 22 files changed, 21 insertions(+), 21 deletions(-)

diff --git a/App.vue b/App.vue
index 255140f..2149252 100644
--- a/App.vue
+++ b/App.vue
@@ -35,10 +35,10 @@
 								url: '/pages/login/login'
 							})
 							return false
-						
+
 					}
 					uni.setStorageSync('Config', JSON.stringify(res.data))
-					
+
 					// #ifdef APP-PLUS
 					//机型
 					let platform = uni.getSystemInfoSync().platform.toLocaleLowerCase()
@@ -59,17 +59,17 @@
 							updesc = res.data.android.desc
 						}
 						if (downUrl && updateFlag) {
-							uni.showModal({
-								showCancel: false,
-								confirmText: '立即更新',
-								title: '温馨提示!',
-								content: updesc || '有最新版本,请更新APP!',
-								success: res => {
-									if (res.confirm) {
-										plus.runtime.openURL(downUrl)
-									}
-								}
-							})
+							// uni.showModal({
+							// 	showCancel: false,
+							// 	confirmText: '立即更新',
+							// 	title: '温馨提示!',
+							// 	content: updesc || '有最新版本,请更新APP!',
+							// 	success: res => {
+							// 		if (res.confirm) {
+							// 			plus.runtime.openURL(downUrl)
+							// 		}
+							// 	}
+							// })
 						}
 					})
 					// #endif
@@ -115,4 +115,4 @@
 </style>
 <style lang="scss">
 	@import '@/uni_modules/uv-ui-tools/index.scss';
-</style>
\ No newline at end of file
+</style>
diff --git a/manifest.json b/manifest.json
index 5b855aa..b4a955a 100644
--- a/manifest.json
+++ b/manifest.json
@@ -2,8 +2,8 @@
     "name" : "购有趣",
     "appid" : "__UNI__E97BFD9",
     "description" : "",
-    "versionName" : "1.3.8",
-    "versionCode" : 138,
+    "versionName" : "1.3.9",
+    "versionCode" : 139,
     "transformPx" : false,
     /* 5+App特有相关 */
     "app-plus" : {
diff --git a/pages/ginfo/ginfo.vue b/pages/ginfo/ginfo.vue
index 60442c2..9260862 100644
--- a/pages/ginfo/ginfo.vue
+++ b/pages/ginfo/ginfo.vue
@@ -14,7 +14,7 @@
 			<view class="">
 				<text>¥</text>
 				<text>{{goodsData.price}}</text>
-				<text>积分:{{goodsData.points}}</text>
+				<!-- <text>积分:{{goodsData.points}}</text> -->
 			</view>
 			<view class="collect" @tap="collectGoods">
 				<image :src="goodsData.collect == 1 ? '/static/imgs/colls.png' : '/static/imgs/coll.png'" mode=""></image>
diff --git a/pages/index/index.vue b/pages/index/index.vue
index 43770b4..c39e776 100644
--- a/pages/index/index.vue
+++ b/pages/index/index.vue
@@ -118,8 +118,8 @@
 							<!-- <view class="hyj">
 								<image src="@/static/imgs/hyj.png" mode=""></image>
 							</view> -->
-							<view>¥</view>
-							<view class="red">{{itm.price}}</view>
+							<!-- <view>¥</view>
+							<view class="red">{{itm.price}}</view> -->
 						</view>
 					</view>
 				</view>
diff --git a/pages/pays/pays.vue b/pages/pays/pays.vue
index 2b5dfde..2b082ea 100644
--- a/pages/pays/pays.vue
+++ b/pages/pays/pays.vue
@@ -45,11 +45,11 @@
 			</view>
 		</view>
 		<view class="total">
-			<view class="">
+			<!-- <view class="">
 				<text>加工费:</text>
 				<text class="red total-price">{{rateTotal}}</text>
 				<text class="cny">元</text>
-			</view>
+			</view> -->
 			<view class="">
 				<text>合计:</text>
 				<text class="red total-price">{{payTotal}}</text>
diff --git a/unpackage/res/icons/1024x1024.png b/unpackage/res/icons/1024x1024.png
index 1219fd6..1bafa72 100644
--- a/unpackage/res/icons/1024x1024.png
+++ b/unpackage/res/icons/1024x1024.png
Binary files differ
diff --git a/unpackage/res/icons/120x120.png b/unpackage/res/icons/120x120.png
index 716ca56..e73730f 100644
--- a/unpackage/res/icons/120x120.png
+++ b/unpackage/res/icons/120x120.png
Binary files differ
diff --git a/unpackage/res/icons/144x144.png b/unpackage/res/icons/144x144.png
index c92e3be..157e584 100644
--- a/unpackage/res/icons/144x144.png
+++ b/unpackage/res/icons/144x144.png
Binary files differ
diff --git a/unpackage/res/icons/152x152.png b/unpackage/res/icons/152x152.png
index b4ead22..9807ef0 100644
--- a/unpackage/res/icons/152x152.png
+++ b/unpackage/res/icons/152x152.png
Binary files differ
diff --git a/unpackage/res/icons/167x167.png b/unpackage/res/icons/167x167.png
index 13e54ec..df08191 100644
--- a/unpackage/res/icons/167x167.png
+++ b/unpackage/res/icons/167x167.png
Binary files differ
diff --git a/unpackage/res/icons/180x180.png b/unpackage/res/icons/180x180.png
index 73e3e2e..2e1651b 100644
--- a/unpackage/res/icons/180x180.png
+++ b/unpackage/res/icons/180x180.png
Binary files differ
diff --git a/unpackage/res/icons/192x192.png b/unpackage/res/icons/192x192.png
index d9c7c32..1ff4a46 100644
--- a/unpackage/res/icons/192x192.png
+++ b/unpackage/res/icons/192x192.png
Binary files differ
diff --git a/unpackage/res/icons/20x20.png b/unpackage/res/icons/20x20.png
index 27fabfa..561b52e 100644
--- a/unpackage/res/icons/20x20.png
+++ b/unpackage/res/icons/20x20.png
Binary files differ
diff --git a/unpackage/res/icons/29x29.png b/unpackage/res/icons/29x29.png
index f93fc2d..62ab066 100644
--- a/unpackage/res/icons/29x29.png
+++ b/unpackage/res/icons/29x29.png
Binary files differ
diff --git a/unpackage/res/icons/40x40.png b/unpackage/res/icons/40x40.png
index 673f56b..6667c1c 100644
--- a/unpackage/res/icons/40x40.png
+++ b/unpackage/res/icons/40x40.png
Binary files differ
diff --git a/unpackage/res/icons/58x58.png b/unpackage/res/icons/58x58.png
index afa4681..4c7cee2 100644
--- a/unpackage/res/icons/58x58.png
+++ b/unpackage/res/icons/58x58.png
Binary files differ
diff --git a/unpackage/res/icons/60x60.png b/unpackage/res/icons/60x60.png
index 90f32e6..abc3f59 100644
--- a/unpackage/res/icons/60x60.png
+++ b/unpackage/res/icons/60x60.png
Binary files differ
diff --git a/unpackage/res/icons/72x72.png b/unpackage/res/icons/72x72.png
index af19b42..9782afb 100644
--- a/unpackage/res/icons/72x72.png
+++ b/unpackage/res/icons/72x72.png
Binary files differ
diff --git a/unpackage/res/icons/76x76.png b/unpackage/res/icons/76x76.png
index e9b5078..95026b1 100644
--- a/unpackage/res/icons/76x76.png
+++ b/unpackage/res/icons/76x76.png
Binary files differ
diff --git a/unpackage/res/icons/80x80.png b/unpackage/res/icons/80x80.png
index a5bb0b8..96931fd 100644
--- a/unpackage/res/icons/80x80.png
+++ b/unpackage/res/icons/80x80.png
Binary files differ
diff --git a/unpackage/res/icons/87x87.png b/unpackage/res/icons/87x87.png
index 4ca1d5b..3801faf 100644
--- a/unpackage/res/icons/87x87.png
+++ b/unpackage/res/icons/87x87.png
Binary files differ
diff --git a/unpackage/res/icons/96x96.png b/unpackage/res/icons/96x96.png
index 3e32189..1889714 100644
--- a/unpackage/res/icons/96x96.png
+++ b/unpackage/res/icons/96x96.png
Binary files differ

--
Gitblit v1.9.3