提交 cbebd9f5 编写于 作者: 芊里

test

上级 cba81047
...@@ -21,19 +21,13 @@ ...@@ -21,19 +21,13 @@
"path": "uni_modules/uni-login-page/pages/index/index", "path": "uni_modules/uni-login-page/pages/index/index",
"style": { "style": {
"navigationBarTitleText": "", "navigationBarTitleText": "",
"navigationBarBackgroundColor": "#FFFFFF", "navigationStyle":"custom",
"backgroundColor": "transparent",
"app-plus": { "app-plus": {
"animationType": "fade-in", "animationType": "fade-in",
"background": "transparent", "background": "transparent",
"popGesture": "none", "popGesture": "none",
"titleNView": { "titleNView": false
"buttons": [{
"text": "帮助",
"type": "none",
"fontSize": "16px",
"width": "60px"
}]
}
} }
} }
// "navigationBarTitleText": "", // "navigationBarTitleText": "",
......
<template> <template>
<view class="wrap" v-show="isShow"> <view class="wrap" v-show="isShow">
<uni-nav-bar left-icon="back" @clickLeft="back" right-text="帮助"></uni-nav-bar>
<view class="wrap-content"> <view class="wrap-content">
<view class="content"> <view class="content">
<!-- 顶部文字 --> <!-- 顶部文字 -->
...@@ -74,7 +75,7 @@ ...@@ -74,7 +75,7 @@
}, },
onReady() { onReady() {
setTimeout(() => { setTimeout(() => {
this.isShow = true this.isShow = true;
}, 1500); }, 1500);
}, },
computed: { computed: {
...@@ -117,7 +118,7 @@ ...@@ -117,7 +118,7 @@
icon: 'none' icon: 'none'
}); });
uni.navigateTo({ uni.navigateTo({
url:'./phone-code?phoneNumber='+this.formData.phone+'&phoneArea='+this.currenPhoneArea url:'./phone-code?phoneNumber='+this.formData.phone+'&phoneArea='+this.currenPhoneArea,
success: res => {}, success: res => {},
fail: () => {}, fail: () => {},
complete: () => {} complete: () => {}
...@@ -141,6 +142,9 @@ ...@@ -141,6 +142,9 @@
}, },
openLoginList() { openLoginList() {
this.$refs.loginActionSheet.open(); this.$refs.loginActionSheet.open();
},
back(){
uni.navigateBack()
} }
} }
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册