Files
cardtest/pages/userGoods/goodsCode/goodsCode.wxml
zhangmanman 01eedb0b82 [更新]
2021-08-13 17:34:53 +08:00

69 lines
2.8 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<view class="codeTitle">
<image src="/static/img/userGoods_title.png" mode="widthFix"></image>
</view>
<!-- 分享弹出 -->
<view class="goodsBack"></view>
<view class="goodsPop">
<view class="goodsTab">
<navigator hover-class="none" url="/pages/userGoods/goodsDet/goodsDet" class="goodsTab-label">产品海报</navigator>
<!-- <view class="goodsTab-label">产品海报</view> -->
<!-- <view class="goodsTab-label active">产品图片</view> -->
</view>
<view class="goodsTitle">
<image src="/static/img/shareTitle.png" mode="aspectFill"></image>{{profitText}}
</view>
<view class="goodsPoster">
<image bindtap="bigPicture" data-src="{{pageDown}}" src="{{pageDown}}" mode="widthFix"></image>
</view>
<view class="goodsScroll-text">29.9元享39元【清雅水境养生沐浴】门票一张静心浴享保健。尊享洗浴尽在清雅水境</view>
<view class="goodsTool">
<button class="codeShare-label codeShare-button" open-type="share" hover-class="none">
<image src="/static/img/code_icon_00.png"></image>
微信好友
</button>
<!-- <view class="codeShare-label" bindtap="shareShow">
<image src="/static/img/code_icon_01.png"></image>
朋友圈
</view> -->
<view class="codeShare-label" bindtap="removeSaveImg" hover-class="none">
<image src="/static/img/code_icon_02.png"></image>
生成海报
</view>
</view>
</view>
<!-- 朋友圈提示弹出 -->
<view class="sharePop" wx:if="{{shareState}}" bindtap="shareShow">
<image class="sharePop-row" src="/static/img/code_share_01.png" mode="widthFix"></image>
<view class="shareList">
<view class="shareLabel">
<text>1</text>
点击右上角<image src="/static/img/code_share_00.png" mode="aspectFill"></image>打开菜单
</view>
<view class="shareLabel">
<text>2</text>
选择菜单<image src="/static/img/code_share_02.png" mode="aspectFill"></image>分享朋友圈
</view>
</view>
</view>
<!-- 海报canvas -->
<canvas class="canvasImg" canvas-id="qrcodeCard"></canvas>
<!-- 图片弹出层 -->
<view class="user-lay sign-img-lay" wx:if="{{isImgLay}}">
<view class="user-back">
<image class="user-back-img" src="{{pageDown}}" mode="widthFix"></image>
<view class="user-back-cont">
<image src="{{qrcode}}" mode="aspectFill"></image>
<!-- <view class="codeBack-yard-name">
扫码进入
</view> -->
</view>
</view>
<button class="sign-img-btn" size="mini" bindtap="saveImg">保存到相册</button>
<button class="sign-img-btn remove-btn" size="mini" bindtap="removeSaveImg">取消</button>
</view>