You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
616 B
14 lines
616 B
<view class="wave"></view>
|
|
<view class="main">
|
|
<view class="page-title">简单上传</view>
|
|
<view class="page-tips1">文件 3 天后删除</view>
|
|
<view class="page-btn-wrap">
|
|
<button class="page-btn" bindtap="uploadImage">上传图片</button>
|
|
<button class="page-btn" bindtap="uploadVideo">上传视频</button>
|
|
</view>
|
|
<view class="page-title">共享相册</view>
|
|
<view class="page-btn-wrap">
|
|
<button class="page-btn" bindtap="gotoAlbum">云+ 共享相册</button>
|
|
</view>
|
|
<view class="page-tips2">● 上传对象到 COS 并获取下载地址</view>
|
|
</view>
|