35 lines
1.6 KiB
Plaintext
35 lines
1.6 KiB
Plaintext
<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.shuiganying.com/images/2023/05/18/06efd96167f20daf9cd2da983274db41.png" 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.shuiganying.com/images/2023/03/28/ee2911df7a5e3f9959d5d320cd966146.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 {{shareSee ? 'active' : ''}}">
|
|
<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> |