receivedCard.wxml 1.0 KB

123456789101112131415161718192021222324
  1. <view class="container">
  2. <view class="recevie">
  3. <image class="arvator" src="{{avatarUrl}}"></image>
  4. <view class="content">
  5. <text class="name">好友「{{userName}}」</text>
  6. <text class="gift">送你价值199元超级鲸会员年卡</text>
  7. <image mode="widthFix" src="https://6a7a-jzmall-3gi3t6y452ddb0ff-1306484940.tcb.qcloud.la/member/received.png"></image>
  8. <view class="btn" bindtap="goIndex">立即下单 </view>
  9. <view class="des">你可以在鲸致生活小程序“我的-超级鲸会员”中查看</view>
  10. </view>
  11. </view>
  12. <view style="margin: 30rpx auto;display: flex;justify-content: center">
  13. <view style="width:400rpx">
  14. <cell bind:startmessage='startmessage' bind:completemessage="completemessage" plugid='{{plugid}}' />
  15. </view>
  16. <!-- <text>联系专属管家</text> -->
  17. </view>
  18. <view class="bottom">
  19. <text class="salgon">家政用鲸致,生活有品质</text>
  20. <text>在线点 · 鲸致到家 | 好服务送好友</text>
  21. </view>
  22. </view>