|
|
@@ -12,7 +12,7 @@
|
|
|
<text>{{info.sendType==1?'取花':'配送'}}:</text>
|
|
|
<text>
|
|
|
{{info.reachDate.substr(5,5)}} {{info.reachPeriod}}
|
|
|
- <text v-if="info.sendType==1" style="color:#3385FF;font-weight:bold;margin-left:20upx;border:1upx solid #3385FF;border-radius: 6upx;padding:0 6upx;font-size:24upx;">到店自取</text>
|
|
|
+ <text v-if="info.sendType==1" style="color:#09C567;font-weight:bold;margin-left:20upx;border:1upx solid #09C567;border-radius: 6upx;padding:0 6upx;font-size:24upx;">到店自取</text>
|
|
|
</text>
|
|
|
</view>
|
|
|
<view><text>收花:</text><text>{{info.receiveUserName||''}}</text></view>
|