|
|
@@ -278,18 +278,20 @@
|
|
|
// shortLink: '#小程序://美团丨外卖团购特价美食酒店电影/VPWfvtLFajYiHei',
|
|
|
// // path: item.url
|
|
|
// })
|
|
|
- //小程序appId打开
|
|
|
- wx.navigateToMiniProgram({
|
|
|
- appId: 'wx4fa555703dced95c',
|
|
|
- path: '/pages/max/pages/landing/index?q=https://itrip.meituan.com/panda/api/s/ditui/ticket/1b073febffd2101c',
|
|
|
- // extraData: {
|
|
|
- // foo: 'bar'
|
|
|
- // },
|
|
|
- // envVersion: 'develop',
|
|
|
- // success(res) {
|
|
|
- // // 打开成功
|
|
|
- // }
|
|
|
- })
|
|
|
+ // 页面跳转
|
|
|
+ uni.$u.route('pages/ticketlist',{id:item.id})
|
|
|
+ //跳转美团小程序appId打开
|
|
|
+ // wx.navigateToMiniProgram({
|
|
|
+ // appId: 'wx4fa555703dced95c',
|
|
|
+ // path: '/pages/max/pages/landing/index?q=https://itrip.meituan.com/panda/api/s/ditui/ticket/1b073febffd2101c',
|
|
|
+ // // extraData: {
|
|
|
+ // // foo: 'bar'
|
|
|
+ // // },
|
|
|
+ // // envVersion: 'develop',
|
|
|
+ // // success(res) {
|
|
|
+ // // // 打开成功
|
|
|
+ // // }
|
|
|
+ // })
|
|
|
|
|
|
}
|
|
|
|