Commit 8b184350 authored by youjie's avatar youjie

no message

parent 956e3987
...@@ -905,7 +905,7 @@ ...@@ -905,7 +905,7 @@
this.changeDetailListHandler(this.types[0],3) this.changeDetailListHandler(this.types[0],3)
} }
if(this.types&&this.types.length==0){ if(this.types&&this.types.length==0){
message.errorMsg(`${t('v102.ticket.nobj')}`) this.Error('暂无报价,无法下单')
} }
}else{ }else{
......
...@@ -454,14 +454,14 @@ ...@@ -454,14 +454,14 @@
</div> </div>
</div> </div>
<div class="right-Submit"> <div class="right-Submit">
<button class="hollowFixedBtn" v-loading="loading"
type="primary"
:disabled="!isCheck" @click="submit">
提交订单
</button>
<!-- <button v-else class="normalBtn" type="primary" @click="submit"> <!-- <button v-else class="normalBtn" type="primary" @click="submit">
提交订单 提交订单
</button> --> </button> -->
<el-button :disabled="!isCheck"
:loading="loading"
class="normalBtn" type="primary" @click="submit">
提交订单
</el-button>
</div> </div>
</div> </div>
<!-- 门票详情信息 --> <!-- 门票详情信息 -->
......
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