更新版本1.7.1
parent
8a68c02f93
commit
befa8f63b6
10
README.md
10
README.md
|
@ -38,9 +38,9 @@ $ git clone https://gitee.com/sheepjs/shopro-uniapp.git
|
||||||
```
|
```
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
# 2.拷贝.env.example示例配置文件 重命名为.env
|
# 2.拷贝env示例配置文件 重命名为.env
|
||||||
$ cd shopro-uniapp
|
$ cd shopro-uniapp
|
||||||
$ cp .env.example .env
|
$ cp env .env
|
||||||
```
|
```
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
@ -113,6 +113,12 @@ _(注意:演示环境已屏蔽管理权限和相关操作)_
|
||||||
|
|
||||||
- [ ] Typescript 重构;
|
- [ ] Typescript 重构;
|
||||||
|
|
||||||
|
### V1.7.1 更新简介 2022/12/09
|
||||||
|
|
||||||
|
1. 更新插件市场忽略文件问题
|
||||||
|
|
||||||
|
2. 更改客服聊天图片样式问题
|
||||||
|
|
||||||
### V1.5 更新简介 2022/12/07
|
### V1.5 更新简介 2022/12/07
|
||||||
|
|
||||||
- [x] 服务保障icon 变形问题;
|
- [x] 服务保障icon 变形问题;
|
||||||
|
|
|
@ -119,6 +119,7 @@
|
||||||
:current="0"
|
:current="0"
|
||||||
:src="sheep.$url.cdn(item.content.url)"
|
:src="sheep.$url.cdn(item.content.url)"
|
||||||
:height="200"
|
:height="200"
|
||||||
|
:width="200"
|
||||||
mode="scaleToFill"
|
mode="scaleToFill"
|
||||||
></su-image>
|
></su-image>
|
||||||
</view>
|
</view>
|
||||||
|
|
Loading…
Reference in New Issue