From c6f83537de95f3c5e591cd2eff90f1163f38f118 Mon Sep 17 00:00:00 2001
From: 陶杰 <1378534974@qq.com>
Date: 星期五, 01 十一月 2024 10:55:33 +0800
Subject: [PATCH] 1.钱包

---
 sub_pages/supplier/wallet/wallet-withdrao-deposit-record.vue |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

diff --git a/sub_pages/supplier/wallet/wallet-withdrao-deposit-record.vue b/sub_pages/supplier/wallet/wallet-withdrao-deposit-record.vue
index 649a8eb..91f861f 100644
--- a/sub_pages/supplier/wallet/wallet-withdrao-deposit-record.vue
+++ b/sub_pages/supplier/wallet/wallet-withdrao-deposit-record.vue
@@ -33,7 +33,13 @@
 				</view>	
 				<u-cell-group>
 					<u-cell v-for="(item,index) in list " :key="index">
-						<image slot="icon" src="https://hmy-flower.oss-cn-shanghai.aliyuncs.com/dc/dc56da3413664c829b0be3c229672c88qianbi.png" class="image-icon"></image>
+						<!-- <image slot="icon" src="https://hmy-flower.oss-cn-shanghai.aliyuncs.com/dc/dc56da3413664c829b0be3c229672c88qianbi.png" class="image-icon"></image> -->
+						<view  slot="icon">
+							<image v-if="item.withdrawState=='start' "  src="https://hmy-flower.oss-cn-shanghai.aliyuncs.com/47/4778ee2740904450a9d420305e9c940awithdrawstart.png" class="image-icon"></image>
+							<image v-else-if="item.withdrawState=='success' "  src="https://hmy-flower.oss-cn-shanghai.aliyuncs.com/47/477032a3a4a3480ea71f0aad040f9047withdrawsucess.png" class="image-icon"></image>
+							<image v-else-if="item.withdrawState=='fail' "  src="https://hmy-flower.oss-cn-shanghai.aliyuncs.com/37/3721dfee31684221b3476e4182517699withdrawfail.png" class="image-icon"></image>
+							<image v-else  src="https://hmy-flower.oss-cn-shanghai.aliyuncs.com/dc/dc56da3413664c829b0be3c229672c88qianbi.png" class="image-icon"></image>
+						</view>
 						<view slot="title">
 							<text class="f10">提交:{{getYyyyMmDdHh24Mi(item.createTime)}}</text>
 							<text class="margin-lf-20 f10">¥{{item.amount}}</text>

--
Gitblit v1.9.3