41 lines
1.7 KiB
Plaintext
41 lines
1.7 KiB
Plaintext
|
|
<!-- header -->
|
|
<view class="navigation {{isFixedTop > 0 ? 'active' : ''}}" style="padding-top:{{barHeight}}px;">
|
|
<image bindtap="returnGo" class="navigation-arrow" src="{{isFixedTop > 0 ? '/static/icons/arrowBlack.png' : '/static/icons/arrowWrite.png'}}"></image>
|
|
</view>
|
|
|
|
<!-- 二维码海报 -->
|
|
<view class="code">
|
|
<image src="https://cdn.douhuofalv.com/images/2023/08/11/cd8093d6ab1a248e5154be48b0ddcaac.jpg" class="code-back"></image>
|
|
<view class="code-cont">
|
|
<view class="code-img">
|
|
<image src="{{inviteCode}}" mode="widthFix"></image>
|
|
</view>
|
|
<view class="code-text"><text>保存并分享二维码</text></view>
|
|
</view>
|
|
<view class="code-share" bindtap="shareTap">
|
|
<image src="https://cdn.douhuofalv.com/images/2023/08/11/063dc9fe75abe56e9c654b65c3bfc771.png"></image>
|
|
<view class="code-share-name">分享</view>
|
|
</view>
|
|
</view>
|
|
|
|
<!-- 海报canvas -->
|
|
<canvas type="2d" style="width: 375px; height: 800px;" id="coverCanvas" class="canvas-img" />
|
|
|
|
<!-- 分享弹出 -->
|
|
<view class="sharePop-lay {{shareSee ? 'active' : ''}}">
|
|
<view class="sharePop">
|
|
<view class="shareCont">
|
|
<button class="shareCont-label codeShare-button" open-type="share" hover-class="none">
|
|
<image src="https://cdn.shuiganying.com/images/2023/03/28/f8b773edc2fe6db8e45f96773b9a8dc4.png"></image>
|
|
微信好友
|
|
</button>
|
|
<view class="shareCont-label" bindtap="onCanvas">
|
|
<image src="https://cdn.shuiganying.com/images/2023/03/28/cfe0efbb53eaf7911ea5211923859c65.png"></image>
|
|
保存二维码
|
|
</view>
|
|
</view>
|
|
<view class="shareCancel" bindtap="shareTap">取消</view>
|
|
</view>
|
|
</view>
|