dcc
2024-05-22 1f3ee012d7ba1c26b8a4b3df338163963dc6fa27
src/page/wallet/index.vue
@@ -143,15 +143,15 @@
               <div v-show="payindex==3" class="qrcode" ref="qrCodeUrl"></div>
               <div class="qrcode_txt">{{array[3].channelDesc}}</div>
            </div>
            <!-- <div class="ttx_input" style="align-items: center;flex-wrap: wrap;justify-content: space-between;height: 67px;">
         <div :class="index==payindex?'ttx_boxa':'ttx_box'" @click="slesetpay(item,index)" v-for="(item,index) in array" :key="index">{{item.channelName}}</div>
      </div> -->
            <!-- <div>
               <div style="width: 100%; display: flex; justify-content: center;align-items: center;display: flex;
       flex-direction: column;">
               </div>
            </div> -->
@@ -489,7 +489,7 @@
            if (data.status === 0) {
               this.onlineService = data.data.onlineService
            } else {
               Toast(data.msg)
               // Toast(data.msg)
            }
         },
         async getUserInfo() {
@@ -550,7 +550,7 @@
               payType: this.id,
               payAmt: this.withdrawalValue
            })
            if (data.status === 0) {
               if (navigator.vibrate) {
                  // 支持
@@ -1253,4 +1253,4 @@
   .bank_1:last-child {
      border: none;
   }
</style>
</style>