16cd2fad by 杨炀

no message

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