uniapp for 2.1.4

This commit is contained in:
Weilanwl
2019-04-14 05:21:36 +08:00
parent 5c63ece933
commit 17ff7fb4e2
2 changed files with 2 additions and 1 deletions

View File

@@ -108,6 +108,7 @@ Vue.component('cu-custom',cuCustom)
* 修复一些var属性的错误 * 修复一些var属性的错误
* 修复轮播图控制点隐藏不了 * 修复轮播图控制点隐藏不了
* 修改图标类名 * 修改图标类名
* 修复表单组件里上传图片 ios没有图片显示问题
* 2019年4月01日 v2.1.3 * 2019年4月01日 v2.1.3

View File

@@ -166,7 +166,7 @@
</view> </view>
<view class="cu-form-group margin-top"> <view class="cu-form-group margin-top">
<view class="title">头像</view> <view class="title">头像</view>
<view class="cu-avatar radius lg bg-gray"></view> <view class="cu-avatar radius bg-gray"></view>
</view> </view>
<!-- !!!!! placeholder 在ios表现有偏移 建议使用 第一种样式 --> <!-- !!!!! placeholder 在ios表现有偏移 建议使用 第一种样式 -->
<view class="cu-form-group margin-top"> <view class="cu-form-group margin-top">