Commit 12eca42f by fengzhaoyu

fix:从oss 上传文件 不能点 只有样式

parent abbf15c6
......@@ -207,6 +207,12 @@
<view onTap="addMeetingFile">
<text class="iconfont iconicon_data"></text>文件
</view>
<view onTap="addOssFile">
<text class="iconfont iconicon_data"></text>
<view>
oss
</view>
</view>
<text class="devider"></text>
<view onTap="onShareAppMessage">
<text class="iconfont iconicon_share1"></text>
......
......@@ -1608,6 +1608,18 @@ create.Page({
}
})
},
// 上传oss文件
addOssFile() {
// dd.chooseImage({
// count: 2,
// success: (res) => {
// dd.alert({
// title: '选中的图片',
// content: JSON.stringify(res.filePaths)
// })
// },
// });
},
//隐藏文件操作浮窗
hideFileOperate() {
this.store.data.logId = '';
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment