Commit 6c64e441 authored by youjie's avatar youjie

no message

parent bbb592a8
...@@ -1587,7 +1587,7 @@ ...@@ -1587,7 +1587,7 @@
this.msg.PlatformAccountId = this.platformAccount; this.msg.PlatformAccountId = this.platformAccount;
if(this.clientData&&this.clientData.State&&this.clientData.State==1 if(this.clientData&&this.clientData.State&&this.clientData.State==1
&&!this.msg.PayReceipt_No&&this.msg.PayReceipt_No==''){ &&(!this.msg.PayReceipt_No||this.msg.PayReceipt_No=='')){
let text = '选择平台用户昵称' let text = '选择平台用户昵称'
if(this.msg.CourseId!=12&&this.msg.CourseId>0){ if(this.msg.CourseId!=12&&this.msg.CourseId>0){
text = '输入卡尾号' text = '输入卡尾号'
......
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