Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
eduline
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
冷斌
eduline
Commits
1d5ffbb7
Commit
1d5ffbb7
authored
May 18, 2020
by
陈超
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
T
parent
9488395d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
3 deletions
+7
-3
apps/mall/Tpl/default/Goods/pay_w3g.html
+7
-3
No files found.
apps/mall/Tpl/default/Goods/pay_w3g.html
View file @
1d5ffbb7
...
@@ -11,7 +11,7 @@
...
@@ -11,7 +11,7 @@
<van-image
:src=
"info.cover"
fit=
"cover"
width=
"120"
height=
"68"
></van-image>
<van-image
:src=
"info.cover"
fit=
"cover"
width=
"120"
height=
"68"
></van-image>
<div
class=
"layout_v"
style=
"margin-left: 0.75rem;"
>
<div
class=
"layout_v"
style=
"margin-left: 0.75rem;"
>
<span
class=
"text_14_600 color_333333"
>
{{info.title}}
</span>
<span
class=
"text_14_600 color_333333"
>
{{info.title}}
</span>
<span
class=
"text_14_600 color_FF3B3B"
style=
"margin-top: 0.5rem;"
>
¥{{info.
lastP
rice}}
</span>
<span
class=
"text_14_600 color_FF3B3B"
style=
"margin-top: 0.5rem;"
>
¥{{info.
p
rice}}
</span>
</div>
</div>
</div>
</div>
<div
class=
"layout_h_v pay_course_bottom"
>
<div
class=
"layout_h_v pay_course_bottom"
>
...
@@ -23,7 +23,7 @@
...
@@ -23,7 +23,7 @@
<van-icon
@
click=
"onPlus"
name=
"__THEME__/img/plus.png"
size=
"20"
></van-icon>
<van-icon
@
click=
"onPlus"
name=
"__THEME__/img/plus.png"
size=
"20"
></van-icon>
</div>
</div>
</div>
</div>
<div
class=
"layout_h"
style=
"padding: 0.75rem;min-height: 5.5rem;"
>
<div
@
click=
"onAddress"
class=
"layout_h"
style=
"padding: 0.75rem;min-height: 5.5rem;"
>
<van-icon
class=
"self_center"
name=
"__THEME__/img/address_icon.png"
size=
"28"
></van-icon>
<van-icon
class=
"self_center"
name=
"__THEME__/img/address_icon.png"
size=
"28"
></van-icon>
<div
class=
"layout_v weight_full self_center"
style=
"margin-right: 0.625rem;margin-left: 0.75rem;"
>
<div
class=
"layout_v weight_full self_center"
style=
"margin-right: 0.625rem;margin-left: 0.75rem;"
>
<span
v-if=
"!hasAddress"
class=
"text_16_400 color_999999"
>
添加收货信息
</span>
<span
v-if=
"!hasAddress"
class=
"text_16_400 color_999999"
>
添加收货信息
</span>
...
@@ -83,7 +83,7 @@
...
@@ -83,7 +83,7 @@
return
false
return
false
},
},
totalPrice
:
function
()
{
totalPrice
:
function
()
{
return
"0"
return
this
.
info
.
lastPrice
},
},
discount
:
function
()
{
discount
:
function
()
{
return
"(已优惠:¥0)"
return
"(已优惠:¥0)"
...
@@ -104,6 +104,10 @@
...
@@ -104,6 +104,10 @@
onBuy
:
function
()
{
onBuy
:
function
()
{
},
onAddress
:
function
()
{
}
}
}
}
...
...
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