Commit f45d5028 authored by youjie's avatar youjie

no message

parent e2e4e697
......@@ -333,7 +333,7 @@
</div>
</div>
<!-- v-if="msg.OrderType!=1" -->
<div class="time-box time-box2 center" >
<div class="time-box time-box2 center" v-if="msg.OrderType!=1">
<span>上车范围:</span>
<div style="display: flex;">
<template v-for="x in PlaceTypes">
......@@ -346,7 +346,7 @@
</div>
</div>
<!-- v-if="msg.OrderType!=2" -->
<div class="time-box time-box2 center" >
<div class="time-box time-box2 center" v-if="msg.OrderType!=2">
<span>下车范围:</span>
<div style="display: flex;">
<template v-for="x in PlaceTypes2">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment