Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
git test
Mall4j
Commits
c02bc826
Commit
c02bc826
authored
3 years ago
by
Eratosici
Browse files
Options
Download
Email Patches
Plain Diff
商品详情/购物车报错修复、样式微调
parent
81fa934a
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
mall4uni/pages/basket/basket.vue
+1
-1
mall4uni/pages/basket/basket.vue
mall4uni/pages/prod/prod.vue
+1
-1
mall4uni/pages/prod/prod.vue
mall4uni/pages/submit-order/submit-order.css
+3
-0
mall4uni/pages/submit-order/submit-order.css
with
5 additions
and
2 deletions
+5
-2
mall4uni/pages/basket/basket.vue
+
1
-
1
View file @
c02bc826
...
...
@@ -12,7 +12,7 @@
<view
class=
"item"
>
<view
class=
"btn"
>
<label>
<checkbox
@
tap=
"onSelectedItem"
:data-scindex=
"scIndex"
:data-index=
"index"
:value=
"prod.prodId"
:checked=
"prod.checked"
color=
"#105c3e"
></checkbox>
<checkbox
@
tap=
"onSelectedItem"
:data-scindex=
"scIndex"
:data-index=
"index"
:value=
"
toString(
prod.prodId
)
"
:checked=
"prod.checked"
color=
"#105c3e"
></checkbox>
</label>
</view>
<view
class=
"prodinfo"
>
...
...
This diff is collapsed.
Click to expand it.
mall4uni/pages/prod/prod.vue
+
1
-
1
View file @
c02bc826
...
...
@@ -45,7 +45,7 @@
<!-- 已选规格 -->
<view
class=
"sku"
@
tap=
"showSku"
>
<view
class=
"sku-tit"
>
已选
</view>
<view
class=
"sku-con"
>
{{
selectedProp
.
length
>
0
?
selectedProp
+
'
,
'
:
selectedProp
}}{{
prodNum
}}
件
</view>
<view
class=
"sku-con"
>
{{
selectedProp
.
length
>
0
?
selectedProp
+
'
,
'
:
''
}}{{
prodNum
}}
件
</view>
<view
class=
"more"
>
...
</view>
</view>
<!-- 评价 -->
...
...
This diff is collapsed.
Click to expand it.
mall4uni/pages/submit-order/submit-order.css
+
3
-
0
View file @
c02bc826
...
...
@@ -296,6 +296,9 @@ page {
text-overflow
:
ellipsis
;
word-break
:
break-all
;
}
.order-msg
.msg-item
.item
.item-txt.price
{
padding
:
0
;
}
.order-msg
.msg-item
.item.coupon
{
border-bottom
:
2
rpx
solid
#e1e1e1
;
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
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
Menu
Projects
Groups
Snippets
Help