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