Commit 0d2ee333 by zhangzhen

细节优化

parent 60b974b3
......@@ -110,7 +110,7 @@
</view>
</view>
</uni-popup>
<LoginPop ref="loginPop" >
<LoginPop ref="loginPop" />
</view>
</template>
......
......@@ -85,7 +85,7 @@
<text class="cuIcon-exit"></text>退出登录
</button>
</view> -->
<LoginPop ref="loginPop" @success="onCheckUserLogin">
<LoginPop ref="loginPop" @success="onCheckUserLogin" />
</view>
</template>
......
......@@ -267,7 +267,7 @@
</view>
</view>
</uni-popup>
<LoginPop ref="loginPop" @success='onLoading'>
<LoginPop ref="loginPop" @success='onLoading' />
</view>
</template>
......
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