Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
梦想橡皮擦
uni-starter
提交
968aa6af
U
uni-starter
项目概览
梦想橡皮擦
/
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看板
提交
968aa6af
编写于
8月 05, 2021
作者:
DCloud_JSON
提交者:
study夏羽
9月 16, 2021
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
清理多余文件
上级
2f288711
变更
8
展开全部
隐藏空白更改
内联
并排
Showing
8 changed file
with
453 addition
and
444 deletion
+453
-444
App.vue
App.vue
+2
-3
changelog.md
changelog.md
+1
-1
components/uni-quick-login/uni-quick-login.vue
components/uni-quick-login/uni-quick-login.vue
+1
-1
package.json
package.json
+1
-1
pages/list/detail.vue
pages/list/detail.vue
+1
-1
pages/list/list.nvue
pages/list/list.nvue
+15
-4
pages/ucenter/ucenter.vue
pages/ucenter/ucenter.vue
+420
-433
uni_modules/uni-sign-in/pages/demo/demo.vue
uni_modules/uni-sign-in/pages/demo/demo.vue
+12
-0
未找到文件。
App.vue
浏览文件 @
968aa6af
...
...
@@ -14,9 +14,8 @@
//checkIsAgree(); APP端暂时先用原生默认生成的。目前,自定义方式启动vue界面时,原生层已经请求了部分权限这并不符合国家的法规
// #endif
// #ifdef H5
checkIsAgree
();
// 默认不开启。目前全球,仅欧盟国家有网页端同意隐私权限的需要。如果需要
// #ifdef H5
// checkIsAgree(); // 默认不开启。目前全球,仅欧盟国家有网页端同意隐私权限的需要。如果需要
// #endif
// #ifdef APP-PLUS
...
...
changelog.md
浏览文件 @
968aa6af
## 1.0.46(2021-08-05)
删除
多余文件
清理
多余文件
## 1.0.45(2021-08-05)
默认首页为nvue页面+fast
## 1.0.44(2021-08-05)
...
...
components/uni-quick-login/uni-quick-login.vue
浏览文件 @
968aa6af
...
...
@@ -241,7 +241,7 @@
},
fail
:
(
err
)
=>
{
uni
.
hideLoading
()
console
.
error
(
err
);
console
.
log
(
err
);
if
(
type
==
'
univerify
'
)
{
if
(
err
.
metadata
&&
err
.
metadata
.
error_data
)
{
...
...
package.json
浏览文件 @
968aa6af
...
...
@@ -75,7 +75,7 @@
},
"Vue"
:
{
"vue2"
:
"y"
,
"vue3"
:
"
u
"
"vue3"
:
"
y
"
}
}
}
...
...
pages/list/detail.vue
浏览文件 @
968aa6af
...
...
@@ -83,7 +83,7 @@
},
onLoad
(
event
)
{
console
.
log
(
event
);
event
=
{
"
id
"
:
"
60783c5cb781700001375672
"
,
"
title
"
:
"
阿里小程序IDE官方内嵌uni-app,为开发者提供多端开发服务
"
,
"
excerpt
"
:
"
阿里小程序IDE官方内嵌uni-app,为开发者提供多端开发服务
"
,
"
avatar
"
:
"
https://vkceyugu.cdn.bspapp.com/VKCEYUGU-aliyun-gacrhzeynhss7c6d04/249516a0-3941-11eb-899d-733ae62bed2f.jpg
"
}
//
event = {"id":"60783c5cb781700001375672","title":"阿里小程序IDE官方内嵌uni-app,为开发者提供多端开发服务","excerpt":"阿里小程序IDE官方内嵌uni-app,为开发者提供多端开发服务","avatar":"https://vkceyugu.cdn.bspapp.com/VKCEYUGU-aliyun-gacrhzeynhss7c6d04/249516a0-3941-11eb-899d-733ae62bed2f.jpg"}
//获取真实新闻id,通常 id 来自上一个页面
if
(
event
.
id
)
{
this
.
id
=
event
.
id
...
...
pages/list/list.nvue
浏览文件 @
968aa6af
...
...
@@ -4,10 +4,12 @@
<statusBar></statusBar>
<!-- #endif -->
<!-- 搜索功能 -->
<view @click.capture="searchClick">
<uni-search-bar class="uni-search-box" v-model="keyword" ref="searchBar" radius="100"
cancelButton="none" />
</view>
<uni-search-bar @click="searchClick" class="uni-search-box" v-model="keyword" ref="searchBar" radius="100"
cancelButton="none" disabled />
<view class="cover-search-bar" @click="searchClick"></view>
<unicloud-db ref='udb' v-slot:default="{data,pagination,hasMore, loading, error, options}" @error="onqueryerror"
:where="where" collection="opendb-news-articles,uni-id-users" :page-size="10"
field="avatar,title,last_modify_date,user_id.username">
...
...
@@ -223,5 +225,14 @@
.f1 {
flex: 1;
}
.cover-search-bar{
height: 50px;
position: relative;
top: -50px;
margin-bottom: -50px;
/* #ifndef APP-NVUE */
z-index:999;
/* #endif */
}
</style>
\ No newline at end of file
pages/ucenter/ucenter.vue
浏览文件 @
968aa6af
此差异已折叠。
点击以展开。
uni_modules/uni-sign-in/pages/demo/demo.vue
0 → 100644
浏览文件 @
968aa6af
<
template
>
<uni-sign-in
ref=
"signIn"
></uni-sign-in>
<template>
<script>
export
default
{
methods: {
signIn() { //签到
this.$refs.signIn.open()
}
}
}
<script>
\ No newline at end of file
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录