|
|
@@ -129,15 +129,15 @@
|
|
|
<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>
|
|
|
</view>
|
|
|
- <view class="price" v-if="orderInfo.cardInfo!=''">
|
|
|
- <button @click="copyCard(orderInfo)" class="admin-button-com">复制贺卡内容</button>
|
|
|
- </view>
|
|
|
</view>
|
|
|
|
|
|
<!-- 寄语信息 -->
|
|
|
<view class="msg-list">
|
|
|
<view class="label">贺卡内容:</view>
|
|
|
<view class="value">{{ orderInfo.cardInfo || '' }}</view>
|
|
|
+ <view class="price" v-if="orderInfo.cardInfo!=''">
|
|
|
+ <button @click="copyCard(orderInfo)" class="admin-button-com middle">复制</button>
|
|
|
+ </view>
|
|
|
</view>
|
|
|
|
|
|
<!-- 订花人信息 -->
|