Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
CFFP-HB
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
Chao Sun
CFFP-HB
Commits
7728249f
Commit
7728249f
authored
Jul 28, 2025
by
yuzhenWang
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'feature-20250722-修复分享佣金一系列bug' into 'dev'
加海报存储信息,发布测试 See merge request
!55
parents
d35f334c
c480ed59
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
3 deletions
+12
-3
myPackageA/poster/poster.vue
+2
-2
pages/index/index.vue
+10
-1
No files found.
myPackageA/poster/poster.vue
View file @
7728249f
...
...
@@ -61,7 +61,7 @@ export default {
if
(
!
this
.
loginType
||
this
.
loginType
==
'visitor'
){
this
.
codeUrl
=
`
${
this
.
baseURL
}
/pages/index/index`
}
else
{
this
.
codeUrl
=
`
${
this
.
baseURL
}
/pages/index/index?invitationCode=
${
this
.
userInfo
.
invitationCode
}
&inviteUserId=
${
this
.
userInfo
.
userId
}
`
this
.
codeUrl
=
`
${
this
.
baseURL
}
/pages/index/index?invitationCode=
${
this
.
userInfo
.
invitationCode
}
&inviteUserId=
${
this
.
userInfo
.
userId
}
&sharePoster=1
`
}
// 1. 首先检查是否有缓存的图片
const
cachedImage
=
uni
.
getStorageSync
(
'savedShareImage'
);
...
...
@@ -288,7 +288,7 @@ export default {
.bottomBox
{
//
flex
:
1
;
border-radius
:
20
rpx
20
rpx
0
0
;
height
:
30
0
rpx
;
height
:
15
0
rpx
;
width
:
100%
;
display
:
flex
;
align-items
:
center
;
...
...
pages/index/index.vue
View file @
7728249f
...
...
@@ -314,7 +314,16 @@
this
.
initShare
();
},
onLoad
(
options
)
{
if
(
options
.
sharePoster
){
dataHandling
.
pocessTracking
(
'进入'
,
`用户通过分享海报进入系统,邀请码为
${
options
.
invitationCode
}
,邀请人userId为
${
options
.
inviteUserId
}
`
,
'进入'
,
2
,
'首页'
,
'pages/index/index'
)
}
//如果用户在其他的地方快捷登录,没有返回到首页,执行此监听方法
uni
.
$on
(
'loginUpdate'
,()
=>
{
this
.
queryAreaCenterInfo
();
...
...
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