|
|
@@ -34,6 +34,10 @@
|
|
|
<text class="right" style="color:red;">[贺卡内容] {{orderInfo.cardInfo}}</text>
|
|
|
</view>
|
|
|
|
|
|
+ <view><text class="left">支数</text>
|
|
|
+ <text class="right" style="font-weight:bold;color:red;">{{orderInfo.flowerNum?orderInfo.flowerNum:0}}</text>
|
|
|
+ </view>
|
|
|
+
|
|
|
<view v-if="Number(orderInfo.orderPrice)>0">
|
|
|
<text class="left">订单金额</text>
|
|
|
<text class="right" style="font-weight:bold;">
|