Kaynağa Gözat

fixed:金额初始化的默认显示

Zhengxiaowei 5 yıl önce
ebeveyn
işleme
b14ce622fb
1 değiştirilmiş dosya ile 1 ekleme ve 0 silme
  1. 1 0
      src/views/Pay/index.ux

+ 1 - 0
src/views/Pay/index.ux

@@ -129,6 +129,7 @@ export default {
     this.rechargeList.forEach((p, k) => {
       if (p.today_special) {
         this.curSelect = k;
+        this.total = this.rechargeList[k].price;
       }
     })
   },