Commit 233315ce by biao

1111

parent 5764216c
...@@ -22,8 +22,8 @@ ...@@ -22,8 +22,8 @@
</view> </view>
</view> </view>
</view> </view>
<view class='invite' bindtap='inviteCircleMember'>邀请成员</view> <!-- <view class='invite' bindtap='inviteCircleMember'>邀请成员</view>-->
<!-- <button class='invite' open-type='share' class="btn-share">邀请成员</button> --> <button class='invite' open-type='share'>邀请成员</button>
<van-dialog id="van-dialog" /> <van-dialog id="van-dialog" />
<van-notify id="van-notify" /> <van-notify id="van-notify" />
</view> </view>
...@@ -97,6 +97,11 @@ page{ ...@@ -97,6 +97,11 @@ page{
display: flex; display: flex;
align-items: center; align-items: center;
} }
.invite::after {
border: none;
}
.invite{ .invite{
position: fixed; position: fixed;
bottom: 0; bottom: 0;
......
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