Commit 8109fc47 by xiexiaoqin

feat:meeting detail share

parent 84b0c5ec
......@@ -188,7 +188,7 @@
<text class="iconfont iconicon_data"></text>文件
</view>
<text class="devider"></text>
<view>
<view onTap="onShareAppMessage">
<text class="iconfont iconicon_share1"></text>
</view>
</view>
......
......@@ -1458,6 +1458,16 @@ create.Page({
this.setData({
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