Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
DCloud
uni-starter
提交
13ae858e
U
uni-starter
项目概览
DCloud
/
uni-starter
通知
4664
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,发现更多精彩内容 >>
提交
13ae858e
编写于
4月 21, 2021
作者:
芊
芊里
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
快速登录解构赋值去掉
上级
1dc56d7b
变更
2
显示空白变更内容
内联
并排
Showing
2 changed file
with
10 addition
and
11 deletion
+10
-11
uni_modules/uni-login-page/components/uni-quick-login/uni-quick-login.vue
...login-page/components/uni-quick-login/uni-quick-login.vue
+3
-3
uni_modules/uni-login-page/pages/index/index.vue
uni_modules/uni-login-page/pages/index/index.vue
+7
-8
未找到文件。
uni_modules/uni-login-page/components/uni-quick-login/uni-quick-login.vue
浏览文件 @
13ae858e
<
template
>
<
template
>
<view
class=
"quick-login-box"
>
<view
class=
"quick-login-box"
>
<view
class=
"item"
v-for=
"(
{id,logo,text,path},index) in servicesList" :key="index" @click="path?to(path):login(
id,false)">
<view
class=
"item"
v-for=
"(
item,index) in servicesList"
:key=
"index"
@
click=
"item.path?to(item.path):login(item.
id,false)"
>
<image
class=
"logo"
:src=
"logo"
mode=
"widthFix"
></image>
<image
class=
"logo"
:src=
"
item.
logo"
mode=
"widthFix"
></image>
<text
class=
"login-title"
>
{{
text
}}
</text>
<text
class=
"login-title"
>
{{
item
.
text
}}
</text>
</view>
</view>
</view>
</view>
</
template
>
</
template
>
...
...
uni_modules/uni-login-page/pages/index/index.vue
浏览文件 @
13ae858e
<
template
>
<
template
>
<view
class=
"wrap"
>
<view
class=
"wrap"
>
<!--
<uni-nav-bar
left-icon=
"back"
left-text=
"返回"
right-text=
"菜单"
title=
"导航栏组件"
></uni-nav-bar>
-->
<view
class=
"wrap-content"
>
<view
class=
"wrap-content"
>
<view
class=
"content"
>
<view
class=
"content"
>
<!-- 顶部文字 -->
<!-- 顶部文字 -->
...
@@ -11,12 +10,12 @@
...
@@ -11,12 +10,12 @@
<uni-forms-item
name=
"phone"
>
<uni-forms-item
name=
"phone"
>
<uni-easyinput
type=
"number"
class=
"phone-input-box"
:inputBorder=
"false"
<uni-easyinput
type=
"number"
class=
"phone-input-box"
:inputBorder=
"false"
v-model=
"formData.phone"
maxlength=
"11"
placeholder=
"请输入手机号"
>
v-model=
"formData.phone"
maxlength=
"11"
placeholder=
"请输入手机号"
>
<template
slot=
"left"
>
<!-- 当前仅支持中国大陆手机号 -->
<!-- 当前仅支持中国大陆手机号 -->
<!--
<picker
mode=
"selector"
:range=
"phoneArea"
@
change=
"selectPhoneArea"
>
-->
<!--
<template
slot=
"left"
>
<!--
<text
class=
"phone-area"
@
click=
"selectPhoneArea"
>
{{
currenPhoneArea
}}
</text>
-->
<picker
mode=
"selector"
:range=
"phoneArea"
@
change=
"selectPhoneArea"
>
<!--
</picker>
-->
<text
class=
"phone-area"
@
click=
"selectPhoneArea"
>
{{
currenPhoneArea
}}
</text>
</
template
>
</picker>
</
template
>
-->
</uni-easyinput>
</uni-easyinput>
</uni-forms-item>
</uni-forms-item>
<button
class=
"send-btn-box"
:disabled=
"!canGetShortMsg"
:type=
"canGetShortMsg?'primary':'default'"
<button
class=
"send-btn-box"
:disabled=
"!canGetShortMsg"
:type=
"canGetShortMsg?'primary':'default'"
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录