Explorar el Código

修改默认充值

lucheng hace 3 años
padre
commit
204c7ed276
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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
   },