lrf402788946 4 years ago
parent
commit
6633dd8b36
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/router/index.js

+ 1 - 1
src/router/index.js

@@ -144,7 +144,7 @@ router.afterEach(async (to, form) => {
         },
       });
       wx.updateTimelineShareData({
-        title: '测试',
+        title: title,
         imgUrl: img,
         link: shareUrl,
         success: res => {},