|
@@ -150,11 +150,11 @@ Page({
|
|
|
* 用户点击右上角分享
|
|
|
*/
|
|
|
onShareAppMessage: function () {
|
|
|
- let order_id = this.data.share_order_id; //订单ID
|
|
|
+ // let order_id = this.data.share_order_id; //订单ID
|
|
|
return {
|
|
|
- title: '订单分享',
|
|
|
- path: '/pages/orderdetail/orderdetail?id=' + order_id,
|
|
|
- imageUrl: 'https://s4.ax1x.com/2021/12/29/TccgfK.jpg'
|
|
|
+ title: '优团小栈',
|
|
|
+ // path: '/pages/orderdetail/orderdetail?id=' + order_id,
|
|
|
+ // imageUrl: 'https://s4.ax1x.com/2021/12/29/TccgfK.jpg'
|
|
|
}
|
|
|
},
|
|
|
// 标签页切换
|