Commit bc5b43d3 by 张卓

没阅读时无协议显示

parent d0efeaee
......@@ -16,9 +16,9 @@
</div>
<div class="layer" @click="isShowPhone=false"></div>
</div>
<div class="readAgreement">
<div class="readAgreement" v-if="content">
<van-checkbox :value="checked" @click="checked = !checked">我已阅读并同意</van-checkbox>
<span v-if="content" @click="contentShow = true">《用户协议》</span>
<span @click="contentShow = true">《用户协议》</span>
</div>
<van-popup
:show="contentShow"
......
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