Merge branch 'Branch_1' of https://git.u8t.cn/tangxinyue/alipay-emulator into Branch_1
This commit is contained in:
commit
e1775a67e3
|
|
@ -248,14 +248,17 @@
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="card service-card flex-align-center flex-justify-between">
|
<image v-if="order.statusType == 'refunding'" class="product-img-card" style="margin: 0;width: 100%;"
|
||||||
|
:src="order.productImgUrl || '/static/image/shopping/taobao/detail/refund/product1.png'" mode="widthFix">
|
||||||
|
</image>
|
||||||
|
<view v-else class="card service-card flex-align-center flex-justify-between">
|
||||||
<text class="label">服务保障</text>
|
<text class="label">服务保障</text>
|
||||||
<view class="">
|
<view class="">
|
||||||
<text class="more">查看更多</text>
|
<text class="more">查看更多</text>
|
||||||
<uni-icons type="right" size="14" color="#EF7518"></uni-icons>
|
<uni-icons type="right" size="14" color="#EF7518"></uni-icons>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<view style="margin-top: 16rpx;">
|
<view :style="order.statusType == 'refunding' ? 'margin-top: 6rpx;' : 'margin-top: 16rpx;'">
|
||||||
<image style="width: 100%;" :src="screenshotImage" mode="widthFix"></image>
|
<image style="width: 100%;" :src="screenshotImage" mode="widthFix"></image>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue