Переглянути джерело

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

Zhengxiaowei 5 роки тому
батько
коміт
b14ce622fb
1 змінених файлів з 1 додано та 0 видалено
  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;
       }
     })
   },