You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
31 lines
1.1 KiB
31 lines
1.1 KiB
<view class="main-layout">
|
|
|
|
<view class="userinfo">
|
|
|
|
<image class="pay-icon" src="../../images/finish_ico.png" mode='scaleToFill' />
|
|
|
|
<text class="pay-text">支付成功</text>
|
|
|
|
<text class="tip-text">拼团成功后,将会存入您的服务卡中公众号关注【一号家政服务号】,即可预约</text>
|
|
|
|
<button class='btn-invite' bindtap='openActionsheet'>邀请好友</button>
|
|
|
|
<button class='btn-info' bindtap='goActivityInfo'>拼团详情</button>
|
|
|
|
</view>
|
|
|
|
<image class="title_img" src="../../images/title-icon.png" mode='scaleToFill' />
|
|
|
|
</view>
|
|
|
|
<!--分享界面-->
|
|
<zan-popup show="{{showPopup}}" bindclose="togglePopup">
|
|
|
|
<canvas canvas-id="shareCanvas" style="width:{{windowWidth * scaleW}}px;height:{{windowWidth * scaleH}}px;"></canvas>
|
|
|
|
<button class='btn-invite' style='margin-top:40px;' bindtap='saveImageToAlbum'>{{txtmoment}}</button>
|
|
|
|
</zan-popup>
|
|
|
|
<!--底部弹出框-->
|
|
<zan-actionsheet show="{{ show }}" actions="{{ actions }}" cancel-with-mask="{{ cancelWithMask }}" bind:cancel="closeActionSheet" bind:actionclick="clickAction" mask-class="tiny" />
|