Kaynağa Gözat

提现默认选中类型

huan-jie 5 yıl önce
ebeveyn
işleme
7e76da3ce9
1 değiştirilmiş dosya ile 3 ekleme ve 0 silme
  1. 3 0
      pages/otherpage/money/withdraw.vue

+ 3 - 0
pages/otherpage/money/withdraw.vue

@@ -136,6 +136,9 @@
           if (Number(res.data.status) === 1) {
             let data = res.data.data
             this.list = data.list
+            if (this.list && this.list.length) {
+              this.selectedId = this.list[0].id
+            }
           }
         }).catch(e => {
           console.log(e)