|
@ -94,7 +94,7 @@ |
|
|
加盟并进入后台</GuipButton> |
|
|
加盟并进入后台</GuipButton> |
|
|
<p class="attention gap10"> |
|
|
<p class="attention gap10"> |
|
|
<el-checkbox v-model="checked"></el-checkbox> |
|
|
<el-checkbox v-model="checked"></el-checkbox> |
|
|
<b>代理商需要阅读并同意<a href="">《哈哈哈哈》</a></b> |
|
|
<b>代理商需要阅读并同意<a @click="jumpDoc">《快乐论文网站协议》</a></b> |
|
|
</p> |
|
|
</p> |
|
|
</div> |
|
|
</div> |
|
|
|
|
|
|
|
@ -248,7 +248,11 @@ export default { |
|
|
console.error(error, 'error') |
|
|
console.error(error, 'error') |
|
|
}) |
|
|
}) |
|
|
}, |
|
|
}, |
|
|
|
|
|
jumpDoc(){ |
|
|
|
|
|
window.open(this.$router.resolve({ |
|
|
|
|
|
path: '/agreement', |
|
|
|
|
|
}).href, '_blank') |
|
|
|
|
|
}, |
|
|
goAddFranchise(){ |
|
|
goAddFranchise(){ |
|
|
if(!this.checked){ |
|
|
if(!this.checked){ |
|
|
this.$message.warning('请阅读并同意协议'); |
|
|
this.$message.warning('请阅读并同意协议'); |
|
@ -311,6 +315,7 @@ export default { |
|
|
a { |
|
|
a { |
|
|
text-decoration: none; |
|
|
text-decoration: none; |
|
|
color: #006AFF; |
|
|
color: #006AFF; |
|
|
|
|
|
cursor: pointer; |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|