mirror of
http://git.coreshop.cn/jianweie/coreshoppro.git
synced 2025-12-06 19:23:25 +08:00
【修复】修复商品评价页面样式错位异常的问题。
This commit is contained in:
@@ -20,7 +20,10 @@
|
||||
<u-line color="#eee" border-style="dashed" margin="10px 0" />
|
||||
<view class="orderList coreshop-padding-0">
|
||||
<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="title u-line-4">{{item.name}}</view>
|
||||
</view>
|
||||
@@ -59,10 +62,10 @@
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
<view class="coreshop-foot-hight-view" />
|
||||
<view class="coreshop-bg-white coreshop-footer-fixed coreshop-foot-padding-bottom coreshop-padding-5">
|
||||
<u-button type="error" size="normal" @click="toEvaluate" :disabled='submitStatus' :loading='submitStatus'>提交评论</u-button>
|
||||
</view>
|
||||
</view>
|
||||
<view class="coreshop-foot-hight-view" />
|
||||
<view class="coreshop-bg-white coreshop-footer-fixed coreshop-foot-padding-bottom coreshop-padding-5">
|
||||
<u-button type="error" size="normal" @click="toEvaluate" :disabled='submitStatus' :loading='submitStatus'>提交评论</u-button>
|
||||
</view>
|
||||
</view>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user