Browse Source

fix(修改) 修改积分页面分享的图片

xing.li 3 years ago
parent
commit
e51fc508d0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pages/integral/integral.js

+ 1 - 1
pages/integral/integral.js

@@ -181,7 +181,7 @@ Page({
   onShareAppMessage: function () {
         return{
             title:"移动积分",
-            path:"/pages/integral/integral.js",
+            path:"/pages/integral/integral",
             imageUrl:"https://dy.shpr.top/shareActivity/integral-share1.png"
         }
   },