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
14dfd764
Commit
14dfd764
authored
May 09, 2020
by
刘海龙
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
111
parent
a2743535
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
12 additions
and
2 deletions
+12
-2
public/appapi/css/new_Style.css
+2
-0
public/appapi/pay/img/zhiyin.png
+0
-0
themes/simplebootx/Appapi/Rechange/index.html
+10
-2
No files found.
public/appapi/css/new_Style.css
View file @
14dfd764
...
@@ -85,6 +85,8 @@
...
@@ -85,6 +85,8 @@
/* 充值 */
/* 充值 */
.Recharge
.header
{
width
:
100%
;
padding
:
0
0.6rem
;
background
:
#fff
;
overflow
:
hidden
;
position
:
relative
;
}
.Recharge
.header
{
width
:
100%
;
padding
:
0
0.6rem
;
background
:
#fff
;
overflow
:
hidden
;
position
:
relative
;
}
.Recharge
.wx_mengcheng
{
position
:
fixed
;
top
:
0
;
left
:
0
;
width
:
100%
;
height
:
100
;
}
.Recharge
.wx_mengcheng
img
{
width
:
100%
;
height
:
100%
;
}
.Recharge
.zhanghu
{
margin-top
:
0.6rem
;
font-size
:
0.7rem
;
color
:
#333
;
}
.Recharge
.zhanghu
{
margin-top
:
0.6rem
;
font-size
:
0.7rem
;
color
:
#333
;
}
.Recharge
.inputBox
{
width
:
100%
;
height
:
2.7rem
;
border-bottom
:
1px
solid
#F5F5F5
;
display
:
flex
;
align-items
:
center
;
}
.Recharge
.inputBox
{
width
:
100%
;
height
:
2.7rem
;
border-bottom
:
1px
solid
#F5F5F5
;
display
:
flex
;
align-items
:
center
;
}
.Recharge
.input_id
{
font-size
:
1.2rem
;
color
:
#333
;
width
:
100%
;
}
.Recharge
.input_id
{
font-size
:
1.2rem
;
color
:
#333
;
width
:
100%
;
}
...
...
public/appapi/pay/img/zhiyin.png
0 → 100644
View file @
14dfd764
69.8 KB
themes/simplebootx/Appapi/Rechange/index.html
View file @
14dfd764
...
@@ -8,6 +8,11 @@
...
@@ -8,6 +8,11 @@
<div
class=
"app"
id=
"app"
style=
"padding-top: 0;"
>
<div
class=
"app"
id=
"app"
style=
"padding-top: 0;"
>
<div
class=
"Recharge"
>
<div
class=
"Recharge"
>
<!-- 微信浏览器蒙层 -->
<div
class=
"wx_mengcheng"
v-if=
"bstype==1"
>
<img
src=
"__PUBLIC__/appapi/pay/img/zhiyin.png"
>
</div>
<div
class=
"header"
>
<div
class=
"header"
>
<div
class=
"zhanghu"
>
账户ID
</div>
<div
class=
"zhanghu"
>
账户ID
</div>
<div
class=
"inputBox"
>
<div
class=
"inputBox"
>
...
@@ -93,6 +98,7 @@
...
@@ -93,6 +98,7 @@
userId
:
''
,
// 用户id
userId
:
''
,
// 用户id
sel_num
:
1
,
// 充值类型/数量
sel_num
:
1
,
// 充值类型/数量
zuanNum
:
0
,
// 钻石数量
zuanNum
:
0
,
// 钻石数量
bstype
:
0
,
// 0不在微信浏览器打开 1在微信浏览器打开
},
},
methods
:
{
methods
:
{
//事件
//事件
...
@@ -158,9 +164,11 @@
...
@@ -158,9 +164,11 @@
var
ua
=
navigator
.
userAgent
.
toLowerCase
();
var
ua
=
navigator
.
userAgent
.
toLowerCase
();
console
.
log
(
ua
)
console
.
log
(
ua
)
if
(
ua
.
match
(
/MicroMessenger/i
)
==
'micromessenger'
)
{
if
(
ua
.
match
(
/MicroMessenger/i
)
==
'micromessenger'
)
{
alert
(
'在微信里打开'
);
console
.
log
(
"在微信里打开"
)
this
.
bstype
=
1
}
else
{
}
else
{
alert
(
'不在微信里打开'
);
console
.
log
(
'不在微信里打开'
);
this
.
bstype
=
0
}
}
}
}
});
});
...
...
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