Commit c758b326 authored by 潘永坪's avatar 潘永坪

联票电子门票动态二维码显示处理

parent d4941371
......@@ -592,12 +592,15 @@ export default {
if(item.subOrderType!=4&&item.subOrderType!=5){
if(item.exchangeMode==4||item.exchangeMode==5){
//多个二维码
//为了提高性能,游玩时间等于今天才获取排号信息
//为了提高性能,游玩时间等于今天获取动态二维码
if(item.playDate.substr(0,10)==this.$commonjs.today()){
if(item.orderStatus==2||item.orderStatus==4||item.orderStatus==5||item.orderStatus==7){
//订单状态为2、4、5、7时才获取动态二维码
this.getCodeList(item)
}
}else{
//如果不是今天,为了保持页面完整性,临时放一个静态二维码
this.getCode(item)
}
}
if(item.exchangeMode==1){
......
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