Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
言程序plus
uni-starter
提交
bee1f55f
U
uni-starter
项目概览
言程序plus
/
uni-starter
与 Fork 源项目一致
Fork自
DCloud / uni-starter
通知
1
Star
0
Fork
0
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
DevOps
流水线
流水线任务
计划
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
U
uni-starter
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
DevOps
DevOps
流水线
流水线任务
计划
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
流水线任务
提交
Issue看板
提交
bee1f55f
编写于
4月 07, 2021
作者:
L
linju
浏览文件
操作
浏览文件
下载
差异文件
213
上级
7f7db937
ac01922e
变更
5
隐藏空白更改
内联
并排
Showing
5 changed file
with
103 addition
and
27 deletion
+103
-27
pages.json
pages.json
+2
-2
pages/grid/grid.vue
pages/grid/grid.vue
+7
-1
pages/list/detail.vue
pages/list/detail.vue
+1
-1
pages/ucenter/ucenter.vue
pages/ucenter/ucenter.vue
+0
-3
uni_modules/uni-login-page/pages/index/index.vue
uni_modules/uni-login-page/pages/index/index.vue
+93
-20
未找到文件。
pages.json
浏览文件 @
bee1f55f
...
...
@@ -23,10 +23,10 @@
"navigationBarTitleText"
:
""
,
"navigationBarBackgroundColor"
:
"#FFFFFF"
,
"navigationStyle"
:
"custom"
,
"backgroundColor"
:
"transparent"
,
//
"backgroundColor"
:
"transparent"
,
"app-plus"
:
{
"animationType"
:
"fade-in"
,
"background"
:
"transparent"
,
//
"background"
:
"transparent"
,
"popGesture"
:
"none"
,
"titleNView"
:
false
//
"navigationBarTitleText"
:
""
,
...
...
pages/grid/grid.vue
浏览文件 @
bee1f55f
...
...
@@ -214,7 +214,7 @@
display
:
flex
;
flex-direction
:
column
;
box-sizing
:
border-box
;
background-color
:
#
efeff4
;
background-color
:
#
fff
;
min-height
:
100%
;
height
:
auto
;
}
...
...
@@ -236,6 +236,12 @@
background-color
:
#ffffff
;
}
/* #endif */
/* #ifdef APP-NVUE */
.warp
{
background-color
:
#fff
;
}
/* #endif */
.example-body
{
...
...
pages/list/detail.vue
浏览文件 @
bee1f55f
...
...
@@ -203,7 +203,7 @@
}
</
script
>
<
style
>
<
style
scoped
>
.header-content
{
flex
:
1
;
display
:
flex
;
...
...
pages/ucenter/ucenter.vue
浏览文件 @
bee1f55f
...
...
@@ -97,9 +97,6 @@
},
onReady
()
{
},
onShow
()
{
console
.
log
(
this
.
userInfo
);
},
methods
:
{
...
mapMutations
({
...
...
uni_modules/uni-login-page/pages/index/index.vue
浏览文件 @
bee1f55f
<
template
>
<view
class=
"flex flex-column flex-1 w-750 bg-white"
:class=
"
{'hidden':!isShow}">
<view
v-if=
"isShow"
class=
"flex-1 flex flex-column justify-start align-center"
>
<view
class=
"w-630 flex flex-column"
>
<view
class=
"wrap"
:class=
"
{'hidden':!isShow}">
<uni-nav-bar
left-icon=
"back"
right-text=
"帮助"
:statusBar=
"true"
:border=
"false"
></uni-nav-bar>
<view
v-if=
"isShow"
class=
"wrap-content"
>
<view
class=
"content"
>
<!-- 顶部文字 -->
<text
class=
"
font-32 font-blod pt-5
"
>
登陆后即可展示自己
</text>
<text
class=
"
content-top-title
"
>
登陆后即可展示自己
</text>
<login-ikonw
class=
"lgnin-iknow"
:link=
"link"
text=
"登录即表示同意用户协议和隐私政策"
></login-ikonw>
<!-- 登录框 (选择手机号所属国家和地区需要另行实现) -->
<view
class=
"phone-input-box
round flex flex-row flex-nowrap align-center justify-center
"
>
<view
class=
"phone-input-box"
>
<picker
mode=
"selector"
:range=
"phoneArea"
@
change=
"selectPhoneArea"
>
<text
class=
"p
x-2 font-30
"
>
{{
currenPhoneArea
}}
</text>
<text
class=
"p
hone-area
"
>
{{
currenPhoneArea
}}
</text>
</picker>
<input
type=
"number"
class=
"
flex-1 phone-input px-2 font-30
"
placeholder=
"请输入手机号"
<input
type=
"number"
class=
"
phone-input
"
placeholder=
"请输入手机号"
v-model=
"phoneNumber"
/>
</view>
<!-- tip -->
<text
class=
"t
ext-sub font-26 t
ip-text"
>
未注册的手机号验证通过后蒋自动注册
</text>
<text
class=
"tip-text"
>
未注册的手机号验证通过后蒋自动注册
</text>
<!-- 发送按钮 -->
<view
class=
"send-btn-box
flex w-630 justify-center align-center round
"
hover-class=
"hover"
<view
class=
"send-btn-box"
hover-class=
"hover"
@
click=
"sendShortMsg"
:class=
"canGetShortMsg?'send-btn-active':''"
>
<text
class=
"
text-white
"
>
获取短信验证码
</text>
<text
class=
"
send-btn-text
"
>
获取短信验证码
</text>
</view>
<!-- 其他登录方式 -->
<view
class=
"
w-630 flex flex-row align-center justify-between
"
>
<text
class=
"
font-26
login-text"
hover-class=
"hover"
@
click=
"toPwdLogin"
>
密码登录
</text>
<text
class=
"
font-26
login-text"
hover-class=
"hover"
@
click=
"openLoginList"
>
其他登录方式
</text>
<view
class=
"
auth-box
"
>
<text
class=
"login-text"
hover-class=
"hover"
@
click=
"toPwdLogin"
>
密码登录
</text>
<text
class=
"login-text"
hover-class=
"hover"
@
click=
"openLoginList"
>
其他登录方式
</text>
</view>
</view>
</view>
...
...
@@ -41,7 +42,7 @@
export
default
{
data
()
{
return
{
isShow
:
fals
e
,
isShow
:
tru
e
,
link
:
[{
text
:
'
用户协议
'
,
to
:
'
/baidu.com
'
...
...
@@ -86,6 +87,44 @@
</
script
>
<
style
>
/* #ifndef APP-NVUE */
page
{
display
:
flex
;
flex-direction
:
column
;
flex
:
1
;
height
:
100%
;
}
/* #endif */
.wrap
{
/* #ifndef APP-NVUE */
display
:
flex
;
/* #endif */
flex-direction
:
column
;
flex
:
1
;
width
:
750
rpx
;
background-color
:
#fff
;
}
.wrap-content
{
/* #ifndef APP-NVUE */
display
:
flex
;
/* #endif */
flex
:
1
;
flex-direction
:
column
;
justify-content
:
flex-start
;
align-items
:
center
;
}
.content
{
/* #ifndef APP-NVUE */
display
:
flex
;
/* #endif */
width
:
630
rpx
;
flex-direction
:
column
;
}
.content-top-title
{
font-size
:
32
rpx
;
font-weight
:
600
;
padding-top
:
50
rpx
;
}
.hidden
,
page
{
background-color
:
transparent
;
}
...
...
@@ -98,30 +137,64 @@
.phone-input-box
{
height
:
85
rpx
;
background-color
:
#f9f9f9
;
background-color
:
#f9f9f9
;
border-radius
:
6
rpx
;
flex-direction
:
row
;
flex-wrap
:
nowrap
;
align-items
:
center
;
justify-content
:
center
;
}
.phone-area
{
padding
:
0
20
rpx
;
font-size
:
30
rpx
;
}
.phone-input
{
border-left-width
:
1px
;
border-left-color
:
#d7d9d8
;
border-left-color
:
#d7d9d8
;
padding
:
0
20
rpx
;
font-size
:
30
rpx
;
}
.tip-text
{
padding-top
:
20
rpx
;
padding-bottom
:
36
rpx
;
padding-bottom
:
36
rpx
;
color
:
#8a8f8b
;
font-size
:
26
rpx
;
}
.send-btn-box
{
height
:
85
rpx
;
background-color
:
#d8d8da
;
margin-bottom
:
50
rpx
;
margin-bottom
:
50
rpx
;
/* #ifndef APP-NVUE */
display
:
flex
;
/* #endif */
flex-direction
:
column
;
width
:
630
rpx
;
justify-content
:
center
;
align-items
:
center
;
border-radius
:
6
rpx
;
}
.send-btn-text
{
color
:
#fff
;
}
.send-btn-active
{
background-color
:
#007aff
;
}
.auth-box
{
width
:
630
rpx
;
/* #ifndef APP-NVUE */
display
:
flex
;
/* #endif */
flex-direction
:
row
;
align-items
:
center
;
justify-content
:
space-between
;
}
.login-text
{
color
:
#1c436e
;
color
:
#1c436e
;
font-size
:
26
rpx
;
}
</
style
>
\ No newline at end of file
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录