Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
Y
ybf
Project
Project
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
xulili
ybf
Commits
69a1d0ce
Commit
69a1d0ce
authored
5 years ago
by
leiqingsong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改一下活动领取
parent
3a710b9e
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
173 additions
and
132 deletions
+173
-132
activeDetail.vue
wx_application/src/views/active/activeDetail.vue
+4
-3
addGroup.vue
ybf_admin/src/pages/in/contact/components/addGroup.vue
+169
-129
No files found.
wx_application/src/views/active/activeDetail.vue
View file @
69a1d0ce
...
...
@@ -135,7 +135,7 @@ export default {
timer
:
null
,
timeLine
:
""
,
isAward
:
false
,
showAward
:
tru
e
,
showAward
:
fals
e
,
userBaseInfo
:
{},
isMember
:
false
,
openid
:
""
,
...
...
@@ -277,8 +277,9 @@ export default {
},
// 领取(
handleGet
()
{
console
.
log
(
"env"
,
this
.
env
);
if
(
this
.
env
.
match
(
/MicroMessenger/i
)
!==
"micromessenger"
||
this
.
env
.
match
(
/MicroMessenger/i
)
===
"micromessenger"
&&
this
.
env
.
match
(
/wxwork/i
)
==
"wxwork"
)
{
this
.
$toast
(
"请在微信端领取!"
);
...
...
@@ -303,7 +304,7 @@ export default {
}
// 会员领取
let
params
=
{
couponId
:
this
.
awardGood
.
activityPrize
couponId
:
this
.
awardGood
.
coupon
?
this
.
awardGood
.
coupon
.
id
:
this
.
couponDetail
.
id
,
unionId
:
this
.
userBaseInfo
.
unionid
,
...
...
This diff is collapsed.
Click to expand it.
ybf_admin/src/pages/in/contact/components/addGroup.vue
View file @
69a1d0ce
This diff is collapsed.
Click to expand it.
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