|
|
@ -56,9 +56,13 @@ Page({ |
|
|
util.pagePoint({ event: e.currentTarget.dataset.event }, 1) |
|
|
util.pagePoint({ event: e.currentTarget.dataset.event }, 1) |
|
|
} |
|
|
} |
|
|
wx.navigateToMiniProgram({ |
|
|
wx.navigateToMiniProgram({ |
|
|
appId: this.data.jsj, |
|
|
appId: this.data.jsj, // 之前后台的appid wx336dcaf6a1ecf632
|
|
|
page: "page/home/webview/webview?hideShare=0&src=https%3A%2F%2Fopen.weixin.qq.com%2Fconnect%2Foauth2%2Fauthorize%3Fappid%3Dwx3827070276e49e30%26redirect_uri%3Dhttps%3A%2F%2Fwx.17u.cn%2Fflight%2Fgetopenid.html%3Furl%3Dhttps%25253A%25252F%25252Fwx.17u.cn%25252Finternalcarrebornwechat%25252Fview%25252Fmain.html%252523%25252FspecialCarIndex%25252FinstantCar%25253Frefid%25253D1563845199%26showwxpaytitle%3D1%26response_type%3Dcode%26scope%3Dsnsapi_base%26state%3D123%26connect_redirect%3D1%23wechat_redirect" |
|
|
page: "subpages/product/airport/index" |
|
|
}) |
|
|
}) |
|
|
|
|
|
// wx.navigateToMiniProgram({
|
|
|
|
|
|
// appId: this.data.jsj,
|
|
|
|
|
|
// page: "page/home/webview/webview?hideShare=0&src=https%3A%2F%2Fopen.weixin.qq.com%2Fconnect%2Foauth2%2Fauthorize%3Fappid%3Dwx3827070276e49e30%26redirect_uri%3Dhttps%3A%2F%2Fwx.17u.cn%2Fflight%2Fgetopenid.html%3Furl%3Dhttps%25253A%25252F%25252Fwx.17u.cn%25252Finternalcarrebornwechat%25252Fview%25252Fmain.html%252523%25252FspecialCarIndex%25252FinstantCar%25253Frefid%25253D1563845199%26showwxpaytitle%3D1%26response_type%3Dcode%26scope%3Dsnsapi_base%26state%3D123%26connect_redirect%3D1%23wechat_redirect"
|
|
|
|
|
|
// })
|
|
|
}, |
|
|
}, |
|
|
gotoUrl: function (e) { |
|
|
gotoUrl: function (e) { |
|
|
if (e.currentTarget.dataset.event) { |
|
|
if (e.currentTarget.dataset.event) { |
|
|
|