Selaa lähdekoodia

修改默认充值

lucheng 3 vuotta sitten
vanhempi
commit
204c7ed276
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      pages/chargemoney/chargemoney.js

+ 1 - 1
pages/chargemoney/chargemoney.js

@@ -6,7 +6,7 @@ Page({
    * 页面的初始数据
    */
   data: {
-    chargemoney_select: 1000,
+    chargemoney_select: null,
     userInfo: {},
     isLogin: false
   },