浏览代码

[首页-限时抢购,专题][修改][显示条件]

tags/河北版C.8.1.01
rui 5 年前
父节点
当前提交
d1a00e2e66
共有 1 个文件被更改,包括 3 次插入1 次删除
  1. +3
    -1
      pages/main/index.js

+ 3
- 1
pages/main/index.js 查看文件

@@ -471,7 +471,7 @@ Page({
targetAd: 2
}
}).then(res => {
if (res.data.list.title) {
if (res && res.data.total>0) {
that.setData({
xslist: res.data.list,
showQg:true
@@ -637,6 +637,8 @@ Page({
wx.stopPullDownRefresh();
//爆款专区下拉刷新
that.selectComponent("#hot").getList();
that.getxsList();
that.topicShow();
},
//加载更多
onReachBottom: function() {


正在加载...
取消
保存