Skip to content

Commit cfddcb1

Browse files
authored
docs(Upload): fixed description text error (#3365)
1 parent f2ccf6a commit cfddcb1

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

src/upload/_example/upload.wxml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
<t-navbar title="Upload" leftArrow />
22
<view class="demo">
33
<view class="demo-title">Upload 上传</view>
4-
<view class="demo-desc"
5-
>用于相册读取或拉起拍照的图片上传功能。(目前示例均为禁用态,使用时请自行取消禁用态,以便正常使用上传动能。)</view
6-
>
4+
<view class="demo-desc">
5+
用于相册读取或拉起拍照的图片上传功能。<text style="color: var(--td-brand-color)"
6+
>(为避免涉及用户隐私,Upload 组件示例均为禁用态,使用时请自行取消禁用态,以便正常使用上传功能。)</text
7+
>
8+
</view>
79
<t-demo title="01 组件类型" desc="单选上传图片">
810
<view class="upload-demo">
911
<view class="upload-demo__title">上传图片</view>

0 commit comments

Comments
 (0)