Commit e211cddc3193a296b8ca3b774a221040fddd922f
1 parent
458453d2
分享组件修改
Showing
2 changed files
with
5 additions
and
2 deletions
components/share/share.js
components/share/share.wxml
... | ... | @@ -2,7 +2,7 @@ |
2 | 2 | <view class="container-wrap animated slideInUp"> |
3 | 3 | <view class="flex"> |
4 | 4 | <block wx:if="{{type==0}}"> |
5 | - <button open-type="share" class="btn"> | |
5 | + <button open-type="share" class="btn" bindtap="send"> | |
6 | 6 | <view class="icon-container bg-green"><view class="iconfont icon-weixin"></view></view> |
7 | 7 | <view class="title">发送给好友</view> |
8 | 8 | </button> | ... | ... |