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.

46 lines
1.5 KiB

<navbar fixed custom-style="background:transparent">
<view slot="left" class="page-title">
<van-icon class="back" slot="left" name="arrow-left" bind:tap="handleBack" />
专属邀约码
</view>
</navbar>
<view
class="page"
style="background: url('{{imageUrl}}bg5.png?t={{Timestamp}}') no-repeat top center/100% 100vh;padding-top: {{pageTop+87}}px;"
>
<view
class="page-container"
style="background: url('{{imageUrl}}bg6.png?t={{Timestamp}}') no-repeat top center/100% 964rpx"
>
<view class="user">
<image
class="avatar"
src="{{promoterAvatar || imageUrl + 'cache/a1.png'}}?t={{Timestamp}}"
mode="aspectFill"
></image>
<view class="wrap">
<view class="nickname">{{promoterName || '邀约专员'}}</view>
<view class="label">邀约专员</view>
</view>
</view>
<view class="title">邀请您加入健康管理项目</view>
<view class="brand">
<view class="name">
特诺雅
<text style="font-size: 0.5em; vertical-align: top">®</text>
</view>
<view class="bg"></view>
</view>
<view class="code-wrap" bind:tap="saveQrCode">
<image class="code" src="{{qrCodeUrl}}" show-menu-by-longpress></image>
</view>
<view class="tip">
<view class="dot"></view>
扫码立即加入
<view class="dot"></view>
</view>
<view class="save-tip" wx:if="{{qrCodeUrl}}">点击二维码保存到相册</view>
</view>
</view>