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
54624435
Commit
54624435
authored
May 09, 2020
by
刘海龙
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
111
parent
c66f380e
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
3 additions
and
2 deletions
+3
-2
public/appapi/pay/img/cz_fail.png
+0
-0
public/appapi/pay/img/cz_success.png
+0
-0
themes/simplebootx/Appapi/Auth/authstep.html
+2
-2
themes/simplebootx/Appapi/Rechange/index.html
+1
-0
No files found.
public/appapi/pay/img/cz_fail.png
0 → 100644
View file @
54624435
16.2 KB
public/appapi/pay/img/cz_success.png
0 → 100644
View file @
54624435
12.1 KB
themes/simplebootx/Appapi/Auth/authstep.html
View file @
54624435
...
@@ -26,7 +26,7 @@
...
@@ -26,7 +26,7 @@
<div
class=
"jiazurzTitle"
>
经纪人ID
</div>
<div
class=
"jiazurzTitle"
>
经纪人ID
</div>
<div
style=
"width: 100%; padding: 0 .85rem;"
>
<div
style=
"width: 100%; padding: 0 .85rem;"
>
<div
class=
"jiazuIdbox"
>
<div
class=
"jiazuIdbox"
>
<input
v-model=
"form.fid"
type=
"text"
placeholder=
"请输入
家族
ID"
/>
<input
v-model=
"form.fid"
type=
"text"
placeholder=
"请输入
经纪人
ID"
/>
<img
src=
"__PUBLIC__/appapi/img/Group.png"
@
click=
"cancelFid"
>
<img
src=
"__PUBLIC__/appapi/img/Group.png"
@
click=
"cancelFid"
>
</div>
</div>
</div>
</div>
...
@@ -179,7 +179,7 @@
...
@@ -179,7 +179,7 @@
},
},
checkFid
:
function
()
{
checkFid
:
function
()
{
if
(
this
.
form
.
fid
===
''
)
{
if
(
this
.
form
.
fid
===
''
)
{
layer
.
msg
(
"
家族
ID不能为空"
);
layer
.
msg
(
"
经纪人
ID不能为空"
);
return
;
return
;
}
}
let
_this
=
this
;
let
_this
=
this
;
...
...
themes/simplebootx/Appapi/Rechange/index.html
View file @
54624435
...
@@ -19,6 +19,7 @@
...
@@ -19,6 +19,7 @@
<input
v-model=
"userId"
type=
"number"
class=
"input_id"
placeholder=
"请输入ID"
/>
<input
v-model=
"userId"
type=
"number"
class=
"input_id"
placeholder=
"请输入ID"
/>
</div>
</div>
<div
class=
"zuanNum"
>
剩余钻石:{{zuanNum}}
</div>
<div
class=
"zuanNum"
>
剩余钻石:{{zuanNum}}
</div>
<!-- 用户头像 -->
<div
class=
"userBox"
v-if=
"userId"
>
<div
class=
"userBox"
v-if=
"userId"
>
<img
src=
"__PUBLIC__/appapi/pay/img/bandCard.png"
class=
"userImg"
>
<img
src=
"__PUBLIC__/appapi/pay/img/bandCard.png"
class=
"userImg"
>
<div
class=
"userName"
>
手机用户0565
</div>
<div
class=
"userName"
>
手机用户0565
</div>
...
...
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