diff --git a/i18n/lang/en.json b/i18n/lang/en.json
index 03e6c78..a196a7d 100644
--- a/i18n/lang/en.json
+++ b/i18n/lang/en.json
@@ -69,6 +69,7 @@
"c5": "your transfer order has been submitted successfully, please wait patiently, and the transfer result will be notified by SMS or e-mail. Please check it carefully. If you have any questions, please contact the customer service in time.",
"c6": "Proportion of increase",
"c7": "Current valuation",
+ "c8": "Select date",
"loading": "loading",
"c12": "Rejection Information",
"c13": "Withdrawal password",
diff --git a/i18n/lang/zh-TW.json b/i18n/lang/zh-TW.json
index e2a0c88..996e026 100644
--- a/i18n/lang/zh-TW.json
+++ b/i18n/lang/zh-TW.json
@@ -68,6 +68,7 @@
"c4": "數量",
"c5": "您的劃轉訂單已提交成功,請耐心等待,劃轉結果會以簡訊或郵件的管道通知。請注意查收,如有疑問請及時聯系客服",
"c6": "漲幅比例",
+ "c8": "選擇日期",
"loading": "加载中",
"c12": "駁回信息",
"c13": "提款密碼",
diff --git a/pages/assets/records.vue b/pages/assets/records.vue
index ff10d4a..6e7ae6c 100644
--- a/pages/assets/records.vue
+++ b/pages/assets/records.vue
@@ -116,6 +116,12 @@ import formData from "@/utils/class/date";
this.depositHistory();
}
},
+ cancelWithdraw(item) {
+ Wallet.cancelWithdraw({ withdraw_id: item.id }).then(res => {
+ this.$toast(this.$t('otc.d4'));
+ this.getWithdrawRecords()
+ })
+ },
},
onLoad(e) {
// console.log('---------',e);
diff --git a/pages/auth/primary.vue b/pages/auth/primary.vue
index 9c5fbf1..7058cf8 100644
--- a/pages/auth/primary.vue
+++ b/pages/auth/primary.vue
@@ -9,33 +9,40 @@
-
-
- {{$t('auth.d0')}}
-
-
-
-
-
-
- {{$t('auth.d1')}}
-
-
-
-
-
-
-
-
-
-
-
+
+
+ {{$t('auth.d0')}}
+
+
+
+
+
+ {{$t('auth.d0')}}
+
+
+
+
+
+
+ {{$t('auth.d1')}}
+
+
+
+
+
+
+
+
+
+
+
{{$t('auth.b1')}}
@@ -263,4 +270,13 @@ export default {
height: 24px;
font-size: 15px;
}
+ /deep/.uni-date-x--border{
+ border: 0px;
+ }
+ /deep/.uni-date__x-input{
+ padding-left: 0px;
+ }
+ /deep/.uni-date-x .icon-calendar{
+ padding-left: 0px;
+ }
diff --git a/pages/base/home.vue b/pages/base/home.vue
index 4b47596..b74528e 100644
--- a/pages/base/home.vue
+++ b/pages/base/home.vue
@@ -1351,7 +1351,7 @@