Pārlūkot izejas kodu

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

Zhengxiaowei 5 gadi atpakaļ
vecāks
revīzija
b14ce622fb
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  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;
       }
     })
   },