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> -->
@@ -470,7 +470,6 @@
         onSelect(e) {
            this.$i18n.locale = e.lang
            window.localStorage.setItem('language', e.lang)
        console.log(e.lang);
         },
         slesetpay(item, index) {
            this.payindex = index
@@ -551,7 +550,7 @@
               payType: this.id,
               payAmt: this.withdrawalValue
            })
            if (data.status === 0) {
               if (navigator.vibrate) {
                  // 支持
@@ -1254,4 +1253,4 @@
   .bank_1:last-child {
      border: none;
   }
</style>
</style>