Ver a proveniência

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

tags/河北版C.8.1.01
rui há 6 anos
ascendente
cometimento
d1a00e2e66
1 ficheiros alterados com 3 adições e 1 eliminações
  1. +3
    -1
      pages/main/index.js

+ 3
- 1
pages/main/index.js Ver ficheiro

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


Carregando…
Cancelar
Guardar