Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
T
tl_estate
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
hujun
tl_estate
Commits
f8ed4631
Commit
f8ed4631
authored
Mar 15, 2019
by
agping
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
bffae69c
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
6 deletions
+6
-6
getCollection.html
application/index/view/finance/getCollection.html
+2
-2
redEnvelopeList.html
application/index/view/redEnvelope/redEnvelopeList.html
+1
-1
redEnvelopeList.js
public/resource/js/redEnvelopeList.js
+3
-3
No files found.
application/index/view/finance/getCollection.html
View file @
f8ed4631
...
...
@@ -800,12 +800,12 @@
<span
id=
"person"
class=
"col-xs-6 ld-Marheight"
></span>
</div>
</div>
<div
class=
"col-xs-6"
>
<
!--<
div class="col-xs-6">
<div class="form-group">
<strong><span class="col-xs-3 ld-Marheight">所属门店:</span></strong>
<span id="belongT" class=" col-xs-6 ld-Marheight"></span>
</div>
</div>
</div>
-->
</div>
<div
class=
"col-xs-12"
>
...
...
application/index/view/redEnvelope/redEnvelopeList.html
View file @
f8ed4631
...
...
@@ -105,7 +105,7 @@
<div
class=
"form-group"
>
<label
class=
"col-sm-3 control-label"
>
发放动作:
</label>
<input
type=
"radio"
name=
"return_action"
value=
"0"
><label
class=
"control-label"
>
首次登陆
</label>
<input
type=
"radio"
name=
"return_action"
value=
"1"
><label
class=
"control-label"
>
邀请
登陆
</label>
<input
type=
"radio"
name=
"return_action"
value=
"1"
><label
class=
"control-label"
>
邀请
成交
</label>
</div>
<div
class=
"form-group"
>
<label
class=
"col-sm-3 control-label"
>
兑现动作:
</label>
...
...
public/resource/js/redEnvelopeList.js
View file @
f8ed4631
...
...
@@ -208,17 +208,17 @@ define (['doT', 'text!temp/red_envelope_list_template_tpl.html', 'css!style/home
alert
(
'请输入金额大于0!'
);
return
;
};
if
(
!
(
params
.
use_period
>
0
)){
if
(
!
(
params
.
use_period
>
0
)
&&
(
params
.
use_period
!=
-
1
)
){
alert
(
'请输入奖励有效期大于0!'
);
return
;
};
if
(
!
(
params
.
total
>
0
)){
if
(
!
(
params
.
total
>
0
)
&&
(
params
.
total
!=
-
1
)
){
alert
(
'请输入活动发放总次数大于0!'
);
return
;
};
if
(
!
(
params
.
available
>
0
)){
if
(
!
(
params
.
available
>
0
)
&&
(
params
.
available
!=
-
1
)
){
alert
(
'用户可得红包数大于0!'
);
return
;
...
...
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