Fix:4116 【商城小程序】待收货的盲盒礼包订单详情页【更多】、【确认收货】按钮改为靠右显示
This commit is contained in:
@@ -408,6 +408,7 @@
|
||||
<template v-if="status.type == 2">
|
||||
<view class="v12-justify-between " style="width: 100%">
|
||||
<view v-if="orderInfo.isGiftCardReceiveBlind === 0" class="bnt v12-dark-text v12-dark-border cancel" @click="goRoom(orderInfo)">联系商家</view>
|
||||
<view class="" v-else></view>
|
||||
<view class="v12-justify-between">
|
||||
<view class="btn-more" style="position: relative">
|
||||
<view class=" v12-font-24 v12-mr-2" @click.stop="showMore = !showMore">更多</view>
|
||||
|
||||
Reference in New Issue
Block a user