Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
H
h5-base
Project
Project
Details
Activity
Releases
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
new-sing
h5-base
Commits
bd0af7ae
Commit
bd0af7ae
authored
Feb 28, 2019
by
wangwei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
投放 去除客服
parent
31bd8272
Changes
4
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
260 additions
and
206 deletions
+260
-206
index.html
index.html
+3
-1
indexMaster.html
indexMaster.html
+3
-0
buy.vue
src/components/buy/buy.vue
+57
-62
index.vue
src/components/buy/index.vue
+197
-143
No files found.
index.html
View file @
bd0af7ae
...
@@ -9,7 +9,9 @@
...
@@ -9,7 +9,9 @@
<title>
唱唱启蒙英语
</title>
<title>
唱唱启蒙英语
</title>
<link
rel=
"stylesheet"
href=
"https://at.alicdn.com/t/font_822651_g9r2j7kybxu.css"
>
<link
rel=
"stylesheet"
href=
"https://at.alicdn.com/t/font_822651_g9r2j7kybxu.css"
>
<style>
<style>
.mint-toast
{
z-index
:
10001
!important
;
}
</style>
</style>
</head>
</head>
<body>
<body>
...
...
indexMaster.html
View file @
bd0af7ae
...
@@ -12,6 +12,9 @@
...
@@ -12,6 +12,9 @@
*
{
*
{
-webkit-overflow-scrolling
:
touch
;
-webkit-overflow-scrolling
:
touch
;
}
}
.mint-toast
{
z-index
:
10001
!important
;
}
</style>
</style>
</head>
</head>
<body>
<body>
...
...
src/components/buy/buy.vue
View file @
bd0af7ae
...
@@ -48,7 +48,7 @@
...
@@ -48,7 +48,7 @@
<div
class=
"sub-block"
>
<div
class=
"sub-block"
>
合计金额:
合计金额:
<span>
¥
{{
priceTotal
}}
</span>
<span>
¥
{{
priceTotal
}}
</span>
<div
class=
"pay-btn"
@
click=
"payOrder(orderFlag)"
>
提交订单
</div>
<div
class=
"pay-btn"
@
click=
"payOrder(orderFlag)"
>
确认支付
</div>
</div>
</div>
</footer>
</footer>
<transition
name=
"slide-fade"
>
<transition
name=
"slide-fade"
>
...
@@ -249,10 +249,6 @@
...
@@ -249,10 +249,6 @@
this
.
addressPop
=
true
this
.
addressPop
=
true
},
},
initPage
(){
initPage
(){
if
(
!
JSON
.
parse
(
localStorage
.
getItem
(
'userDesc'
)).
mobile
||
JSON
.
parse
(
localStorage
.
getItem
(
'userDesc'
)).
mobile
===
''
){
this
.
$router
.
push
({
name
:
'bindMobile'
,
query
:{
retUrl
:
this
.
$route
.
fullPath
}})
}
else
{
getwechatParam
({
api_list
:
'chooseWXPay'
}).
then
(
res
=>
{
getwechatParam
({
api_list
:
'chooseWXPay'
}).
then
(
res
=>
{
wx
.
config
({
wx
.
config
({
debug
:
false
,
debug
:
false
,
...
@@ -308,7 +304,6 @@
...
@@ -308,7 +304,6 @@
}
}
}
}
}
}
}
</
script
>
</
script
>
<
style
scoped
lang=
"less"
>
<
style
scoped
lang=
"less"
>
...
...
src/components/buy/index.vue
View file @
bd0af7ae
This diff is collapsed.
Click to expand it.
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