Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
F
fenzhan_zsb
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
esf
fenzhan_zsb
Commits
b5d4bb29
Commit
b5d4bb29
authored
Dec 24, 2019
by
zhangkuanguang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
芜湖放心看
parent
1decc5ee
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
1 deletion
+7
-1
index.js
new_admincp/source/zsb/js/v1.0/real/index.js
+7
-1
No files found.
new_admincp/source/zsb/js/v1.0/real/index.js
View file @
b5d4bb29
...
...
@@ -68,7 +68,13 @@ var avaVm = avalon.define({
remit
:
function
()
{
var
_this
=
this
;
layer
.
confirm
(
'您的账户中仍有'
+
real_count
+
'条"放心房"在线展示,提现后"放心房"标签将被去除哦!'
,
{
var
msg
=
''
;
if
(
real_count
>
0
){
msg
=
'您的账户中仍有'
+
real_count
+
'条"放心房"在线展示,提现后"放心房"标签将被去除哦!'
;
}
else
{
msg
=
'申请提现后在保证金到账前,您将无法参与放心看计划,是否继续提现?'
;
}
layer
.
confirm
(
msg
,
{
btn
:
[
'继续提现'
,
'取消'
]
//按钮
},
function
(){
var
index
=
layer
.
load
(
2
,
{
shade
:
false
});
...
...
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