This commit is contained in:
Weilanwl
2019-03-28 23:54:51 +08:00
parent d4c5eec751
commit 2e6fa65afa
16 changed files with 403 additions and 380 deletions

View File

@@ -12,7 +12,6 @@
....
</style>
```
#### 元素
------
@@ -45,7 +44,12 @@ onLaunch: function() {
}
})
},
```
`pages.json` 配置取消系统导航栏
```
"globalStyle": {
"navigationStyle": "custom"
},
```
`page.vue` 页面可以直接调用了
```
@@ -74,11 +78,17 @@ onLaunch: function() {
------
## 更新日志
* 2019年3月28日 v2.1.2
* 修复列表组件样式
* 优化主样式代码
* 2019年3月27日 v2.1.1
* 新增多种扩展
* 优化堆叠轮播图
* 优化消息列表
* 优化导航栏的封装
* 修复卡片评论错位(3月27日16:32:17)
* 2019年3月25日 v2.1.0
* 完成元素,组件移植