huy il y a 1 an
Parent
commit
be6c3ce32f
1 fichiers modifiés avec 3 ajouts et 1 suppressions
  1. 3 1
      pages/guanyuan/webview/webview.js

+ 3 - 1
pages/guanyuan/webview/webview.js

@@ -76,6 +76,8 @@ Page({
      * 用户点击右上角分享
      */
     onShareAppMessage: function () {
-
+      return {
+        path: `/pages/guanyuan/webview/webview?src=${this.data.src}`
+      }
     }
 })