mirror of
http://git.coreshop.cn/jianweie/coreshoppro.git
synced 2026-02-05 05:19:49 +08:00
【修复】修复商品评价页面样式错位异常的问题。
This commit is contained in:
@@ -20,7 +20,10 @@
|
|||||||
<u-line color="#eee" border-style="dashed" margin="10px 0" />
|
<u-line color="#eee" border-style="dashed" margin="10px 0" />
|
||||||
<view class="orderList coreshop-padding-0">
|
<view class="orderList coreshop-padding-0">
|
||||||
<view class="item" @click="goGoodsDetail(item.goodsId)">
|
<view class="item" @click="goGoodsDetail(item.goodsId)">
|
||||||
<view class="left"><image :src="item.imageUrl && item.imageUrl!='null' ? item.imageUrl : '/static/images/common/empty-banner.png'" mode="aspectFill"></image></view>
|
<view class="left">
|
||||||
|
<u--image :showLoading="true" :src="item.imageUrl && item.imageUrl!='null' ? item.imageUrl : '/static/images/common/empty-banner.png'" width="80px" height="80px" mode="aspectFill"></u--image>
|
||||||
|
<!--<image :src="item.imageUrl && item.imageUrl!='null' ? item.imageUrl : '/static/images/common/empty-banner.png'" mode="aspectFill"></image>-->
|
||||||
|
</view>
|
||||||
<view class="content">
|
<view class="content">
|
||||||
<view class="title u-line-4">{{item.name}}</view>
|
<view class="title u-line-4">{{item.name}}</view>
|
||||||
</view>
|
</view>
|
||||||
@@ -59,10 +62,10 @@
|
|||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="coreshop-foot-hight-view" />
|
</view>
|
||||||
<view class="coreshop-bg-white coreshop-footer-fixed coreshop-foot-padding-bottom coreshop-padding-5">
|
<view class="coreshop-foot-hight-view" />
|
||||||
<u-button type="error" size="normal" @click="toEvaluate" :disabled='submitStatus' :loading='submitStatus'>提交评论</u-button>
|
<view class="coreshop-bg-white coreshop-footer-fixed coreshop-foot-padding-bottom coreshop-padding-5">
|
||||||
</view>
|
<u-button type="error" size="normal" @click="toEvaluate" :disabled='submitStatus' :loading='submitStatus'>提交评论</u-button>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
</template>
|
</template>
|
||||||
|
|||||||
Reference in New Issue
Block a user