Commit 94d7f4da authored by youjie's avatar youjie

登录权限

parent ce3fc008
<template> <template>
<div class="auth-page" v-if="setting&&setting.is_show_auth==1"> <!-- v-if="setting&&setting.is_show_auth==1" -->
<div class="auth-page">
<u-popup <u-popup
v-model="showDialog" v-model="showDialog"
mode="center" mode="center"
......
...@@ -110,7 +110,7 @@ ...@@ -110,7 +110,7 @@
<view class="triangle-up" :style="{ top: pagePaddingBottom }"></view> <view class="triangle-up" :style="{ top: pagePaddingBottom }"></view>
</view> </view>
<coupon v-if="showCoupons" :coupon-message="couponMessage" :cform="ComeFrom" @goLook="goLook" @closeBtn="closeBtn"></coupon> <coupon v-if="showCoupons" :coupon-message="couponMessage" :cform="ComeFrom" @goLook="goLook" @closeBtn="closeBtn"></coupon>
<template v-show="setting&&setting.is_show_auth==1"> <template v-if="setting&&setting.is_show_auth==1">
<auth v-if="showAuth" @changeuserinfo="reloadUserinfo" @gbAuth="gbAuth"></auth> <auth v-if="showAuth" @changeuserinfo="reloadUserinfo" @gbAuth="gbAuth"></auth>
</template> </template>
<official-account></official-account> <official-account></official-account>
......
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