Commit 01e2c50a by hxx

协议 fix

parent 0e1c6e36
......@@ -510,7 +510,7 @@ export default {
this.unionId = res.data.data.unionId || '';
this.sessionId = res.data.data.sessionId || '';
this.tempData = res.data.data;
if(this.content&&!this.checked&&!res.data.isHaveUnion) {
if(this.content&&!this.checked&&!res.data.data.isHaveUnion) {
let text = '';
if (this.userAgreement && this.privacyPolicy) {
text = `《${this.userAgreement.agreementName}》和《${this.privacyPolicy.agreementName}》`;
......
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