Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
goods
Project
Project
Details
Activity
Releases
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
bp
goods
Commits
fc87f3c9
Commit
fc87f3c9
authored
Oct 11, 2021
by
suntengda
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update 拼单小程序活动列表新版接口 运营位配置修改
parent
a27d09e3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
12 deletions
+14
-12
MarketingService.php
application/services/marketing/MarketingService.php
+14
-12
No files found.
application/services/marketing/MarketingService.php
View file @
fc87f3c9
...
@@ -1579,18 +1579,20 @@ class MarketingService
...
@@ -1579,18 +1579,20 @@ class MarketingService
$applyStatus
=
$applyInfo
[
'apply_status'
]
??
-
1
;
// -1.未申请 0.未审核 1.审核通过 2.审核未通过
$applyStatus
=
$applyInfo
[
'apply_status'
]
??
-
1
;
// -1.未申请 0.未审核 1.审核通过 2.审核未通过
//不同状态跳转不同链接
//不同状态跳转不同链接
switch
(
$applyStatus
)
{
if
(
isset
(
$config
[
1
]))
{
case
0
:
switch
(
$applyStatus
)
{
case
2
:
case
0
:
$config
[
1
][
'link_url'
]
=
'/page-promo/promo/teamLeader/applySuccess'
;
case
2
:
break
;
$config
[
1
][
'link_url'
]
=
'/page-promo/promo/teamLeader/applySuccess'
;
case
1
:
break
;
$config
[
1
][
'link_url'
]
=
'/page-promo/promo/index'
;
case
1
:
break
;
$config
[
1
][
'link_url'
]
=
'/page-promo/promo/index'
;
case
-
1
:
break
;
default
:
case
-
1
:
$config
[
1
][
'link_url'
]
=
'/page-promo/promo/teamLeader/apply'
;
default
:
break
;
$config
[
1
][
'link_url'
]
=
'/page-promo/promo/teamLeader/apply'
;
break
;
}
}
}
return
is_array
(
$config
)
?
array_slice
(
$config
,
0
)
:
[];
return
is_array
(
$config
)
?
array_slice
(
$config
,
0
)
:
[];
...
...
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