Commit 8109fc47 by xiexiaoqin

feat:meeting detail share

parent 84b0c5ec
...@@ -188,7 +188,7 @@ ...@@ -188,7 +188,7 @@
<text class="iconfont iconicon_data"></text>文件 <text class="iconfont iconicon_data"></text>文件
</view> </view>
<text class="devider"></text> <text class="devider"></text>
<view> <view onTap="onShareAppMessage">
<text class="iconfont iconicon_share1"></text> <text class="iconfont iconicon_share1"></text>
</view> </view>
</view> </view>
......
...@@ -1458,6 +1458,16 @@ create.Page({ ...@@ -1458,6 +1458,16 @@ create.Page({
this.setData({ this.setData({
isExpand: false isExpand: false
}) })
},
onShareAppMessage() {
console.log('click')
return {
type: 1, //分享类型,0:全部组件 默认; 1:只能分享到钉钉;2:不能分享,只有刷新按钮
control: true,
title: '明我会议室标题',
desc: '明我会议室描述',
path: 'pages/index/index'
};
} }
}); });
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