From ebe6595f81604b7859abfebd8fcb39eaabe15733 Mon Sep 17 00:00:00 2001 From: Chopper Date: Wed, 16 Jun 2021 18:15:33 +0800 Subject: [PATCH] =?UTF-8?q?app=E7=99=BB=E5=BD=95=E9=97=AE=E9=A2=98?= =?UTF-8?q?=E5=A4=84=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- manifest.json | 4 ++-- pages/passport/onClickLogin.vue | 35 ++++++++++++++++----------------- 2 files changed, 19 insertions(+), 20 deletions(-) diff --git a/manifest.json b/manifest.json index 0cdf3bc..f5a35f8 100644 --- a/manifest.json +++ b/manifest.json @@ -2,8 +2,8 @@ "name" : "lili商城", "appid" : "__UNI__C100675", "description" : "", - "versionName" : "4.0.18", - "versionCode" : 4000018, + "versionName" : "4.0.19", + "versionCode" : 4000019, "transformPx" : false, "app-plus" : { "compatible" : { diff --git a/pages/passport/onClickLogin.vue b/pages/passport/onClickLogin.vue index cfadf7e..0190b8c 100644 --- a/pages/passport/onClickLogin.vue +++ b/pages/passport/onClickLogin.vue @@ -5,7 +5,6 @@
-
{{item.title}}
账号密码登录 @@ -118,23 +117,23 @@ export default { methods: { /** 根据参数显示登录模块 */ methodFilter(code) { - let way = []; - this.loginList.forEach((item) => { - if (code.length != 0) { - code.forEach((val) => { - if (item.code == val) { - way.push(item); - } - }); - } else { - uni.showToast({ - title: '配置有误请联系管理员', - duration: 2000, - icon:"none" - }); - } - }); - this.loginList = way; + // let way = []; + // this.loginList.forEach((item) => { + // if (code.length != 0) { + // code.forEach((val) => { + // if (item.code == val) { + // way.push(item); + // } + // }); + // } else { + // uni.showToast({ + // title: '配置有误请联系管理员', + // duration: 2000, + // icon:"none" + // }); + // } + // }); + // this.loginList = way; }, /**跳转到登录页面 */ navigateLogin(connectLogin) {