Commit 6a8983ba by 柳士祥

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

parent 82a7ab62
...@@ -25,22 +25,6 @@ export default { ...@@ -25,22 +25,6 @@ export default {
menus: ['shareAppMessage', 'shareTimeline'] 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'); console.log(this.mpApp.globalData.pageList, 'llll');
this.init() this.init()
...@@ -53,10 +37,13 @@ export default { ...@@ -53,10 +37,13 @@ export default {
} }
if (wx.getStorageSync("sessionid")) { if (wx.getStorageSync("sessionid")) {
//获取个人名片入口 // wx.showToast({
app.fenxiaoModel.getHomePageQuickAccess().then(res => { // title: JSON.stringify(wx.getStorageSync("sessionid")),
that.showMyCard = res; // icon: 'none',
}) // image: '',
// duration: 1500,
// });
//获取分销信息 //获取分销信息
this.getSpokesmanInit(wx.getStorageSync("becomeInfo") ? JSON.parse(wx.getStorageSync("becomeInfo")) : '') 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