Procházet zdrojové kódy

fix: weixin pay fail func showToast error

wangyuan před 2 roky
rodič
revize
1d2b51e775
1 změnil soubory, kde provedl 5 přidání a 7 odebrání
  1. 5 7
      pages/buy/buy.js

+ 5 - 7
pages/buy/buy.js

@@ -22,12 +22,6 @@ Page({
     appuserheadimg: '',
     from: '' // 从哪个页面进入的页面
   },
-
-  onShow () {
-    this.getGoodsList()
-    this.getAccountNmberFn()
-  },
-
   /**
    * 生命周期函数--监听页面显示
    */
@@ -39,8 +33,12 @@ Page({
       appusername: userName.length > 8 ? userName.substring(0,4) : userName,
       appuserheadimg: headImg
     })
+    this.initPage()
+  },
+  initPage () {
+    this.getGoodsList()
+    this.getAccountNmberFn()
   },
-
   // 获取套餐次数
   getAccountNmberFn () {
     var that = this