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

-...

- 性能优化,list页面使用,[详情](https://uniapp.dcloud.io/uniCloud/unicloud-db?id=collection) - 拉齐uni-starter和uni-admin的schema新增:uni-id-tag.schema.json,更新:opendb-verify-codes.schema.json - 修复首次登陆,用户id没存储到storage的问题 - 新增:执行退出登陆后,通过云函数调用
上级 ff1a1e5e
......@@ -34,7 +34,7 @@
<view class="main">
<text class="title">{{item.title}}</text>
<view class="info">
<text class="author">{{item.user_id[0].username}}</text>
<text class="author">{{JSON.stringify(item.user_id[0]?.username)}}</text>
<uni-dateformat class="last_modify_date" :date="item.last_modify_date"
format="yyyy-MM-dd" :threshold="[60000, 2592000000]" />
</view>
......
{
"name": "uni-id-cf",
"version": "1.0.0",
"description": "",
"description": "uni-id-cf是uni-id-uniCloudFunction的缩写",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册