浏览代码

fix[litemall-wx]: 商品详情页刷新后,详情图片会变小.

Junling Bu 6 年之前
父节点
当前提交
6f289b0b5f
共有 2 个文件被更改,包括 2 次插入22 次删除
  1. 1 12
      litemall-wx/pages/goods/goods.js
  2. 1 10
      renard-wx/pages/goods/goods.js

+ 1 - 12
litemall-wx/pages/goods/goods.js

@@ -687,17 +687,6 @@ Page({
   onReady: function() {
     // 页面渲染完成
 
-  },
-  // 下拉刷新
-  onPullDownRefresh() {
-    wx.showNavigationBarLoading() //在标题栏中显示加载
-    this.getGoodsInfo();
-    wx.hideNavigationBarLoading() //完成停止加载
-    wx.stopPullDownRefresh() //停止下拉刷新
-  },
-  //根据已选的值,计算其它值的状态
-  setSpecValueStatus: function() {
-
-  },
+  }
 
 })

+ 1 - 10
renard-wx/pages/goods/goods.js

@@ -661,14 +661,5 @@ Page({
     // 页面渲染完成
     this.sharePop = this.selectComponent("#sharePop");
     this.notify = this.selectComponent("#van-notify");
-  },
-  // 下拉刷新
-  onPullDownRefresh() {
-    wx.showNavigationBarLoading() //在标题栏中显示加载
-    this.getGoodsInfo();
-    wx.hideNavigationBarLoading() //完成停止加载
-    wx.stopPullDownRefresh() //停止下拉刷新
-  },
-  //根据已选的值,计算其它值的状态
-  setSpecValueStatus: function() {},
+  }
 })