From 1a92541e81f43ea9b544919400b0835bb2b7ee2b Mon Sep 17 00:00:00 2001 From: yangan <yangan0921@163.com> Date: 星期一, 05 八月 2024 17:18:23 +0800 Subject: [PATCH] fix:库管日计划模块修改 --- pages/login/login.vue | 17 ++++++++++++++--- 1 files changed, 14 insertions(+), 3 deletions(-) diff --git a/pages/login/login.vue b/pages/login/login.vue index 276b76e..c02b3d2 100644 --- a/pages/login/login.vue +++ b/pages/login/login.vue @@ -2,8 +2,9 @@ <view class="login"> <view class="logo">鏃犱汉鍊煎畧</view> <!--鐢ㄦ埛鍚嶅瘑鐮佺櫥褰�--> - <user-password :btnText="0" /> + <user-password :btnText="0" :userList="userList"/> <!-- 寰俊openid鐧诲綍 --> + <!-- #ifdef MP-WEIXIN --> <view class="loginBtn"> <u-button class="button" @click.stop="beforeLoginEvent" @@ -12,15 +13,20 @@ type="primary" text="寰俊涓�閿櫥褰�"></u-button> </view> + <!-- #endif --> <view class="utils-block"> <view @click="forgetPassword"><text>蹇樿瀵嗙爜?</text></view> + <!-- #ifdef MP-WEIXIN --> <view @click="PrivacyAgreementHandle"><text>鏂扮敤鎴锋敞鍐�</text></view> + <!-- #endif --> </view> <view class="login-bottom-box"> - <view class="copyright">鍐�涓兘婧愭棤浜哄�煎畧寰俊灏忕▼搴�</view> + <view class="copyright">娌у窞鑱氶殕鍖栧伐鏃犱汉鍊煎畧寰俊灏忕▼搴�</view> <view class="copyright">灏忕▼搴忎粎渚涘凡鎷ユ湁绯荤粺璐﹀彿鐗瑰畾鍐呴儴浜哄憳浣跨敤</view> </view> + + <!-- #ifdef MP-WEIXIN --> <!-- 寰俊鎺堟潈鍓嶇殑寮规 --> <view class="loginPopup"> <u-popup :show="loginPopupShow" @@ -55,6 +61,7 @@ @confirm="bindWxConfirm" @cancel="bindWxCancel"></u-modal> </view> + <!-- #endif --> </view> </template> @@ -74,10 +81,14 @@ bindWxContent: '濡傛灉宸叉嫢鏈夌郴缁熻处鍙凤紝鍙互鐩存帴璺宠浆缁戝畾寰俊椤甸潰', appid: "", secret: "", + userList:[] }; }, components: { userPassword + }, + onShow() { + this.userList=uni.getStorageSync('userList')?JSON.parse(uni.getStorageSync('userList')):[]; }, methods: { ...mapMutations(['setUserTabbar', 'changeisLogin']), @@ -311,4 +322,4 @@ } } } -</style> \ No newline at end of file +</style> -- Gitblit v1.9.1