From ea2fb93a0dfcde8f5b66825b20f9d9b835a28acc Mon Sep 17 00:00:00 2001
From: MrShi <1878285526@qq.com>
Date: 星期五, 22 五月 2026 10:54:09 +0800
Subject: [PATCH] 提交

---
 small-program/shop/pages/wallet/wallet.vue |    9 ++++-----
 1 files changed, 4 insertions(+), 5 deletions(-)

diff --git a/small-program/shop/pages/wallet/wallet.vue b/small-program/shop/pages/wallet/wallet.vue
index f2a329f..1ba7f1a 100644
--- a/small-program/shop/pages/wallet/wallet.vue
+++ b/small-program/shop/pages/wallet/wallet.vue
@@ -75,7 +75,7 @@
 							<view class="info">
 								<view class="info-a">
 									<view class="info-a-label">
-									{{item.type === 0 ? '瀹屾垚璁㈠崟' : item.type === 1 ? '鎻愮幇鏀嚭' : item.type === 2 ? '鎻愮幇閫�鍥�' : item.type === 3 ? '骞冲彴濂栧姳' : item.type === 4 ? '璐d换鎵f' : item.type === 5 ? '寮傚父閲戦' : ''}}
+									{{item.type === 0 ? '瀹屾垚璁㈠崟' : item.type === 1 ? '鎻愮幇鏀嚭' : item.type === 2 ? '鎻愮幇閫�鍥�' : item.type === 3 ? '骞冲彴濂栧姳' : item.type === 4 ? '璐d换鎵f' : item.type === 5 ? '淇濈琛ヨ创' : ''}}
 									<template  v-if="item.type === 1">
 										<text style="color: #FF0020;"  v-if="item.status == 2">澶勭悊涓�</text>
 										<text style="color: #FF0020;" v-else-if="item.status == 1">澶辫触</text>
@@ -83,7 +83,7 @@
 									</template>
 									</view>
 									<view class="info-a-price">
-										<text>{{[1, 4, 5].includes(item.type) ? '-' : '+'}}{{item.amountInfo || 0}}</text>
+										<text>{{[1, 4].includes(item.type) ? '-' : '+'}}{{item.amountInfo || 0}}</text>
 										<text></text>
 									</view>
 								</view>
@@ -120,9 +120,8 @@
 						<view  @click="checkType(1)" :class="tempType == 1?'sear-item-list-item active':'sear-item-list-item'">璁㈠崟缁撶畻</view>
 						<view  @click="checkType(2)" :class="tempType == 2?'sear-item-list-item active':'sear-item-list-item'">鎻愮幇</view>
 						<view  @click="checkType(6)" :class="tempType == 6?'sear-item-list-item active':'sear-item-list-item'">鎻愮幇閫�鍥�</view>
-						<view  @click="checkType(3)" :class="tempType == 3?'sear-item-list-item active':'sear-item-list-item'">骞冲彴濂栧姳</view>
 						<view  @click="checkType(4)" :class="tempType == 4?'sear-item-list-item active':'sear-item-list-item'">璐d换鎵f</view>
-						<view  @click="checkType(5)" :class="tempType == 5?'sear-item-list-item active':'sear-item-list-item'">寮傚父閲戦</view>
+						<view  @click="checkType(5)" :class="tempType == 5?'sear-item-list-item active':'sear-item-list-item'">淇濈琛ヨ创</view>
 						<view style="width: 216rpx; height: 0;"></view>
 						<view style="width: 216rpx; height: 0;"></view>
 					</view>
@@ -337,7 +336,7 @@
 						this.words = '鍏ㄩ儴'
 					}else {
 						let t1 = this.active === 1 ? '鏀跺叆 ':(this.active === 2 ? '鏀嚭 ' : '');
-						let t2 = this.type === 1 ? '璁㈠崟缁撶畻' : (this.type === 2 ? '鎻愮幇' : (this.type === 3 ? '骞冲彴濂栧姳' : (this.type === 4 ? '璐d换鎵f' : (this.type === 5 ? '寮傚父閲戦' : (this.type === 6 ? '鎻愮幇閫�鍥�' : '')))))
+						let t2 = this.type === 1 ? '璁㈠崟缁撶畻' : (this.type === 2 ? '鎻愮幇' : (this.type === 3 ? '骞冲彴濂栧姳' : (this.type === 4 ? '璐d换鎵f' : (this.type === 5 ? '淇濈琛ヨ创' : (this.type === 6 ? '鎻愮幇閫�鍥�' : '')))))
 						if(t1 !='' && t2 !=''){
 							this.wordsWidth = 350
 						}

--
Gitblit v1.9.3