From a6d864e557a2e146d71bb4601c06470f258c4959 Mon Sep 17 00:00:00 2001
From: wangfukang <15630117759@163.com>
Date: Tue, 11 Aug 2026 09:43:49 +0800
Subject: [PATCH] 1
---
components/tab-bar/myCenter.vue | 36 +++++++++++++++++++++++++++++++--
1 file changed, 34 insertions(+), 2 deletions(-)
diff --git a/components/tab-bar/myCenter.vue b/components/tab-bar/myCenter.vue
index 7e4ce0e..4ed2acf 100644
--- a/components/tab-bar/myCenter.vue
+++ b/components/tab-bar/myCenter.vue
@@ -28,6 +28,12 @@
-->
+
+ 临时测试:支付成功中间页
+ ›
+
+
@@ -785,17 +791,20 @@
uni.setStorageSync('schoolShop', shops)
const pendingShop = shops.find((item) => item && item.status == 0)
if (pendingShop) {
- this.tui.toast((pendingShop.shopName || '店铺') + ' 正在审核中,暂时不能提交新店铺注册', 2000)
uni.hideLoading()
+ this.tui.toast((pendingShop.shopName || '店铺') + ' 正在审核中,暂时不能提交新店铺注册', 2000)
return
}
+ uni.hideLoading()
uni.navigateTo({
url: '/package3/shop/merchantRegister'
})
+ return
} else {
+ uni.hideLoading()
this.tui.toast(res.message)
+ return
}
- uni.hideLoading()
}).catch(() => {
uni.hideLoading()
})
@@ -920,6 +929,8 @@
return
} else if (e == 'dingdan') {
url = '/package1/order/orderList'
+ } else if (e == 'orderConfirmTest') {
+ url = '/package1/order/orderConfirm?id=1&groupId=&amount=12.34'
} else if (e == 'groupPending') {
url = '/package2/group/groupPendingList'
} else if (e == 'addType') {
@@ -1228,6 +1239,27 @@
height: 42rpx;
}
+ .temp-order-confirm-btn {
+ height: 78rpx;
+ margin-top: 24rpx;
+ padding: 0 26rpx;
+ border-radius: 28rpx;
+ background: linear-gradient(90deg, rgba(255, 243, 207, .95), rgba(218, 255, 240, .95));
+ box-shadow: 0 14rpx 34rpx rgba(38, 118, 92, .1);
+ color: #1a4f42;
+ font-size: 26rpx;
+ font-weight: 900;
+ display: flex;
+ align-items: center;
+ justify-content: space-between;
+ }
+
+ .temp-order-confirm-arrow {
+ font-size: 36rpx;
+ line-height: 1;
+ color: #14866c;
+ }
+
.saving-hero,
.section-card,
.quick-card,