123
dcc
2024-06-05 f15ad3456b47e43646234b9c91c3ddd77ab2cd02
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: {},