min-project/component/helperPop/helperPop.wxml
2024-12-12 12:14:09 +08:00

20 lines
1.8 KiB
Plaintext

<!--template/helper-pop/helper-pop.wxml-->
<view class="helper-pop flexflex" bindtap="close" catchtouchmove="return">
<view class="helper-box flexacenter" catchtap="return false">
<image class="cross-grey" catchtap="close" src="https://app.gter.net/image/miniApp/offer/cross-grey.png"></image>
<!-- <image class="helper-text helper-text1" mode="heightFix" src="https://app.gter.net/image/miniApp/offer/assistantbackground.png"></image> -->
<image class="helper-text helper-text1" mode="heightFix" src="https://app.gter.net/image/miniApp/offer/apply-for-name.png"></image>
<view class="helper-box-box flexflex">
<view class="helper-QRcode-box flexcenter">
<image class="left-top helper-QRcode-box-icon" src="https://app.gter.net/image/miniApp/offer/yellow-border.svg"></image>
<image class="left-bottom helper-QRcode-box-icon" src="https://app.gter.net/image/miniApp/offer/yellow-border.svg"></image>
<image class="right-top helper-QRcode-box-icon" src="https://app.gter.net/image/miniApp/offer/yellow-border.svg"></image>
<image class="right-bottom helper-QRcode-box-icon" src="https://app.gter.net/image/miniApp/offer/yellow-border.svg"></image>
<image class="helper-QRcode-img" mode="widthFix" src="https://u.gter.net/assistantwxqrcode.png" show-menu-by-longpress="true"></image>
</view>
<text class="helper-box-text">长按识别二维码</text>
</view>
<image class="helper-bottom" mode="widthFix" src="https://app.gter.net/image/miniApp/offer/helper-bottom-yellow.svg"></image>
<image class="helper-bottom" mode="widthFix" src="https://app.gter.net/image/miniApp/offer/helper-bottom-blue.svg"></image>
</view>
</view>