Commit 20834103 authored by 杨梦雪's avatar 杨梦雪

11

parent ddac8a7a
......@@ -487,7 +487,15 @@ export default {
},
// 立即支付-按钮
paying() {
this.dialogPayingVisible = true;
console.log(this.$store.state);
let code = this.$store.state.indexIdentity;
console.log(code == "3c7e84455750447799e4b70bda5f4493")
if (code == "3c7e84455750447799e4b70bda5f4493") {
console.log('1111')
this.toPaying();
} else {
this.dialogPayingVisible = true;
}
},
toPaying() {
this.dialogPayingVisible = false;
......
......@@ -6,7 +6,7 @@
<div class="flex">
<img class="notify_img" src="../../../assets/img/notify.png" alt="" />
</div>
<div >注意:本次活动报名有人数限制,当前剩余名额为{{info.student_num}}</div>
<div>注意:本次活动报名有人数限制,当前共有{{ info.order_num }}人申请,剩余名额为{{info.student_num}}</div>
</div>
<div class="bg-top"></div>
</el-header>
......
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