mirror of
http://git.coreshop.cn/jianweie/coreshoppro.git
synced 2026-02-05 02:49:49 +08:00
修复图片高度设置为array的异常。
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -360,4 +360,5 @@ MigrationBackup/
|
|||||||
.ionide/
|
.ionide/
|
||||||
|
|
||||||
# Fody - auto-generated XML schema
|
# Fody - auto-generated XML schema
|
||||||
FodyWeavers.xsd
|
FodyWeavers.xsd
|
||||||
|
/CoreCms.Net.Uni-App/CoreShop/unpackage/dist/dev
|
||||||
|
|||||||
@@ -10,7 +10,7 @@
|
|||||||
<u-grid :col="coreshopdata.parameters.column" :border="false" align="left">
|
<u-grid :col="coreshopdata.parameters.column" :border="false" align="left">
|
||||||
<u-grid-item :custom-style="{padding: '0px'}" v-for="(item, index) in coreshopdata.parameters.list" :key="index">
|
<u-grid-item :custom-style="{padding: '0px'}" v-for="(item, index) in coreshopdata.parameters.list" :key="index">
|
||||||
<view class="good_box" @tap="goGoodsDetail(item.id)">
|
<view class="good_box" @tap="goGoodsDetail(item.id)">
|
||||||
<u--image :src="item.image" mode="widthFix" width="100%" :height="[coreshopdata.parameters.column==2?'164px':'104px']" radius="10"></u--image>
|
<u--image :src="item.image" mode="widthFix" width="100%" :height="coreshopdata.parameters.column==2?'164px':'104px'" radius="10"></u--image>
|
||||||
<view class="good_title u-line-2">
|
<view class="good_title u-line-2">
|
||||||
{{item.name}}
|
{{item.name}}
|
||||||
</view>
|
</view>
|
||||||
|
|||||||
Reference in New Issue
Block a user