This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
Augcl
/
teambuy-front
generated from
hly/uniapp-shop-templates
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
fix(createOrder): 修正商品图片显示逻辑
修复了商品图片显示时未处理多张图片的情况,现在仅显示第一张图片
hfll
前端-胡立永
1 week ago
parent
749e212a7a
commit
fee91195e4
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
pages_order/order/createOrder.vue
+ 1
- 1
pages_order/order/createOrder.vue
View File
@ -62,7 +62,7 @@
<!--
商品详情
--
>
<
view
class
=
"product-item"
v-for
="item in payOrderProduct" :key="item.id"
>
<
view
class
=
"img-box"
>
<
image
:src
="item.image
"
mode
=
"aspectFill"
>
<
/
image
>
<
image
:
src
=
"item.image && item.image.split(',')[0]
"
mode
=
"aspectFill"
>
<
/
image
>
<
/
view
>
<
view
class
=
"server-info"
>
Write
Preview
Loading…
Cancel
Save