|
@@ -253,11 +253,39 @@
|
|
|
if(retailId){
|
|
|
uni.$u.route('pages/ticketlist',{id:item.id})
|
|
|
}else{
|
|
|
- uni.navigateToMiniProgram({
|
|
|
- // appId: 'wx2c348cf579062e56', // 美团小程序appId
|
|
|
- shortLink: '#小程序://美团丨外卖团购特价美食酒店电影/VPWfvtLFajYiHei',
|
|
|
- // path: item.url
|
|
|
+ // https://blog.csdn.net/qq_42961150/article/details/121136346
|
|
|
+ // https://cloud.tencent.com/developer/article/1053234
|
|
|
+ // 复制链接到剪贴板
|
|
|
+ // uni.setClipboardData({
|
|
|
+ // data: 'https://itrip.meituan.com/panda/api/s/ditui/ticket/1b073febffd2101c',
|
|
|
+ // success: function () {
|
|
|
+ // uni.showModal({
|
|
|
+ // title: '提示',
|
|
|
+ // content: '链接已复制,请在浏览器中打开查看',
|
|
|
+ // showCancel: false,
|
|
|
+ // confirmText: '我知道了'
|
|
|
+ // })
|
|
|
+ // }
|
|
|
+ // })
|
|
|
+ // 小程序短链接跳转
|
|
|
+ // uni.navigateToMiniProgram({
|
|
|
+ // // appId: 'wx2c348cf579062e56', // 美团小程序appId
|
|
|
+ // 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) {
|
|
|
+ // // 打开成功
|
|
|
+ // }
|
|
|
})
|
|
|
+
|
|
|
}
|
|
|
|
|
|
},
|