16cd2fad by 杨炀

no message

1 parent 9f337e69
...@@ -798,7 +798,7 @@ function getData() { ...@@ -798,7 +798,7 @@ function getData() {
798 } 798 }
799 console.log(payType.value) 799 console.log(payType.value)
800 } 800 }
801 //旅游订单详情 801 // 旅游订单详情
802 const getTravelOrderInfo = () => { 802 const getTravelOrderInfo = () => {
803 803
804 } 804 }
......
...@@ -52,7 +52,7 @@ ...@@ -52,7 +52,7 @@
52 </el-card> 52 </el-card>
53 </el-col> 53 </el-col>
54 </el-row> 54 </el-row>
55 <el-empty v-show="!loading&&list.length==0" :image="`/img/order_no.png`" :image-size="228" description="" /> 55 <el-empty v-show="!loading&&list.length===0" :image="`/img/order_no.png`" :image-size="228" description="" />
56 <div style="height: 50px" /> 56 <div style="height: 50px" />
57 </div> 57 </div>
58 </div> 58 </div>
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!