diff --git a/pages.json b/pages.json
index 78ab7fb9a6419c35fd79d16cc516246da4864a8d..b69eeeac563395420fab9436d9583ee8713f9957 100644
--- a/pages.json
+++ b/pages.json
@@ -20,28 +20,26 @@
}, {
"path": "uni_modules/uni-login-page/pages/index/index",
"style": {
- "navigationBarTitleText": "",
- "navigationBarBackgroundColor": "#FFFFFF",
"navigationStyle": "custom",
- // "backgroundColor": "transparent",
+ "backgroundColor": "transparent",
"app-plus": {
"animationType": "fade-in",
- "background": "transparent",
- "popGesture": "none",
- "titleNView":false
- // "navigationBarTitleText": "",
- // "navigationBarBackgroundColor": "#FFFFFF",
- // "app-plus": {
- // "titleNView": {
- // "buttons": [{
- // "text": "帮助",
- // "type": "none",
- // "fontSize": "16px",
- // "width": "60px"
- // }]
- // }
+ "background": "transparent",
+ "popGesture": "none"
}
}
+ // "navigationBarTitleText": "",
+ // "navigationBarBackgroundColor": "#FFFFFF",
+ // "app-plus": {
+ // "titleNView": {
+ // "buttons": [{
+ // "text": "帮助",
+ // "type": "none",
+ // "fontSize": "16px",
+ // "width": "60px"
+ // }]
+ // }
+
}, {
"path": "pages/search/search",
"style": {
diff --git a/uni_modules/uni-login-page/pages/index/index--.nvue b/uni_modules/uni-login-page/pages/index/index--.nvue
deleted file mode 100644
index b6fcafd6a3676aca069a7e770f6391b7a6088374..0000000000000000000000000000000000000000
--- a/uni_modules/uni-login-page/pages/index/index--.nvue
+++ /dev/null
@@ -1,128 +0,0 @@
-
-
-
-
-
- {{text}}
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/uni_modules/uni-login-page/pages/index/index.vue b/uni_modules/uni-login-page/pages/index/index.vue
index 69fc009b66615c785bc3e8e98d889dc88f6944a4..8c9317fdce24a7b9e2d4eef8e3b660985fbc51a1 100644
--- a/uni_modules/uni-login-page/pages/index/index.vue
+++ b/uni_modules/uni-login-page/pages/index/index.vue
@@ -1,7 +1,7 @@
-
-
-
+
+
+
登陆后即可展示自己
@@ -34,7 +34,7 @@
-
+
@@ -42,7 +42,7 @@
export default {
data() {
return {
- isShow:true,
+ isShow:false,
link: [{
text: '用户协议',
to: '/baidu.com'
@@ -54,6 +54,11 @@
currenPhoneArea: '+86',
phoneNumber: ''
}
+ },
+ onReady() {
+ setTimeout(()=>{
+ this.isShow = true
+ },1500);
},
computed: {
canGetShortMsg() {
@@ -81,17 +86,76 @@
},
openLoginList() {
this.$refs.loginActionSheet.open();
+ },
+ back(){
+ uni.navigateBack()
}
}
}
\ No newline at end of file
diff --git a/uni_modules/uni-quick-login/components/uni-quick-login/uni-quick-login.vue b/uni_modules/uni-quick-login/components/uni-quick-login/uni-quick-login.vue
index f18f1ad9729b7a56c9b16c685f61037e91764d9d..524b3599b3a607881b4c8faf16dd70bbf67a8a7c 100644
--- a/uni_modules/uni-quick-login/components/uni-quick-login/uni-quick-login.vue
+++ b/uni_modules/uni-quick-login/components/uni-quick-login/uni-quick-login.vue
@@ -1,5 +1,5 @@
-
+
{{text}}
@@ -11,7 +11,6 @@
export default {
data() {
return {
- isShow:false,
config: {
"weixin": {
"text": "微信登陆",
@@ -78,8 +77,6 @@
console.log(err);
if(err.errCode===30002){
console.log('你手动关闭了,一键登陆');
- this.isShow = 1
- this.$emit('univerifyEnd')
}
}
})