Commit 6b49625d authored by 胡占生's avatar 胡占生 🇨🇳

111

parent 18ecb9b8
Pipeline #7907 passed with stage
in 10 seconds
...@@ -42,7 +42,6 @@ ...@@ -42,7 +42,6 @@
v-for="(item, index) in waitList" v-for="(item, index) in waitList"
@click="touchstart(index, item)" @click="touchstart(index, item)"
:key="index" :key="index"
@click="touchstart(index, item)"
> >
<van-badge :dot="item.status == 0 ? true : false"> <van-badge :dot="item.status == 0 ? true : false">
......
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