Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mallapp
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
viitto
mallapp
Commits
076be7b0
Commit
076be7b0
authored
Aug 07, 2020
by
黄媛媛
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
.
parent
5992ad52
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
2 deletions
+5
-2
order-submit.vue
pages/order-submit/order-submit.vue
+5
-2
No files found.
pages/order-submit/order-submit.vue
View file @
076be7b0
...
...
@@ -45,7 +45,10 @@
<view
v-if=
"y.address_disabled"
>
<u-tag
size=
"mini"
text=
"不在配送范围内"
type=
"warning"
/>
</view>
<view
style=
"height: 22px;line-height: 22px;font-size: 11px;color: #FF4048;background: #fdf6ec;padding: 0 5px;margin-bottom: 5px;display: inline-block;"
>
<view
v-if=
"y.freeShipping_Use==true"
style=
"height: 22px;line-height: 22px;font-size: 11px;color: #FF4048;background: #fdf6ec;padding: 0 5px;margin-bottom: 5px;display: inline-block;"
>
<text>
{{
y
.
freeShippingDescription
}}
</text>
</view>
<view
v-if=
"y.freeShipping_Use==false"
style=
"height: 22px;line-height: 22px;font-size: 11px;color: #909399;background: #f4f4f5;padding: 0 5px;margin-bottom: 5px;display: inline-block;"
>
<text>
{{
y
.
freeShippingDescription
}}
</text>
</view>
...
...
@@ -71,7 +74,7 @@
</view>
</
template
>
<
template
>
<view
class=
"goodboxmore"
style=
"font-size: 12px;color: #000000;display: flex;flex-direction: row;
align-items: center;flex-wrap: wrap;"
v-if=
"x.pinkageList.length>0
"
>
<view
class=
"goodboxmore"
style=
"font-size: 12px;color: #000000;display: flex;flex-direction: row;
flex-wrap: wrap;"
v-if=
"x.pinkageList.length>0 && x.goods_list.length>1
"
>
已满足:
<view
style=
"height: 22px;line-height: 22px;font-size: 12px;color: #FF4048;background: #fdf6ec;padding: 0 5px;margin-left: 10px;margin-bottom: 5px;"
v-for=
"(y, yi) in x.pinkageList"
:key=
"yi"
>
<text>
{{
y
.
Name
}}
</text>
...
...
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