|
|
|
@ -24,7 +24,10 @@ Page({ |
|
|
|
listMore:true, |
|
|
|
isTest:false |
|
|
|
}, |
|
|
|
onLoad: function () { |
|
|
|
onLoad: function (options) { |
|
|
|
if(options.from){ |
|
|
|
app.globalData.from = options.from; |
|
|
|
} |
|
|
|
let systemInfo = wx.getSystemInfoSync(),rect = wx.getMenuButtonBoundingClientRect(); |
|
|
|
let height = (rect.top - systemInfo.statusBarHeight) * 2 + rect.height; |
|
|
|
this.getList() |
|
|
|
@ -186,7 +189,7 @@ Page({ |
|
|
|
audioGuide:function(){ |
|
|
|
wx.navigateToMiniProgram({ |
|
|
|
appId: 'wx74f380bc721a0379', |
|
|
|
path:'/pages/listen/listen' |
|
|
|
path:'/pages/listen/listen?title=君到苏州' |
|
|
|
}) |
|
|
|
}, |
|
|
|
// 热门推荐
|
|
|
|
|