Commit 3231ddc0 by 张卓

无协议隐藏

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