90c1bbce by zhangmeng

购票价格

1 parent f1b5941b
......@@ -38,7 +38,7 @@
<span v-if="b.status == '7'" class="bg-danger">{{
language == 0 ? '退款审核中' : 'Refund in review'
}}</span>
<span v-if="b.status == -1" class="bg-blue">{{
<span v-if="b.status == '-1'" class="bg-blue">{{
language == 0 ? '已核销' : 'Cancelled'
}}</span>
</div>
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!