jufubao-base 1.0.197-beta2 → 1.0.197
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -209,7 +209,7 @@
|
|
|
209
209
|
class="jfb-base-order-detail__body-delivery-bottom"
|
|
210
210
|
v-if="item.info && item.info.length > 0"
|
|
211
211
|
>
|
|
212
|
-
<view class="jfb-base-order-detail__body-delivery-bottom-title"
|
|
212
|
+
<view class="jfb-base-order-detail__body-delivery-bottom-title">{{item.service_name}}</view>
|
|
213
213
|
<view
|
|
214
214
|
v-for="(Ditem, Dindex) in item.info"
|
|
215
215
|
:key="Dindex"
|
|
@@ -222,23 +222,6 @@
|
|
|
222
222
|
<view v-html="Ditem.value"></view>
|
|
223
223
|
</view>
|
|
224
224
|
</view>
|
|
225
|
-
<view
|
|
226
|
-
class="jfb-base-order-detail__body-delivery-bottom"
|
|
227
|
-
v-if="item.pick_up_addr_info && item.pick_up_addr_info.length > 0"
|
|
228
|
-
>
|
|
229
|
-
<view class="jfb-base-order-detail__body-delivery-bottom-title">预约信息</view>
|
|
230
|
-
<view
|
|
231
|
-
v-for="(Ditem, Dindex) in item.pick_up_addr_info"
|
|
232
|
-
:key="Dindex"
|
|
233
|
-
class="jfb-base-order-detail__body-delivery-bottom-item"
|
|
234
|
-
>
|
|
235
|
-
<view style="width: 130rpx;display: flex;">
|
|
236
|
-
<view v-html="Ditem.label"></view>
|
|
237
|
-
<text v-if="Ditem.label">:</text>
|
|
238
|
-
</view>
|
|
239
|
-
<view v-html="Ditem.value"></view>
|
|
240
|
-
</view>
|
|
241
|
-
</view>
|
|
242
225
|
</view>
|
|
243
226
|
</view>
|
|
244
227
|
<view
|