Browse Source

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

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

+ 5 - 1
pages/integral/integral.js

@@ -179,7 +179,11 @@ Page({
    * 用户点击右上角分享
    */
   onShareAppMessage: function () {
-
+        return{
+            title:"移动积分",
+            path:"/pages/integral/integral.js",
+            imageUrl:"https://dy.shpr.top/shareActivity/integral-share.png"
+        }
   },
 
   getBannerList: function() {