李志伟 3 anni fa
parent
commit
c19508589f
1 ha cambiato i file con 4 aggiunte e 4 eliminazioni
  1. 4
    4
      src/utils/initial.js

+ 4
- 4
src/utils/initial.js Vedi File

47
       const fn = window.wx[apiName]
47
       const fn = window.wx[apiName]
48
       if (typeof fn === 'function') {
48
       if (typeof fn === 'function') {
49
         fn({
49
         fn({
50
-          title: opt.title || '开启干洗护理新时代', // 分享标题
50
+          title: opt.title || '干洗护理 诠释新生', // 分享标题
51
           link, // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
51
           link, // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
52
           imgUrl, // 分享图标
52
           imgUrl, // 分享图标
53
-          desc: opt.desc || '即刻尊享'
53
+          desc: opt.desc || 'COLMO开启干洗护理新时代'
54
         })
54
         })
55
       }
55
       }
56
     })
56
     })
80
     }
80
     }
81
     try {
81
     try {
82
       share({
82
       share({
83
-        title: '开启干洗护理新时代',
84
-        desc: '即刻尊享'
83
+        title: '干洗护理 诠释新生',
84
+        desc: 'COLMO开启干洗护理新时代'
85
       })
85
       })
86
     } catch (error) {
86
     } catch (error) {
87
       console.error(error)
87
       console.error(error)