Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mayi-mp-shop
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
程默
mayi-mp-shop
Commits
6a8983ba
Commit
6a8983ba
authored
Feb 23, 2022
by
柳士祥
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
二级页面微信分享携带分销关系
parent
82a7ab62
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
20 deletions
+7
-20
src/pages/tabBar1/index.vue
+7
-20
No files found.
src/pages/tabBar1/index.vue
View file @
6a8983ba
...
...
@@ -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"
))
:
''
)
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment