gang.huang 4 年之前
父節點
當前提交
16d851ca42
共有 1 個文件被更改,包括 1 次插入2 次删除
  1. 1 2
      pages/postage/postage.js

+ 1 - 2
pages/postage/postage.js

@@ -117,7 +117,7 @@ Page({
    * 生命周期函数--监听页面加载
    */
   onLoad: function (options) {
-   
+    this.requestGoods();
   },
 
   requestGoods() {
@@ -265,7 +265,6 @@ Page({
    * 生命周期函数--监听页面显示
    */
   onShow: function () {
-    this.requestGoods();
     let msgs = app.genMsgs();
     this.setData({ msgList: msgs });
     const record = app.globalData.record || {}