|
|
@@ -126,7 +126,7 @@
|
|
|
<text v-if="orderInfo.reachDate == orderInfo.today">今天</text>
|
|
|
<text v-else-if="orderInfo.reachDate == orderInfo.tomorrow">明天</text>
|
|
|
<text v-else>{{thisYear==orderInfo.reachDate.substr(0,4)?'':orderInfo.reachDate.substr(0,4)+'-'}}{{orderInfo.reachDate ? orderInfo.reachDate.substr(5,11):''}}</text>
|
|
|
- <text class="ml-10">{{orderInfo.reachPeriod||''}}前</text>
|
|
|
+ <text class="ml-10">{{orderInfo.reachPeriod||''}}</text>
|
|
|
</view>
|
|
|
<view class="price" v-if="orderInfo.cardInfo!=''">
|
|
|
<button @click="copyCard(orderInfo)" class="admin-button-com">复制贺卡内容</button>
|