Browse Source

Merge branch 'dev' of http://git.ycjcjy.com/SpaceOfCheng/wechat into dev

yuantianjiao 6 years ago
parent
commit
779702089a
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/util/share.js

+ 1
- 1
src/util/share.js View File

3
 
3
 
4
 function wxsdk (params, config) {
4
 function wxsdk (params, config) {
5
   const wx = require('weixin-js-sdk')
5
   const wx = require('weixin-js-sdk')
6
-
6
+  console.log(config)
7
   const shareData = {
7
   const shareData = {
8
     title: config.title, // 分享标题
8
     title: config.title, // 分享标题
9
     desc: config.desc, // 分享标题
9
     desc: config.desc, // 分享标题