Commit 12eca42f by fengzhaoyu

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

parent abbf15c6
...@@ -207,6 +207,12 @@ ...@@ -207,6 +207,12 @@
<view onTap="addMeetingFile"> <view onTap="addMeetingFile">
<text class="iconfont iconicon_data"></text>文件 <text class="iconfont iconicon_data"></text>文件
</view> </view>
<view onTap="addOssFile">
<text class="iconfont iconicon_data"></text>
<view>
oss
</view>
</view>
<text class="devider"></text> <text class="devider"></text>
<view onTap="onShareAppMessage"> <view onTap="onShareAppMessage">
<text class="iconfont iconicon_share1"></text> <text class="iconfont iconicon_share1"></text>
......
...@@ -1608,6 +1608,18 @@ create.Page({ ...@@ -1608,6 +1608,18 @@ create.Page({
} }
}) })
}, },
// 上传oss文件
addOssFile() {
// dd.chooseImage({
// count: 2,
// success: (res) => {
// dd.alert({
// title: '选中的图片',
// content: JSON.stringify(res.filePaths)
// })
// },
// });
},
//隐藏文件操作浮窗 //隐藏文件操作浮窗
hideFileOperate() { hideFileOperate() {
this.store.data.logId = ''; 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