Fix:5129 【商城小程序】体验券订单图片需放大一点且与名称对齐
This commit is contained in:
@@ -153,7 +153,7 @@
|
||||
:src="order.travelGroupOrderInfo.travelGroupProduct.mainImage"
|
||||
/>
|
||||
</view>
|
||||
<view class="text">
|
||||
<view class="text" style="margin-top: 0 !important;">
|
||||
<view class="acea-row name-wrap">
|
||||
<view class="name more-t v12-font-bold">{{ order.travelGroupOrderInfo.travelGroupProduct.name }}</view>
|
||||
<view class="money">
|
||||
@@ -172,14 +172,14 @@
|
||||
<view class="pictrue">
|
||||
<image :src="order.experienceOrderInfo.themeImage" />
|
||||
</view>
|
||||
<view class="text">
|
||||
<view class="text" style="margin-top: 0 !important;">
|
||||
<view class="acea-row name-wrap">
|
||||
<view class="name more-t v12-font-bold">{{ order.experienceOrderInfo.themeName }}</view>
|
||||
<view class="name one-t v12-font-bold">{{ order.experienceOrderInfo.themeName }}</view>
|
||||
</view>
|
||||
<view class="v12-secondary-dark-text v12-font-24" style="margin-top: 30rpx;">
|
||||
<view class="v12-secondary-dark-text v12-font-24" style="margin-top: 10rpx;">
|
||||
有效期至{{ order.experienceOrderInfo.endTime }}
|
||||
</view>
|
||||
<view class="v12-secondary-dark-text v12-font-24 flex ai-center" style="margin-top: 10rpx;" v-if="order.distance || order.experienceOrderInfo.distance">
|
||||
<view class="v12-secondary-dark-text v12-font-24 flex ai-center" style="margin:10rpx 0;" v-if="order.distance || order.experienceOrderInfo.distance">
|
||||
<image :src="webUrl+'/orderIcon/map.png'" style="width: 24rpx;height: 24rpx;margin-right: 6rpx;" />
|
||||
<text>距该地{{ order.distance || order.experienceOrderInfo.distance }}</text>
|
||||
</view>
|
||||
@@ -214,7 +214,7 @@
|
||||
@click.stop="gotoGoodDetail(cart, 4, { id: cart.seckillId })"
|
||||
/>
|
||||
</view>
|
||||
<view class="text">
|
||||
<view class="text" style="margin-top: 0 !important;">
|
||||
<view class="acea-row name-wrap">
|
||||
<view class="name more-t v12-font-bold">{{ cart.productInfo.storeName }}</view>
|
||||
<view class="money">
|
||||
@@ -875,7 +875,7 @@ export default {
|
||||
if (!order) {
|
||||
return
|
||||
}
|
||||
|
||||
|
||||
if (order.experienceOrderInfo) {
|
||||
const experienceMerchantId =
|
||||
order.merId ||
|
||||
|
||||
Reference in New Issue
Block a user