liyongli 3 年之前
父節點
當前提交
8fb6c81383
共有 1 個文件被更改,包括 4 次插入4 次删除
  1. 4 4
      public/index.html

+ 4 - 4
public/index.html

@@ -47,19 +47,19 @@
                     console.log("err=>", err.errMsg);
                 });
                 wx.ready(function (res) {
-                    let title = "礼物"
+                    let title = "许个心愿吧 万一成真了呢"
                     document.title = title
                     //需在用户可能点击分享按钮前就先调用
                     wx.updateAppMessageShareData({
                         title: title, // 分享标题
-                        desc: "陕建礼物", // 分享描述
+                        desc: "你负责建设美好 我负责实现愿望", // 分享描述
                         link: location.href.split("?")[0] + "?v=" + Date.now(), // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
-                        imgUrl: "https://djweb.smcic.net/wish/shanjian1.png", // 分享图标
+                        imgUrl: "https://djweb.smcic.net/wish/shanjian1.jpg", // 分享图标
                     });
                     wx.updateTimelineShareData({
                         title: title, // 分享标题
                         link: location.href.split("?")[0] + "?v=" + Date.now(), // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
-                        imgUrl: "https://djweb.smcic.net/wish/shanjian1.png", // 分享图标
+                        imgUrl: "https://djweb.smcic.net/wish/shanjian1.jpg", // 分享图标
                     });
                 });
             })