Commit c059cc38 by 冷斌

fix bug

parent 50c27c09
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
<div id="app"> <div id="app">
<div class="layout_v"> <div class="layout_v">
<if condition="$data.text"> <if condition="$data.text eq null">
{$data.text} {$data.text}
<else/> <else/>
<van-cell @click="onChangePwd" title="修改密码" is-link ></van-cell> <van-cell @click="onChangePwd" title="修改密码" is-link ></van-cell>
......
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