Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
DCloud
uni-starter
提交
436722d8
U
uni-starter
项目概览
DCloud
/
uni-starter
通知
4666
Star
228
Fork
210
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
3
列表
看板
标记
里程碑
合并请求
0
DevOps
流水线
流水线任务
计划
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
U
uni-starter
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
3
Issue
3
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
DevOps
DevOps
流水线
流水线任务
计划
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
流水线任务
提交
Issue看板
体验新版 GitCode,发现更多精彩内容 >>
提交
436722d8
编写于
4月 08, 2021
作者:
L
linju
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
12
上级
159d9bcc
变更
2
隐藏空白更改
内联
并排
Showing
2 changed file
with
31 addition
and
28 deletion
+31
-28
pages.json
pages.json
+9
-15
uni_modules/uni-login-page/pages/index/index.vue
uni_modules/uni-login-page/pages/index/index.vue
+22
-13
未找到文件。
pages.json
浏览文件 @
436722d8
...
...
@@ -21,27 +21,21 @@
"path"
:
"uni_modules/uni-login-page/pages/index/index"
,
"style"
:
{
"navigationBarTitleText"
:
""
,
"navigationStyle"
:
"custom"
,
"backgroundColor"
:
"transparent"
,
"app-plus"
:
{
"animationType"
:
"fade-in"
,
"background"
:
"transparent"
,
"animationType"
:
"none"
,
"popGesture"
:
"none"
,
"titleNView"
:
false
"titleNView"
:
{
"buttons"
:
[{
"text"
:
"帮助"
,
"type"
:
"none"
,
"fontSize"
:
"16px"
,
"width"
:
"60px"
}]
}
}
}
//
"navigationBarTitleText"
:
""
,
//
"navigationBarBackgroundColor"
:
"#FFFFFF"
,
//
"app-plus"
:
{
//
"titleNView"
:
{
//
"buttons"
:
[{
//
"text"
:
"帮助"
,
//
"type"
:
"none"
,
//
"fontSize"
:
"16px"
,
//
"width"
:
"60px"
//
}]
//
}
},
{
"path"
:
"pages/search/search"
,
"style"
:
{
...
...
uni_modules/uni-login-page/pages/index/index.vue
浏览文件 @
436722d8
<
template
>
<view
class=
"wrap"
v-show=
"isShow"
>
<uni-nav-bar
left-icon=
"back"
@
clickLeft=
"back"
right-text=
"帮助"
:statusBar=
"true"
:border=
"false"
></uni-nav-bar>
<view
class=
"wrap"
>
<view
class=
"wrap-content"
>
<view
class=
"content"
>
<!-- 顶部文字 -->
...
...
@@ -38,11 +37,11 @@
</view>
</template>
<
script
>
<
script
>
var
currentPage
;
export
default
{
data
()
{
return
{
isShow
:
false
,
link
:
[{
text
:
'
用户协议
'
,
to
:
'
/baidu.com
'
...
...
@@ -73,10 +72,19 @@
}
}
},
onReady
()
{
setTimeout
(()
=>
{
this
.
isShow
=
true
;
},
1500
);
onLoad
()
{
let
pages
=
getCurrentPages
();
currentPage
=
pages
[
pages
.
length
-
1
];
currentPage
.
$getAppWebview
().
setStyle
({
top
:
"
1000px
"
})
},
onReady
()
{
setTimeout
(()
=>
{
currentPage
.
$getAppWebview
().
setStyle
({
top
:
"
0
"
})
},
1500
);
},
computed
:
{
canGetShortMsg
()
{
...
...
@@ -118,7 +126,8 @@
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
:
()
=>
{}
...
...
@@ -142,9 +151,9 @@
},
openLoginList
()
{
this
.
$refs
.
loginActionSheet
.
open
();
},
back
()
{
uni
.
navigateBack
()
},
back
()
{
uni
.
navigateBack
()
}
}
}
...
...
@@ -170,4 +179,4 @@
border-right
:
1
rpx
solid
#d7d9d8
;
/* #endif */
}
</
style
>
</
style
>
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录