updata
This commit is contained in:
parent
92afc554a1
commit
4a68dd9181
4
main.js
4
main.js
|
|
@ -19,8 +19,8 @@ app.$mount()
|
|||
import uView from "uview-ui";
|
||||
Vue.use(uView);
|
||||
|
||||
import VConsole from 'vconsole';
|
||||
new VConsole();
|
||||
// import VConsole from 'vconsole';
|
||||
// new VConsole();
|
||||
|
||||
Vue.prototype.text = 1;
|
||||
let wx = require('weixin-js-sdk');
|
||||
|
|
|
|||
|
|
@ -540,7 +540,6 @@
|
|||
initWechatShareData(uid) {
|
||||
// 分享链接参数
|
||||
let shareUrl = uni.getStorageSync('SHARELINK');
|
||||
console.log(shareUrl + '&spread=' + uid, '分享链接')
|
||||
wx.ready(() => {
|
||||
// 自定义分享朋友信息
|
||||
wx.updateAppMessageShareData({
|
||||
|
|
|
|||
Loading…
Reference in New Issue