记得上下班打卡 | git大法好,push需谨慎
Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
liquidnet-bus-v1
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
董敬伟
liquidnet-bus-v1
Commits
64fbd3bf
Commit
64fbd3bf
authored
Dec 10, 2021
by
qinshuangshuang@zhengzai.tv
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
创建积分活动+优先购
parent
4dfb3997
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
3 deletions
+7
-3
form.html
...urces/templates/zhengzai/sweet/integralActivity/form.html
+7
-3
No files found.
liquidnet-bus-client/liquidnet-client-admin/liquidnet-client-admin-web/src/main/resources/templates/zhengzai/sweet/integralActivity/form.html
View file @
64fbd3bf
...
@@ -117,8 +117,8 @@
...
@@ -117,8 +117,8 @@
<div
id=
"detailsFormList"
class=
"details-form-list"
style=
"display: none"
>
<div
id=
"detailsFormList"
class=
"details-form-list"
style=
"display: none"
>
<!--奖品详情-->
<!--奖品详情-->
<div
class=
"details-pop-inner"
>
<div
class=
"details-pop-inner"
>
<button
type=
"button"
class=
"btn btn-primary"
onclick=
"addCouponShow()"
>
添加
</button>
<button
type=
"button"
class=
"btn btn-primary"
onclick=
"addCouponShow()"
>
添加
优惠券
</button>
<button
type=
"button"
class=
"btn btn-
primary
"
onclick=
"closeCouponShow()"
>
关闭窗口
</button>
<button
type=
"button"
class=
"btn btn-
warning
"
onclick=
"closeCouponShow()"
>
关闭窗口
</button>
<hr>
<hr>
<div
class=
"coupon-select"
style=
"display: none"
>
<div
class=
"coupon-select"
style=
"display: none"
>
<div
class=
"scope_application"
>
<div
class=
"scope_application"
>
...
@@ -248,7 +248,7 @@
...
@@ -248,7 +248,7 @@
align
:
'center'
,
align
:
'center'
,
title
:
'奖品类型'
,
title
:
'奖品类型'
,
formatter
:
function
(
value
,
row
,
index
)
{
formatter
:
function
(
value
,
row
,
index
)
{
let
arr
=
[
'积分'
,
'优惠券'
,
'实物'
,
'登登登VIP'
];
let
arr
=
[
'积分'
,
'优惠券'
,
'实物'
,
'登登登VIP'
,
'优先购买券'
];
let
str
=
''
;
let
str
=
''
;
arr
.
forEach
((
item
,
i
)
=>
{
arr
.
forEach
((
item
,
i
)
=>
{
i
++
i
++
...
@@ -769,6 +769,10 @@
...
@@ -769,6 +769,10 @@
}
}
// 添加优惠券
// 添加优惠券
function
addCouponFun
()
{
function
addCouponFun
()
{
if
(
!
nowCouponSelect
.
couponId
)
{
this
.
alert
(
'请先选择优惠券'
);
return
;
}
let
postData
=
{
let
postData
=
{
"couponId"
:
nowCouponSelect
.
couponId
,
"couponId"
:
nowCouponSelect
.
couponId
,
"couponTitle"
:
nowCouponSelect
.
title
,
"couponTitle"
:
nowCouponSelect
.
title
,
...
...
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