Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
quxiu
Overview
Overview
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
冷斌
quxiu
Commits
223f5084
Commit
223f5084
authored
May 10, 2020
by
冷斌
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix bug
parent
9ca0a428
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
22 deletions
+13
-22
themes/simplebootx/Appapi/Profit/index.html
+13
-22
No files found.
themes/simplebootx/Appapi/Profit/index.html
View file @
223f5084
...
...
@@ -18,8 +18,8 @@
<img
src=
"__PUBLIC__/appapi/pay/img/zhib.png"
>
<div
class=
"menutile"
>
直播魅力
</div>
</div>
<div
class=
"menuBd"
>
<p
@
click=
"withdraw(1)"
>
点击去提现申请页面
</p>
<div
class=
"menuBd"
@
click=
"withdraw(1)"
>
<p
>
提现
</p>
<img
src=
"__PUBLIC__/appapi/pay/img/more.png"
>
</div>
</div>
...
...
@@ -28,8 +28,8 @@
<img
src=
"__PUBLIC__/appapi/pay/img/yaoq.png"
>
<div
class=
"menutile"
>
邀请魅力
</div>
</div>
<div
class=
"menuBd"
>
<p
@
click=
"withdraw(0)"
>
点击去提现页面
</p>
<div
class=
"menuBd"
@
click=
"withdraw(2)"
>
<p
>
提现
</p>
<img
src=
"__PUBLIC__/appapi/pay/img/more.png"
>
</div>
</div>
...
...
@@ -38,7 +38,7 @@
<img
src=
"__PUBLIC__/appapi/pay/img/jiazu.png"
>
<div
class=
"menutile"
>
家族魅力
</div>
</div>
<div
class=
"menuBd"
>
<div
class=
"menuBd"
@
click=
"withdraw(3)"
>
<p>
提现
</p>
<img
src=
"__PUBLIC__/appapi/pay/img/more.png"
>
</div>
...
...
@@ -53,22 +53,11 @@
var
vm
=
new
Vue
({
el
:
'#app'
,
data
:
{
//数据集
phone
:
''
,
// 手机号
yzm
:
''
,
// 验证码
is_Submit
:
1
,
// 1信息不全 2可以提交
identity
:
0
,
certification
:
0
,
},
methods
:
{
//事件
checked
()
{
if
(
this
.
phone
&&
this
.
yzm
)
{
this
.
is_Submit
=
2
}
else
{
this
.
is_Submit
=
1
}
},
subMit
()
{
},
...
...
@@ -83,12 +72,14 @@
let
info
=
this
.
info
();
return
url
+
'&uid='
+
info
.
id
+
'&token='
+
info
.
token
;
},
rechange
()
{
window
.
location
.
href
=
this
.
url
(
'/index.php?g=Appapi&m=Profit&a=rechange'
);
},
withdraw
(
type
)
{
let
url
=
type
?
'/index.php?g=Appapi&m=Profit&a=auth'
:
'/index.php?g=Appapi&m=Profit&a=withdraw'
;
window
.
location
.
href
=
this
.
url
(
url
);
withdraw
(
source
)
{
if
(
this
.
identity
!=
1
)
{
layer
.
msg
(
'认证主播才可提现'
);
return
;
}
layer
.
msg
(
'are you ok?'
);
//let url = type ? '/index.php?g=Appapi&m=Profit&a=auth' : '/index.php?g=Appapi&m=Profit&a=withdraw';
//window.location.href = this.url(url);
}
},
watch
:
{
...
...
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