diff --git a/pages.json b/pages.json
index f16251d..69ebd33 100644
--- a/pages.json
+++ b/pages.json
@@ -60,6 +60,9 @@
{
"path": "mine/wallet"
},
+ {
+ "path": "mine/withdraw"
+ },
{
"path": "mine/team"
},
diff --git a/pages_order/mine/wallet.vue b/pages_order/mine/wallet.vue
index c168a1d..5bb79d2 100644
--- a/pages_order/mine/wallet.vue
+++ b/pages_order/mine/wallet.vue
@@ -2,6 +2,72 @@
+
+
+
+
+
+
+
+
+
+ 裂变星1号
+
+
+
+ {{ `¥${100.0}` }}
+ 可提现余额(元)
+
+
+
+
+
+
+
+ 总收益:{{ `¥${276.0}` }}
+ 已提现:{{ `¥${176.0}` }}
+
+
+
+
+
+
+
+ {{ item.title }}
+
+ {{ `+${item.count}` }}
+
+
+ {{ `-${item.count}` }}
+
+
+
+ {{ item.createTime }}
+ {{ `余额:${item.account}` }}
+
+
+
+
+
+
@@ -9,10 +75,235 @@
export default {
data() {
return {
+ detailList: [
+ {
+ id: '001',
+ title: '提现-微信',
+ type: 'out',
+ count: '88.0',
+ account: '100.0',
+ createTime: '2025年2月15日 12:56:48',
+ },
+ {
+ id: '002',
+ title: '活动奖励',
+ type: 'in',
+ count: '12.8',
+ account: '188.0',
+ createTime: '2025年2月14日 12:56:48',
+ },
+ {
+ id: '003',
+ title: '提现-微信',
+ type: 'out',
+ count: '88.0',
+ account: '263.2',
+ createTime: '2025年2月13日 12:56:48',
+ },
+ ]
}
- }
+ },
+ onShow() {
+ // todo
+
+ // fetch user-info
+ // fetch detail
+ },
+ onReachBottom() {
+ // todo
+
+ // fetch more detail
+ },
+ methods: {
+ openCalendars() {
+ this.$refs.calendars.open();
+ },
+ onSelectDate(e) {
+ console.log('--onSelectDate', e)
+
+ // todo
+
+ // fetch detail
+ }
+ },
}
\ No newline at end of file
diff --git a/pages_order/mine/withdraw.vue b/pages_order/mine/withdraw.vue
new file mode 100644
index 0000000..a471533
--- /dev/null
+++ b/pages_order/mine/withdraw.vue
@@ -0,0 +1,166 @@
+
+
+
+
+
+
+
+
+ ¥
+
+
+
+ {{ `可用金额:¥${account}` }}
+
+
+
+ 提现至
+
+ 微信
+
+ (本人已实名微信账号)
+
+
+ 余额提现至微信钱包,提现限额2000元/日次日00:00恢复提现额度。
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/pages_order/sharing/personal.vue b/pages_order/sharing/personal.vue
index ee8c285..e018ed5 100644
--- a/pages_order/sharing/personal.vue
+++ b/pages_order/sharing/personal.vue
@@ -74,7 +74,7 @@
this.detail = {
id: '001',
- avatarUrl: '../static/temp-avator.png',
+ avatarUrl: '../static/temp-avatar.png',
nickName: '裂变星官方指导客服',
imageUrl: 'http://gips3.baidu.com/it/u=70459541,3412285454&fm=3028&app=3028&f=JPEG&fmt=auto?w=960&h=1280',
times: 10,
diff --git a/pages_order/static/center/arrow.png b/pages_order/static/center/arrow.png
new file mode 100644
index 0000000..0288f0e
Binary files /dev/null and b/pages_order/static/center/arrow.png differ
diff --git a/pages_order/static/center/down.png b/pages_order/static/center/down.png
new file mode 100644
index 0000000..616a749
Binary files /dev/null and b/pages_order/static/center/down.png differ
diff --git a/pages_order/static/center/overview-bg.png b/pages_order/static/center/overview-bg.png
new file mode 100644
index 0000000..7a76641
Binary files /dev/null and b/pages_order/static/center/overview-bg.png differ
diff --git a/pages_order/static/center/title-bg.png b/pages_order/static/center/title-bg.png
new file mode 100644
index 0000000..69be0da
Binary files /dev/null and b/pages_order/static/center/title-bg.png differ
diff --git a/pages_order/static/center/wx.png b/pages_order/static/center/wx.png
new file mode 100644
index 0000000..b2f880e
Binary files /dev/null and b/pages_order/static/center/wx.png differ
diff --git a/pages_order/static/temp-avator.png b/pages_order/static/temp-avatar.png
similarity index 100%
rename from pages_order/static/temp-avator.png
rename to pages_order/static/temp-avatar.png
diff --git a/static/image/tabbar/home-a.png b/static/image/tabbar/home-a.png
index 0d4a89d..80f28c1 100644
Binary files a/static/image/tabbar/home-a.png and b/static/image/tabbar/home-a.png differ
diff --git a/static/image/tabbar/home.png b/static/image/tabbar/home.png
index 80f28c1..0d4a89d 100644
Binary files a/static/image/tabbar/home.png and b/static/image/tabbar/home.png differ