diff --git a/src/components/BindMsgModal.vue b/src/components/BindMsgModal.vue
new file mode 100644
index 0000000..392ff42
--- /dev/null
+++ b/src/components/BindMsgModal.vue
@@ -0,0 +1,50 @@
+
+
+
+
+
+
+
+
+
+
+
+ 绑定
+
+
+
+ 截图保存后,使用微信扫码并关注
+
+
+
+
+
diff --git a/src/components/XConfirmModal.vue b/src/components/XConfirmModal.vue
new file mode 100644
index 0000000..0c361ea
--- /dev/null
+++ b/src/components/XConfirmModal.vue
@@ -0,0 +1,89 @@
+
+
+
+
+
+
+
+
+
+
+ {{ title }}
+ {{ info }}
+
+
+
+
+
+ 取消
+ {{ confirmText }}
+
+
+
+
+
diff --git a/src/components/XModal.vue b/src/components/XModal.vue
index 02b73b0..bd92bc0 100644
--- a/src/components/XModal.vue
+++ b/src/components/XModal.vue
@@ -4,6 +4,7 @@ const show = defineModel('show');
+import Avatar from '../../static/images/banner占位.png';
+import MAICON from '../../static/icons/打码.png';
+import SQ from '../../static/icons/搜索.png';
+import XNav from "../../components/XNav.vue";
+import filer from "../../static/icons/filer-balck.png";
+import XFilter from "../../components/XFilter.vue";
+import {reactive, ref} from "vue";
+import XFilterItem from "../../components/XFilterItem.vue";
+import XRadioGroup from "../../components/XRadioGroup.vue";
+import XRadio from "../../components/XRadio.vue";
+const isVague = ref(false);
+const showFilter = ref(false);
+const isSearch = ref(false);
+const sumPo = reactive({
+ type: 0,
+});
+
+
+
+
+
+
+ 我邀请的
+ 他人邀请的
+
+
+
+
+
+
+ 按收益
+ 加入时间正序
+ 加入时间倒序
+
+
+
+
+
+
+ 我邀请的
+
+ 按收益排序
+
+
+
+ 筛选
+
+
+
+
+
+
+ 今天
+ 昨天
+ 累计
+
+
+
+
+ 新增成员(个)
+
+ 4
+
+
+
+ 团队收益(元)
+
+ 15.64
+
+
+
+ 团队奖励(元)
+
+ 5.60
+
+
+
+
+
+
+
+ 数据明细
+
+
+
+ {{ isVague ? '取消' : '一键' }}打码
+
+
+
+ 搜索
+
+
+
+
+
+
+
+
+
+
+ 一只哈里路
+ 2024-01-26 加入
+
+
+ id:53379
+
+
+
+
+
+ 收益:
+ 245.14
+
+
+ 收益:
+ 245.14
+
+
+
+
-
diff --git a/src/pages/messagePush/index.vue b/src/pages/messagePush/index.vue
index 7bb84c4..eb0f5bb 100644
--- a/src/pages/messagePush/index.vue
+++ b/src/pages/messagePush/index.vue
@@ -1,11 +1,74 @@
+
+
+
+
+ 暂未绑定
+ 当前消息推送无法使用,将影响您收益!
+
+
+ 开始绑定
+
+
+
+
+
+
+
+
+
+ 结算提醒
+ 新的收益入账,待您确认后方可提现
+
+
+
+
+
+
+ 回填提醒
+ 回填时间临近时,会提醒您
+
+
+
+
+
+
+ 修改提醒
+ 来自商家的修改建议,助力变现
+
+
+
+
+
+
+ 申诉提醒
+ 通知您向平台发起的任务申诉结果
+
+
+
-
diff --git a/src/pages/paymentAccount/index.vue b/src/pages/paymentAccount/index.vue
index fb2b8d3..c48956f 100644
--- a/src/pages/paymentAccount/index.vue
+++ b/src/pages/paymentAccount/index.vue
@@ -1,6 +1,6 @@
@@ -26,7 +34,9 @@ import XLink from "../../components/XLink.vue";
支付宝
-
+
+
+
135 7777 9865
diff --git a/src/pages/user/index.vue b/src/pages/user/index.vue
index ad229b9..e7299c1 100644
--- a/src/pages/user/index.vue
+++ b/src/pages/user/index.vue
@@ -136,11 +136,12 @@ const tabs = [
- 邀请好友
+ 联系客服
-
+
- 邀请好友
+ 消息推送
diff --git a/src/pages/wallet/components/WithdrawalModal.vue b/src/pages/wallet/components/WithdrawalModal.vue
new file mode 100644
index 0000000..3dc7aad
--- /dev/null
+++ b/src/pages/wallet/components/WithdrawalModal.vue
@@ -0,0 +1,78 @@
+
+
+
+
+
+
+
+
+
+
+
+
+ 请核对提现信息
+
+
+ 姓名:李晓
+ 支付宝号:13566890241
+ 提现金额:36.78
+ 提现手续费:3.678
+ 到账金额:33.10
+
+
+ 手续费率为6%,由三方代账公司收取
+
+
+
+
+
+
+
+
diff --git a/src/pages/wallet/index.vue b/src/pages/wallet/index.vue
index bd54e16..7d43173 100644
--- a/src/pages/wallet/index.vue
+++ b/src/pages/wallet/index.vue
@@ -5,6 +5,11 @@ import XNav from "../../components/XNav.vue";
import XLink from "../../components/XLink.vue";
import Right from "../../static/icons/right.png";
import {toPage} from "../../utils/uils.js";
+import WithdrawalModal from "./components/WithdrawalModal.vue";
+
+const withdrawal = async () => {
+
+}
@@ -26,10 +31,13 @@ import {toPage} from "../../utils/uils.js";
可提现余额(元)
0.00
-
- 立即提现
-
+
+
+ 立即提现
+
+
@@ -60,7 +68,7 @@ import {toPage} from "../../utils/uils.js";
-
+
变动记录
diff --git a/src/pages/walletLog/index.vue b/src/pages/walletLog/index.vue
index e1885ea..8107758 100644
--- a/src/pages/walletLog/index.vue
+++ b/src/pages/walletLog/index.vue
@@ -1,6 +1,4 @@
-
+
diff --git a/src/scss/global.scss b/src/scss/global.scss
index 3c29154..849639b 100644
--- a/src/scss/global.scss
+++ b/src/scss/global.scss
@@ -48,6 +48,10 @@ $primary-color: #2D5CF6;
white-space: nowrap;
}
+.test-20r {
+ font-size: 20rpx;
+}
+
.test-22r {
font-size: 22rpx;
}
diff --git a/src/static/icons/bd1.png b/src/static/icons/bd1.png
new file mode 100644
index 0000000..62fa1e9
Binary files /dev/null and b/src/static/icons/bd1.png differ
diff --git a/src/static/icons/bd2.png b/src/static/icons/bd2.png
new file mode 100644
index 0000000..3f3cded
Binary files /dev/null and b/src/static/icons/bd2.png differ
diff --git a/src/static/icons/bd3.png b/src/static/icons/bd3.png
new file mode 100644
index 0000000..05a9c97
Binary files /dev/null and b/src/static/icons/bd3.png differ
diff --git a/src/static/icons/bd4.png b/src/static/icons/bd4.png
new file mode 100644
index 0000000..954b535
Binary files /dev/null and b/src/static/icons/bd4.png differ
diff --git a/src/static/icons/bdh.png b/src/static/icons/bdh.png
new file mode 100644
index 0000000..abbbc75
Binary files /dev/null and b/src/static/icons/bdh.png differ
diff --git a/src/static/icons/filer-balck.png b/src/static/icons/filer-balck.png
new file mode 100644
index 0000000..84497de
Binary files /dev/null and b/src/static/icons/filer-balck.png differ
diff --git a/src/static/icons/打码.png b/src/static/icons/打码.png
new file mode 100644
index 0000000..bb48449
Binary files /dev/null and b/src/static/icons/打码.png differ
diff --git a/src/static/icons/搜索.png b/src/static/icons/搜索.png
new file mode 100644
index 0000000..63dbd7f
Binary files /dev/null and b/src/static/icons/搜索.png differ
diff --git a/src/static/icons/缺省图.png b/src/static/icons/缺省图.png
new file mode 100644
index 0000000..84ca798
Binary files /dev/null and b/src/static/icons/缺省图.png differ