提交 909a1803 编写于 作者: DCloud_JSON's avatar DCloud_JSON

改写field写法

上级 0507c903
......@@ -3,6 +3,4 @@ unpackage/
node_modules
.DS_Store
uni_modules/uni-config-center/uniCloud/cloudfunctions/common/uni-config-center/uni-id/config.json
pages/grid/banner.json
pages/list/list.json
manifest.json
\ No newline at end of file
> uni-starter目前还处于公测阶段,公测QQ群号:869926521,欢迎大家加入!公测期间享受有疑问实时解答的福利。
### ps:文档处于完善过程中
### 介绍
`uni-starter`,是一个云端一体的、集成了商用项目开发常见功能的项目模板。
如果说uniCloud admin是管理端项目的基础模板,那么uni-starter则是用户端、尤其是移动端的基础模板。
HBuilderX新建项目时选择`uni-starter`项目模板,在这个模板基础之上快速填充自己的业务,即可很快完成一个应用。
在这个模板基础之上快速填充自己的业务,即可很快完成一个应用。
地址:[https://codechina.csdn.net/dcloud/uni-starter.git](https://codechina.csdn.net/dcloud/uni-starter.git)
#### 项目背景
......@@ -22,15 +19,6 @@ uni-starter + uniCloud admin,应用开发从未如此简单快捷!
<img src="https://vkceyugu.cdn.bspapp.com/VKCEYUGU-76ce2c5e-31c7-4d81-8fcf-ed1541ecbc6e/d41b871f-d47f-4e86-b2f1-2b1a74a8a4bd.jpg" />
<img src="https://vkceyugu.cdn.bspapp.com/VKCEYUGU-76ce2c5e-31c7-4d81-8fcf-ed1541ecbc6e/b0d7f5e7-2e16-4b3e-a123-6e9cd97582d7.jpg" />
<img src="https://vkceyugu.cdn.bspapp.com/VKCEYUGU-76ce2c5e-31c7-4d81-8fcf-ed1541ecbc6e/e03ad65d-11bb-4697-81b2-d13af42f0441.jpg" />
<div style="clear: both;"></div>
<style>
img{
box-shadow:0 0 2px #eeeeee;
width:200px;
margin:15px 5vw 0 0;
float:left
}
</style>
### uni-starter集成的功能包括:
1. 个人中心:登录注册(含用户名密码登录、手机号验证码登录、app一键登录、微信登录、Apple登录、微信小程序登录)、修改密码、忘记密码、头像更换、昵称修改、积分查看、指纹绑定、退出登录
......@@ -182,6 +170,7 @@ img{
+ message 二次确认提示框上的内容,支持richtext类型字符串
+ buttonAccept 二次确认提示框上接受按钮的文本
+ buttonRefuse 二次确认提示框上拒绝按钮的文本
> 更多Android平台隐私与政策提示框配置方法,[详情](https://ask.dcloud.net.cn/article/36937)
#### 注意:
......
## 1.0.1(2021-05-17)
manifest.json 在小程序平台增加了一个配置项 betterScopedSlots,启用新的作用域插槽编译,用于支持作用域插槽内使用复杂表达式。
## 1.0.0(2021-05-17)
第一版
......@@ -29,7 +29,6 @@
.uni-title-sub {
display: flex;
// margin-bottom: $uni-spacing-col-base;
font-size: $uni-font-size-base;
font-weight: 500;
color: #3b4144;
......@@ -66,7 +65,6 @@
.uni-media-box {
@extend .uni-flex-row;
// margin-bottom: $uni-spacing-col-base;
border-radius: $uni-border-radius-lg;
overflow: hidden;
.uni-thumb {
......
{
"id": "uni-starter",
"displayName": "uni-starter",
"version": "1.0.0",
"version": "1.0.1",
"description": "集成了商用项目开发常见功能的项目模板",
"keywords": [
"uni-starter",
"login",
"登录模版",
"uni-starter",
"login",
"登录模版",
"uniCloud",
"搜索",
"search",
"usearch",
"unisearch"
"搜索"
],
"repository": "https://codechina.csdn.net/dcloud/uni-starter.git",
"engines": {
"HBuilderX": "^3.1.0"
"HBuilderX": "^3.1.14"
},
"dcloudext": {
"category": [
"uniCloud",
"集成了商用项目开发常见功能的项目模板"
"云端一体项目模板"
],
"sale": {
"regular": {
......@@ -51,7 +48,7 @@
"client": {
"App": {
"app-vue": "y",
"app-nvue": "y"
"app-nvue": "u"
},
"H5-mobile": {
"Safari": "u",
......@@ -60,14 +57,14 @@
"QQ浏览器(Android)": "u"
},
"H5-pc": {
"Chrome": "u",
"Chrome": "y",
"IE": "u",
"Edge": "u",
"Firefox": "u",
"Safari": "u"
},
"小程序": {
"微信": "u",
"微信": "y",
"阿里": "u",
"百度": "u",
"字节跳动": "u",
......
......@@ -61,7 +61,7 @@
title: 'title',
// 数据表名
// 查询字段,多个字段用 , 分割
field: 'user_id{username,_id},avatar,excerpt,last_modify_date,comment_count,like_count,title,content',
field: 'user_id.username,user_id._id,avatar,excerpt,last_modify_date,comment_count,like_count,title,content',
formData: {
noData: '<p style="text-align:center;color:#666">详情加载中...</p>'
},
......
......@@ -7,7 +7,7 @@
<uni-search-bar @click="searchClick" class="uni-search-box" v-model="keyword" ref="searchBar" radius="100" cancelButton="none" disabled/>
<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}">
field="avatar,title,last_modify_date,user_id.username">
<!-- 基于 uni-list 的页面布局 -->
<uni-list class="uni-list" :border="false" :bounce="true" :alwaysScrollableVertical="true" :style="{height:listHight}">
<uni-list-item :to="'./detail?id='+item._id+'&title='+item.title"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册