From 8ce688c697f1c6758faa1ffb5d22d830801980c0 Mon Sep 17 00:00:00 2001
From: wangxiaowei <1121133807@qq.com>
Date: Sun, 21 Sep 2025 18:18:38 +0800
Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E9=A1=B5=E9=9D=A2?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/bundle/parten/components/Tabbar.vue | 38 +++--
src/bundle/parten/pages/bill/bill.vue | 2 +-
src/bundle/parten/pages/my/my.vue | 145 +++++++++++++++++-
src/bundle/parten/pages/sub/sub.vue | 2 +-
src/bundle/parten/pages/withdraw/withdraw.vue | 75 +++++++++
src/pages.json | 11 +-
src/pages/my/my.vue | 22 +--
7 files changed, 262 insertions(+), 33 deletions(-)
create mode 100644 src/bundle/parten/pages/withdraw/withdraw.vue
diff --git a/src/bundle/parten/components/Tabbar.vue b/src/bundle/parten/components/Tabbar.vue
index 89e010b..4430657 100644
--- a/src/bundle/parten/components/Tabbar.vue
+++ b/src/bundle/parten/components/Tabbar.vue
@@ -1,21 +1,20 @@
- currentTab--{{ currentTab }}
-
-
+
+
-
+
-
+
-
+
-
+
-
+
@@ -23,24 +22,33 @@
-
diff --git a/src/bundle/parten/pages/sub/sub.vue b/src/bundle/parten/pages/sub/sub.vue
index e431a55..037ba5c 100644
--- a/src/bundle/parten/pages/sub/sub.vue
+++ b/src/bundle/parten/pages/sub/sub.vue
@@ -9,7 +9,7 @@
-
+
diff --git a/src/bundle/parten/pages/withdraw/withdraw.vue b/src/bundle/parten/pages/withdraw/withdraw.vue
new file mode 100644
index 0000000..5eef75a
--- /dev/null
+++ b/src/bundle/parten/pages/withdraw/withdraw.vue
@@ -0,0 +1,75 @@
+
+ {
+ "layout": "default",
+ "style": {
+ "navigationBarBackgroundColor": "#F6F7F9",
+ "navigationBarTitleText": "提现"
+ }
+ }
+
+
+
+
+
+
+
+ 到账银行卡
+
+
+
+
+ 招商银行(3265)
+
+
+
+
+
+
+
+
+ 提现金额
+
+
+
+ ¥
+
+
+
+
+
+ 可提现36542.3元
+ 全部提现
+
+
+ 确定
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/pages.json b/src/pages.json
index e25293b..1c36ec9 100644
--- a/src/pages.json
+++ b/src/pages.json
@@ -409,7 +409,7 @@
"type": "page",
"layout": "default",
"style": {
- "navigationBarTitleText": ""
+ "navigationStyle": "custom"
}
},
{
@@ -419,6 +419,15 @@
"style": {
"navigationBarTitleText": ""
}
+ },
+ {
+ "path": "parten/pages/withdraw/withdraw",
+ "type": "page",
+ "layout": "default",
+ "style": {
+ "navigationBarBackgroundColor": "#F6F7F9",
+ "navigationBarTitleText": "提现"
+ }
}
]
}
diff --git a/src/pages/my/my.vue b/src/pages/my/my.vue
index cd68514..9903bd5 100644
--- a/src/pages/my/my.vue
+++ b/src/pages/my/my.vue
@@ -12,7 +12,7 @@
-
+
@@ -26,7 +26,7 @@
-
+
{{ isLogin ? '王大帅' : '立即登录' }}
@@ -39,7 +39,7 @@
-
+
@@ -52,16 +52,16 @@
-
+
{{ isLogin ? 51 : '- -' }}
优惠券
-
+
{{ isLogin ? 51 : '- -' }}
收藏
-
+
@@ -82,7 +82,7 @@
-
+
2026.03.06到期
@@ -134,7 +134,7 @@
-
+
@@ -146,7 +146,7 @@
-
+
@@ -235,7 +235,7 @@
-
+
@@ -291,7 +291,7 @@
})
- const my = {
+ const My = {
// 跳转抖音团购
handleToDouYinGroupBuying: () => {
uni.navigateTo({