diff --git a/common/css/page.css b/common/css/page.css index aabdc7a0..83ced3e5 100644 --- a/common/css/page.css +++ b/common/css/page.css @@ -1115,7 +1115,7 @@ button[disabled].bg-grey { justify-content: space-around; } .jc-e { - justify-content: end; + justify-content: flex-end; } .align-c { align-items: center; diff --git a/common/css/plugins.css b/common/css/plugins.css index 9ac3b906..eb92f5e2 100644 --- a/common/css/plugins.css +++ b/common/css/plugins.css @@ -194,7 +194,8 @@ margin-left: 10rpx; } .plugins-blog-grid-list .item .blog-img { - width: 100%; + width: 100%; + height: 220rpx !important; } /** diff --git a/lang/en.json b/lang/en.json index 48d75af4..b91d8ef9 100644 --- a/lang/en.json +++ b/lang/en.json @@ -184,11 +184,11 @@ "plugins-coin-user": "Virtual currency", "plugins-coin-recharge": "Recharge", "plugins-coin-convert": "conversion", - "plugins-coin-withdrawal": "Withdrawal", + "plugins-coin-cash": "Withdrawal", "plugins-coin-detail": "detail", "plugins-coin-transfer-accounts-detail": "Transfer details", "plugins-coin-transaction-detail": "Transaction details", - "plugins-coin-withdrawal-detail": "Withdrawal details", + "plugins-coin-cash-detail": "Withdrawal details", "plugins-coin-convert-detail": "Conversion details", "plugins-coin-collection": "Collection", "plugins-coin-recharge-pay": "Recharge payment", @@ -1246,10 +1246,10 @@ "35837l": "3. If you have not bound your email or it has expired, you can bind your email and complete the verification by receiving the email.", "q2a553": "4. Please input the verification code correctly below. If you cannot see it clearly, you can click on the image to replace it. After completing the input, proceed to the next step.", "lh6bjr": "5. After receiving the security verification code, please complete the verification within 10 minutes.", - "ob4gn0": "6. After successful security verification, please complete the withdrawal application within 30 minutes.", + "ob4gn0": "6. After successful security verification, please complete the cash application within 30 minutes.", "d2ng16": "Bind phone number", "l2i4s8": "Current effective amount", - "27b4w5": "Minimum withdrawal amount", + "27b4w5": "Minimum cash amount", "2hc312": "Verification code format with 4 digits", "5dcsbd": "Please choose the authentication method" } @@ -1268,13 +1268,13 @@ "1xtff6": "Name of account holder", "445m7n": "The real name of the account holder of the receiving account", "858o54": "Security verification has timed out. Please verify again before proceeding", - "ke15x5": "Return to reapply for withdrawal", + "ke15x5": "Return to reapply for cash", "cymbdz": "Withdrawal amount, minimum", "27ky42": ", highest", "u2rnlw": "The format of the payment platform is between 1 and 60 characters", "s72t44": "The format of the receiving account should be between 1 and 60 characters", "f4605e": "The format of the account holder's name is between 1 to 30 characters", - "6t7x9u": "Please fill in the withdrawal amount", + "6t7x9u": "Please fill in the cash amount", "vbr59h": "Please fill in the payment platform", "0mn186": "Please fill in the receiving account number", "c7h4mu": "Please fill in the name of the account holder", diff --git a/lang/zh.json b/lang/zh.json index 3f1145f2..f974555a 100644 --- a/lang/zh.json +++ b/lang/zh.json @@ -189,11 +189,11 @@ "plugins-coin-recharge": "充值", "plugins-coin-recharge-pay": "充值支付", "plugins-coin-convert": "转换", - "plugins-coin-withdrawal": "提现", + "plugins-coin-cash": "提现", "plugins-coin-detail": "明细", "plugins-coin-transfer-list": "转账明细", "plugins-coin-transaction-list": "交易明细", - "plugins-coin-withdrawal-list": "提现明细", + "plugins-coin-cash-list": "提现明细", "plugins-coin-convert-list": "转换明细", "plugins-coin-recharge-list": "充值明细", "plugins-coin-collection": "收款" diff --git a/pages.json b/pages.json index 8dc30d28..93fc1c26 100644 --- a/pages.json +++ b/pages.json @@ -1475,7 +1475,7 @@ } }, { - "path": "withdrawal/withdrawal", + "path": "cash/cash", "style": { // #ifdef MP-WEIXIN || MP-BAIDU || MP-QQ || MP-KUAISHOU || APP "navigationStyle": "custom", @@ -1517,7 +1517,7 @@ } }, { - "path": "withdrawal-list/withdrawal-list", + "path": "cash-list/cash-list", "style": { "enablePullDownRefresh": true, "navigationBarTitleText": "" diff --git a/pages/index/index.vue b/pages/index/index.vue index b4ef8936..1730b62c 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -185,7 +185,7 @@ {{$t('common.more')}} - + diff --git a/pages/plugins/coin/withdrawal-list/withdrawal-list.css b/pages/plugins/coin/cash-list/cash-list.css similarity index 92% rename from pages/plugins/coin/withdrawal-list/withdrawal-list.css rename to pages/plugins/coin/cash-list/cash-list.css index 0b94792a..83130956 100644 --- a/pages/plugins/coin/withdrawal-list/withdrawal-list.css +++ b/pages/plugins/coin/cash-list/cash-list.css @@ -1,4 +1,4 @@ -.withdrawal .nav { +.cash .nav { z-index: 102; } diff --git a/pages/plugins/coin/withdrawal-list/withdrawal-list.vue b/pages/plugins/coin/cash-list/cash-list.vue similarity index 88% rename from pages/plugins/coin/withdrawal-list/withdrawal-list.vue rename to pages/plugins/coin/cash-list/cash-list.vue index c271737d..1086aa29 100644 --- a/pages/plugins/coin/withdrawal-list/withdrawal-list.vue +++ b/pages/plugins/coin/cash-list/cash-list.vue @@ -1,6 +1,6 @@