diff --git a/src/router/index.ts b/src/router/index.ts index 7801986..5b3801e 100644 --- a/src/router/index.ts +++ b/src/router/index.ts @@ -21,6 +21,46 @@ const routes: Array = [ path:"video", name: "Video", component: () => import("../views/mine/ReleaseVideo.vue") + }, + { + path:"wallet", + name: "Wallet", + component: () => import("../views/mine/Wallet.vue") + }, + { + path:"transaction", + name: "Transaction", + component: () => import("../views/mine/Transaction.vue") + }, + { + path:"transactionxq", + name: "Transactiondetail", + component: () => import("../views/mine/Transactiondetail.vue") + }, + { + path:"cashoutxq", + name: "Cashoutdetail", + component: () => import("../views/mine/Cashoutdetail.vue") + }, + { + path:"cashout", + name: "Cashout", + component: () => import("../views/mine/Cashout.vue") + }, + { + path:"addaccount", + name: "Addaccount", + component: () => import("../views/mine/Addaccount.vue") + }, + { + path:"liststatistic", + name: "Liststatistic", + component: () => import("../views/mine/Liststatistic.vue") + }, + { + path:"aboutus", + name: "Aboutus", + component: () => import("../views/mine/Aboutus.vue") } ] }, diff --git a/src/static/images/aboutbg.png b/src/static/images/aboutbg.png new file mode 100644 index 0000000..c888b43 Binary files /dev/null and b/src/static/images/aboutbg.png differ diff --git a/src/static/images/account.png b/src/static/images/account.png new file mode 100644 index 0000000..f548e3b Binary files /dev/null and b/src/static/images/account.png differ diff --git a/src/static/images/bank.png b/src/static/images/bank.png new file mode 100644 index 0000000..be114ad Binary files /dev/null and b/src/static/images/bank.png differ diff --git a/src/static/images/chuanzhen.png b/src/static/images/chuanzhen.png new file mode 100644 index 0000000..39e31a4 Binary files /dev/null and b/src/static/images/chuanzhen.png differ diff --git a/src/static/images/dingyuetj.png b/src/static/images/dingyuetj.png new file mode 100644 index 0000000..08a987f Binary files /dev/null and b/src/static/images/dingyuetj.png differ diff --git a/src/static/images/dingyuetjicon.png b/src/static/images/dingyuetjicon.png new file mode 100644 index 0000000..e7d05dc Binary files /dev/null and b/src/static/images/dingyuetjicon.png differ diff --git a/src/static/images/erweima.png b/src/static/images/erweima.png new file mode 100644 index 0000000..cececb0 Binary files /dev/null and b/src/static/images/erweima.png differ diff --git a/src/static/images/ewm.png b/src/static/images/ewm.png new file mode 100644 index 0000000..8dc9f3c Binary files /dev/null and b/src/static/images/ewm.png differ diff --git a/src/static/images/foreignbank.png b/src/static/images/foreignbank.png new file mode 100644 index 0000000..b4fda0d Binary files /dev/null and b/src/static/images/foreignbank.png differ diff --git a/src/static/images/money.png b/src/static/images/money.png new file mode 100644 index 0000000..e440ecf Binary files /dev/null and b/src/static/images/money.png differ diff --git a/src/static/images/paypi.png b/src/static/images/paypi.png new file mode 100644 index 0000000..d3919ac Binary files /dev/null and b/src/static/images/paypi.png differ diff --git a/src/static/images/shipintj.png b/src/static/images/shipintj.png new file mode 100644 index 0000000..1a5cd20 Binary files /dev/null and b/src/static/images/shipintj.png differ diff --git a/src/static/images/shipintjicon.png b/src/static/images/shipintjicon.png new file mode 100644 index 0000000..0fd5cec Binary files /dev/null and b/src/static/images/shipintjicon.png differ diff --git a/src/static/images/walletadd.png b/src/static/images/walletadd.png new file mode 100644 index 0000000..a66db60 Binary files /dev/null and b/src/static/images/walletadd.png differ diff --git a/src/static/images/walletweixin.png b/src/static/images/walletweixin.png new file mode 100644 index 0000000..a16f84e Binary files /dev/null and b/src/static/images/walletweixin.png differ diff --git a/src/static/images/walletzfb.png b/src/static/images/walletzfb.png new file mode 100644 index 0000000..ff81468 Binary files /dev/null and b/src/static/images/walletzfb.png differ diff --git a/src/static/images/wode.png b/src/static/images/wode.png new file mode 100644 index 0000000..75d7065 Binary files /dev/null and b/src/static/images/wode.png differ diff --git a/src/static/images/zhibotj.png b/src/static/images/zhibotj.png new file mode 100644 index 0000000..b6a4627 Binary files /dev/null and b/src/static/images/zhibotj.png differ diff --git a/src/static/images/zhibotjicon.png b/src/static/images/zhibotjicon.png new file mode 100644 index 0000000..9dcc4c4 Binary files /dev/null and b/src/static/images/zhibotjicon.png differ diff --git a/src/views/login/About.vue b/src/views/login/About.vue index f4e69ea..04aeae0 100644 --- a/src/views/login/About.vue +++ b/src/views/login/About.vue @@ -1,23 +1,252 @@ \ No newline at end of file diff --git a/src/views/login/Login.vue b/src/views/login/Login.vue index 95c88b9..4adb178 100644 --- a/src/views/login/Login.vue +++ b/src/views/login/Login.vue @@ -155,13 +155,22 @@ export default defineComponent({ labelCol: 4, wrapperCol: 14, }; - const tabselected = ref(1); - const time = ref(60); + const tabselected = ref(1); //tab切换的标志 + const time = ref(60);//倒计时 + + /** + * @param val 子组件传过来的值 + */ const Selectnum: (val: number) => void = (val: number) => { console.log("收到子组件事件", val); tabselected.value = val; }; + + /** + * @param + * 点击获取验证码 触发倒计时 + */ const getcode: () => void = () => { console.log(11111); const timestep = setInterval(() => { diff --git a/src/views/login/Reset.vue b/src/views/login/Reset.vue index afe2650..6d17917 100644 --- a/src/views/login/Reset.vue +++ b/src/views/login/Reset.vue @@ -28,11 +28,11 @@
- - - +
+ +
13937984111
- + +
+ + + + 银行卡 + + + + 支付宝 + + + + 微信 + + +
+
+ + + + 银行卡 + + + + payple + + +
+
+
+
+
+ 姓名 + +
+
+ 卡号 + +
+
+ 开户行 + +
+
+
+
+
+
+ 帐号 + +
+
+
+
+
扫码绑定
+
+ +
注:
+
+ 打开手机微信扫描左侧二维码 进行微信账户绑定 +
+
+
+ +
+
+
+ 账户名 + +
+
+ 银行账户 + +
+
+
银行BIC码 /swift code
+ +
+
+
+ +
+
+
+ 帐号 + +
+
+
+
提交
+ +
+ + + + + \ No newline at end of file diff --git a/src/views/mine/Cashout.vue b/src/views/mine/Cashout.vue new file mode 100644 index 0000000..cab0617 --- /dev/null +++ b/src/views/mine/Cashout.vue @@ -0,0 +1,272 @@ + + + + \ No newline at end of file diff --git a/src/views/mine/Cashoutdetail.vue b/src/views/mine/Cashoutdetail.vue new file mode 100644 index 0000000..5b9f56f --- /dev/null +++ b/src/views/mine/Cashoutdetail.vue @@ -0,0 +1,148 @@ + + + + \ No newline at end of file diff --git a/src/views/mine/Liststatistic.vue b/src/views/mine/Liststatistic.vue new file mode 100644 index 0000000..c825516 --- /dev/null +++ b/src/views/mine/Liststatistic.vue @@ -0,0 +1,150 @@ + + + + \ No newline at end of file diff --git a/src/views/mine/Transaction.vue b/src/views/mine/Transaction.vue new file mode 100644 index 0000000..6593b4a --- /dev/null +++ b/src/views/mine/Transaction.vue @@ -0,0 +1,157 @@ + + + + \ No newline at end of file diff --git a/src/views/mine/Transactiondetail.vue b/src/views/mine/Transactiondetail.vue new file mode 100644 index 0000000..789d23d --- /dev/null +++ b/src/views/mine/Transactiondetail.vue @@ -0,0 +1,123 @@ + + + + \ No newline at end of file diff --git a/src/views/mine/Wallet.vue b/src/views/mine/Wallet.vue new file mode 100644 index 0000000..b898556 --- /dev/null +++ b/src/views/mine/Wallet.vue @@ -0,0 +1,449 @@ + + + + \ No newline at end of file