huy há 1 ano atrás
pai
commit
be6c3ce32f
1 ficheiros alterados com 3 adições e 1 exclusões
  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}`
+      }
     }
 })