Commit a158bd70 by 李嘉林

Merge branch 'nativehome_tst' of http://code.mayi888.com/chengmo/mayi-mp-shop into nativehome_tst

parents f421c6fb 45aa6078
...@@ -342,7 +342,7 @@ export default { ...@@ -342,7 +342,7 @@ export default {
}) })
}, },
scrolls(el){ scrolls(el){
// this.setFooterShow(el); this.setFooterShow(el);
if (this.pageData) { if (this.pageData) {
for (let i = 0; i < this.pageData.length; i++) { for (let i = 0; i < this.pageData.length; i++) {
const element = this.pageData[i] const element = this.pageData[i]
......
...@@ -322,7 +322,7 @@ export default { ...@@ -322,7 +322,7 @@ export default {
// wx.navigateBack() // wx.navigateBack()
// return // return
if(isTabbarIndex>-1){ if(isTabbarIndex>-1){
wx.switchTab({ wx.reLaung({
url: parseLink == '/' ? '/pages/home/main' : `/pages/tabBar${isTabbarIndex}/main`, url: parseLink == '/' ? '/pages/home/main' : `/pages/tabBar${isTabbarIndex}/main`,
}) })
}else{ }else{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment