From 938a98018687bb74be4c419fcbb328f5ad89fef8 Mon Sep 17 00:00:00 2001 From: "DESKTOP-GMUNQ1B\\k" <1154079537@qq.com> Date: Sat, 9 Mar 2024 17:35:36 +0800 Subject: [PATCH] 1 --- pages/store/applicationRecord/index.vue | 26 +- pages/store/settled/index.vue | 316 ++++++++++-------------- pages/users/invite_code/index.vue | 8 +- 3 files changed, 161 insertions(+), 189 deletions(-) diff --git a/pages/store/applicationRecord/index.vue b/pages/store/applicationRecord/index.vue index d5f84fe..d6e707a 100644 --- a/pages/store/applicationRecord/index.vue +++ b/pages/store/applicationRecord/index.vue @@ -10,9 +10,12 @@ - - - + + + + {{statusText(item.status)}} {{statusBtn(item.status)}} @@ -83,7 +86,6 @@ }, // 跳转逻辑 jump(item) { - console.log(item) if ([0, 2].includes(item.status)) { uni.navigateTo({ url: `/pages/store/settled/index?mer_i_id=${item.mer_intention_id}` @@ -125,53 +127,64 @@ align-items: center; background-color: #F5F5F5; padding: 20rpx 30rpx; + .card-list { width: 100%; background-color: #fff; padding: 20rpx 24rpx; margin: 10rpx 20rpx; border-radius: 12rpx; + .card-top { height: 140rpx; + .title { font-size: 28rpx; font-weight: bold; color: #333333; } + .time { color: #999999; font-size: 24rpx; padding: 5rpx 0; } + .reason { color: #E93323; font-weight: bold; font-size: 24rpx; } } + .line { height: 2rpx; margin: 20rpx 0 20rpx 0; background-color: #EEEEEE; } + .card-bottom { display: flex; justify-content: space-between; align-items: center; color: #333; + .card-status { display: flex; align-items: center; + .status-icon { width: 30rpx; height: 30rpx; margin: 10rpx; } + .status-text { font-size: 28rpx; font-weight: 500; } } + .status-btn { font-size: 26rpx; color: #555; @@ -182,19 +195,22 @@ } } } + .no-shop { width: 100%; background-color: #fff; height: 100vh; + .pictrue { display: flex; flex-direction: column; align-items: center; color: $uni-nothing-text; + image { width: 414rpx; height: 380rpx; } } } - + \ No newline at end of file diff --git a/pages/store/settled/index.vue b/pages/store/settled/index.vue index fea4e6b..d689f0b 100644 --- a/pages/store/settled/index.vue +++ b/pages/store/settled/index.vue @@ -87,18 +87,7 @@ - + @@ -106,11 +95,8 @@ 公司性质 - - - + @@ -141,7 +127,6 @@ - @@ -154,7 +139,6 @@ - @@ -174,18 +158,10 @@ - - - 请上传行业相关其他资质证明图片 @@ -204,87 +180,89 @@ - - - - 对公账号 - - - - - - 银行卡号 - - - - - - 开户银行 - - - - - - 开户网点 - - - - - - 持卡人 - - - - - - 请上传银行卡正面照片 - (支持JPG、PNG、JPEG) - - - - - - - 上传图片 - - - - - - - - 联系电话 - - - - - - 验证码 - - - - - - - 验证码 - - - - - - - + + + + 对公账号 + + + + + + 银行卡号 + + + + + + 开户银行 + + + + + + 开户网点 + + + + + + 持卡人 + + + + + + 请上传银行卡正面照片 + (支持JPG、PNG、JPEG) + + + + + + + 上传图片 + + + + + + + + 联系电话 + + + + + + 验证码 + + + + + + + 验证码 + + + + + + + 已阅读并同意 @@ -333,9 +311,6 @@ -