From f15ad3456b47e43646234b9c91c3ddd77ab2cd02 Mon Sep 17 00:00:00 2001
From: dcc <dcc@163.com>
Date: Wed, 05 Jun 2024 10:05:13 +0800
Subject: [PATCH] 123
---
src/page/user/recharge-sure.vue | 30 +++++++++++-------------------
1 files changed, 11 insertions(+), 19 deletions(-)
diff --git a/src/page/user/recharge-sure.vue b/src/page/user/recharge-sure.vue
index 97dcace..a48a426 100644
--- a/src/page/user/recharge-sure.vue
+++ b/src/page/user/recharge-sure.vue
@@ -63,9 +63,6 @@
</div>
</div>
</div>
-<!-- <van-cell-group>-->
-<!-- <van-cell :title="$t('最低取款金额')" value="内容" />-->
-<!-- </van-cell-group>-->
<van-button
class="but"
type="primary"
@@ -78,17 +75,12 @@
</template>
<script>
-import { ActionSheet, Notify,Cell, CellGroup } from "vant";
+import { ActionSheet, Notify } from "vant";
import ClipboardJS from "clipboard";
import { getBankCard, getMoney, outMoney } from "../../axios/api";
export default {
- components: {
- ActionSheet,
- [Notify.Component.name]: Notify.Component,
- Cell,
- CellGroup
- },
+ components: { ActionSheet, [Notify.Component.name]: Notify.Component },
data() {
return {
value: 0,
@@ -111,17 +103,17 @@
key: "US",
},
{
- name: this.$t("IN"),
+ name: this.$t("MAS"),
+ key: "MAS",
+ },
+ {
+ name: this.$t("HK"),
+ key: "HK",
+ },
+ {
+ name: this.$t("yg"),
key: "IN",
},
- // {
- // name: this.$t("MAS"),
- // key: "MAS",
- // },
- // {
- // name: this.$t("HK"),
- // key: "HK",
- // },
],
bankCard: {},
--
Gitblit v1.9.3