no message
Showing
2 changed files
with
2 additions
and
2 deletions
| ... | @@ -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> | ... | ... |
-
Please register or sign in to post a comment