1
2026-05-19 0ef335dce6b9f40f094fa46e08b0888a594fd2e1
src/page/user/recharge.vue
@@ -60,7 +60,7 @@
              @click="paytype = 1"
              :style="
                paytype == 1
                  ? 'border: 1px solid #c4d600;'
                  ? 'border: 1px solid #00f0ff;'
                  : 'border: 1px solid  #e5e8ed;'
              "
            >
@@ -71,7 +71,7 @@
              @click="paytype = 2"
              :style="
                paytype == 2
                  ? 'border: 1px solid #c4d600;'
                  ? 'border: 1px solid #00f0ff;'
                  : 'border: 1px solid  #e5e8ed;'
              "
            >
@@ -154,7 +154,7 @@
        tradeAmoun: this.value,
        type: this.paytype
      });
      console.log(res);
      // console.log(res);
      if (res.status == 0) {
        window.open(res.data);
      } else {
@@ -241,7 +241,7 @@
.but {
  width: 100%;
  color: #ffffff;
  background-color: #c4d600;
  background-color: #00f0ff;
  border: none;
  border-radius: 8px;
  height: 66px;