提交 cbebd9f5 编写于 作者: 芊里

test

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