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
f444dc3d
Commit
f444dc3d
authored
May 18, 2020
by
陈超
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
T
parent
9ad6b1f7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
apps/mall/Tpl/default/Goods/pay_w3g.html
+4
-4
No files found.
apps/mall/Tpl/default/Goods/pay_w3g.html
View file @
f444dc3d
...
@@ -28,10 +28,10 @@
...
@@ -28,10 +28,10 @@
<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>
<div
v-if=
"hasAddress"
class=
"layout_h"
>
<div
v-if=
"hasAddress"
class=
"layout_h"
>
<span
class=
"text_16_400 color_333333"
style=
"margin-right: 0.5rem;"
>
李四
</span>
<span
class=
"text_16_400 color_333333"
style=
"margin-right: 0.5rem;"
>
{{address.address}}
</span>
<span
class=
"text_14_400 color_999999"
>
15184322979
</span>
<span
class=
"text_14_400 color_999999"
>
{{address.phone}}
</span>
</div>
</div>
<div
v-if=
"hasAddress"
class=
"text_14_400 color_333333"
style=
"margin-top: 0.5rem;"
>
重庆市江北区大石坝东原中心1505重庆市江北区大石坝东原中心1505
</div>
<div
v-if=
"hasAddress"
class=
"text_14_400 color_333333"
style=
"margin-top: 0.5rem;"
>
{{address.location + address.address}}
</div>
</div>
</div>
<van-icon
class=
"self_center"
name=
"__THEME__/img/right_arrow.png"
size=
"12"
></van-icon>
<van-icon
class=
"self_center"
name=
"__THEME__/img/right_arrow.png"
size=
"12"
></van-icon>
</div>
</div>
...
@@ -84,7 +84,7 @@
...
@@ -84,7 +84,7 @@
computed
:
{
computed
:
{
hasAddress
:
function
()
{
hasAddress
:
function
()
{
return
false
return
this
.
address
!=
""
&&
this
.
address
!=
undefined
},
},
totalPrice
:
function
()
{
totalPrice
:
function
()
{
return
this
.
info
.
lastPrice
return
this
.
info
.
lastPrice
...
...
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