chengjie 6 년 전
부모
커밋
6a021ce1d4
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      pages/main/preview.js

+ 1 - 1
pages/main/preview.js

@@ -436,7 +436,7 @@ Page({
436 436
       });
437 437
     }, 1000);
438 438
     return {
439
-      title: '分享题卡',
439
+      title: '我的分享',
440 440
       path: app.globalData.SharePath + '?UserID=' + app.globalData.userInfo.UserID + '&Share=1&MiaoguoCardID=' + this.data.MiaoguoCardID,
441 441
       imageUrl: app.globalData.ShareImage,
442 442
     }