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 @@
账号密码登录
@@ -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) {