dcc
2024-05-12 bb845e84c2fd2a3f0b780b871d93934b16e1490e
src/page/user/recharge-sure.vue
@@ -63,6 +63,9 @@
          </div>
        </div>
      </div>
<!--      <van-cell-group>-->
<!--        <van-cell :title="$t('最低取款金额')" value="内容" />-->
<!--      </van-cell-group>-->
      <van-button
        class="but"
        type="primary"
@@ -75,12 +78,17 @@
</template>
<script>
import { ActionSheet, Notify } from "vant";
import { ActionSheet, Notify,Cell, CellGroup } from "vant";
import ClipboardJS from "clipboard";
import { getBankCard, getMoney, outMoney } from "../../axios/api";
export default {
  components: { ActionSheet, [Notify.Component.name]: Notify.Component },
  components: {
    ActionSheet,
    [Notify.Component.name]: Notify.Component,
    Cell,
    CellGroup
  },
  data() {
    return {
      value: 0,