Ver código fonte

更新 分享卡片title为船名

wzh 3 anos atrás
pai
commit
b6138e5f58

+ 4 - 1
miniprogram/pages/voyageManage/myDaily/examine/examine.js

@@ -79,6 +79,9 @@ Page({
       type
     } = res.target.dataset
     let path
+    let {
+      shipName: title
+    } = this.data.media
     if (type == 1) {
       let {
         media,
@@ -93,7 +96,7 @@ Page({
       path = `/pages/sharePage/sharePage?id=${id}`
     }
     return {
-      title: '真实 实时 精准',
+      title,
       path
     }
   },