瀏覽代碼

首页分享参数修改

刘银川 2 年之前
父節點
當前提交
59e1a37e00
共有 1 個文件被更改,包括 4 次插入4 次删除
  1. 4 4
      pages/index/index.js

+ 4 - 4
pages/index/index.js

@@ -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'
     }
   },
   // 标签页切换