Commit 6a8983ba by 柳士祥

二级页面微信分享携带分销关系

parent 82a7ab62
......@@ -25,22 +25,6 @@ export default {
menus: ['shareAppMessage', 'shareTimeline']
})
wx.showModal({
title: '',
content: JSON.stringify(options),
showCancel: true,
cancelText: '取消',
cancelColor: '#000000',
confirmText: '确定',
confirmColor: '#3CC51F',
success: (result) => {
if(result.confirm){
}
},
fail: ()=>{},
complete: ()=>{}
});
console.log(this.mpApp.globalData.pageList, 'llll');
this.init()
......@@ -53,10 +37,13 @@ export default {
}
if (wx.getStorageSync("sessionid")) {
//获取个人名片入口
app.fenxiaoModel.getHomePageQuickAccess().then(res => {
that.showMyCard = res;
})
// wx.showToast({
// title: JSON.stringify(wx.getStorageSync("sessionid")),
// icon: 'none',
// image: '',
// duration: 1500,
// });
//获取分销信息
this.getSpokesmanInit(wx.getStorageSync("becomeInfo") ? JSON.parse(wx.getStorageSync("becomeInfo")) : '')
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment