Commit 50c27c09 by 冷斌

fix bug

parent 53552703
......@@ -8,16 +8,14 @@
<div id="app">
<div class="layout_v">
<if condition="$data['text'] eq null">
<if condition="$data.text">
{$data.text}
<else/>
<van-cell @click="onChangePwd" title="修改密码" is-link ></van-cell>
<!-- <van-cell @click="onFeedback" title="意见反馈" is-link ></van-cell>-->
<!-- <van-cell @click="onAboutUs" title="关于我们" is-link ></van-cell>-->
<van-cell @click="onQuit" title="退出账号" is-link ></van-cell>
<else/>
{$data.text}
</if>
</div>
</div>
......
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