my-qrcode.wxml 1.21 KB
<poster id="poster" hide-loading="{{true}}" preload="{{false}}" config="{{posterConfig}}" bind:success="onPosterSuccess" bind:fail="onPosterFail"></poster>
<view class="page">
  <view class="app__bgc bgc"></view>
  <view class="app__bg bg"></view>
  <view class="app__content main">
    <view class="top-space"></view>
    <view class="content">
      <view class="card">
        <image bindtap="onPreviewImageHandler" class="my-card" mode="widthFix" src="{{imageUrl}}" />
        <!-- <image class="avatar" mode="widthFix" src="{{userInfo.avatar}}" />
        <view class="nickname">{{userInfo.nickname}}</view>
        <image class="qrcode" mode="widthFix" src="{{qrImagePath}}" />
        <view class="t1">深士照明</view>
        <view class="t1 t2">扫码即获专属积分,兑换超值奖品</view> -->
      </view>
      <view class="tips">
        <text>保存分享朋友圈,邀请好友赢积分\n好友购买产品,再获10%积分</text>
      </view>
      <view class="btn-wrap">
        <view bindtap="saveImageToPhotosAlbum" class="btn">保存图片</view>
      </view>
    </view>
  </view>
</view>
<van-popup show="{{ authorizeVisible }}">
  <authorize-comp bind:evtcomp="evtcomp"></authorize-comp>
</van-popup>