|
|
|
@ -122,7 +122,12 @@ Page({ |
|
|
|
if(this.data.path){ |
|
|
|
wx.navigateTo({ url: this.data.path }) |
|
|
|
} |
|
|
|
// 进行弹窗的dialog显示处理;
|
|
|
|
// 进行弹窗的dialog显示处理;/popup/get/popup 获取popup
|
|
|
|
request.get('/recycle-service/popup/get/popup').then(result => { |
|
|
|
if(result.data && result.data.status == 1){ |
|
|
|
this.setData({ landInfo: result.data }) |
|
|
|
} |
|
|
|
}) |
|
|
|
}, |
|
|
|
onResume: function(){ |
|
|
|
var pageView = this.selectComponent('#' + this.data.TabList[this.data.pageIndex].value) |
|
|
|
@ -164,6 +169,6 @@ Page({ |
|
|
|
this.setData({ visible: false, landInfo: null }) |
|
|
|
}, |
|
|
|
toRule: function(){ |
|
|
|
console.log('toRule>>>') |
|
|
|
wx.navigateTo({ url: '/pages/html/banner/index?src=' + this.data.landInfo.ruleRedirectInfo }) |
|
|
|
} |
|
|
|
}) |