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
fd31ad15
Commit
fd31ad15
authored
Aug 07, 2020
by
黄媛媛
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
2221ecef
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
5 deletions
+6
-5
order-good-list.vue
components/goods/order-good-list.vue
+1
-1
cart.vue
pages/cart/cart.vue
+2
-1
order-submit.vue
pages/order-submit/order-submit.vue
+3
-3
No files found.
components/goods/order-good-list.vue
View file @
fd31ad15
...
...
@@ -31,7 +31,7 @@
<view
style=
"font-size: 12px;color: #909399;padding: 3px 5px;background: #f4f4f5;display: inline-block;"
class=
"freeShippingstyle"
v-if=
"y.freeShipping_Use==false&&y.freeShippingDescription!=null&&y.freeShippingDescription!=''"
>
{{
y
.
freeShippingDescription
!=
null
?
y
.
freeShippingDescription
:
''
}}
</view>
<view
style=
"font-size: 12px;color: #
ff9900
;padding: 3px 5px;background: #fdf6ec;display: inline-block;"
class=
"freeShippingstyle"
v-if=
"y.freeShipping_Use==true&&y.freeShippingDescription!=null&&y.freeShippingDescription!=''"
>
<view
style=
"font-size: 12px;color: #
FF4048
;padding: 3px 5px;background: #fdf6ec;display: inline-block;"
class=
"freeShippingstyle"
v-if=
"y.freeShipping_Use==true&&y.freeShippingDescription!=null&&y.freeShippingDescription!=''"
>
{{
y
.
freeShippingDescription
!=
null
?
y
.
freeShippingDescription
:
''
}}
</view>
</view>
...
...
pages/cart/cart.vue
View file @
fd31ad15
...
...
@@ -110,9 +110,10 @@
text-overflow: ellipsis;
margin-top: 2px;
"
v-if=
"item.FreeShippingName !=null && (item.FreeShippingFullMoneyPinkage>0 || item.FreeShippingFullNumPinkage>0)"
>
<view
style=
"color: #
ff9900
;background: #fdf6ec;padding: 0 5px;display: inline-block;"
>
<view
style=
"color: #
FF4048
;background: #fdf6ec;padding: 0 5px;display: inline-block;"
>
<Text
style=
"
font-size: 20rpx;
margin-right: 5rpx;
...
...
pages/order-submit/order-submit.vue
View file @
fd31ad15
...
...
@@ -67,10 +67,10 @@
</view>
</
template
>
<
template
>
<view
class=
"goodboxmore"
style=
"font-size: 12px;color: #000000;display: flex;flex-direction: row;align-items: center;"
v-if=
"x.pinkageList.length>0"
>
<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
style=
"height: 22px;line-height: 22px;font-size: 12px;color: #
ff9900;background: #fdf6ec;padding: 0
5px;"
v-for=
"(y, yi) in x.pinkageList"
:key=
"yi"
>
<text
>
{{
y
.
Name
}}
</text>
<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>
</view>
</view>
</
template
>
...
...
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