Commit 77918bf0 authored by qipeng's avatar qipeng

显示按钮修改 现有判断增加 subOrderType!=8才显示

parent 5734d548
......@@ -823,8 +823,9 @@ export default {
}else{
//还未取号的,显示取号按钮.
this.showNumberBtn=true
console.log(this.showNumberBtn)
if(this.orderInfo.subOrderType!=8){
this.showNumberBtn=true
}
}
}
......
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