38 lines
1.4 KiB
Plaintext
38 lines
1.4 KiB
Plaintext
|
|
|
||
|
|
<view class="container">
|
||
|
|
<view class="Hidden_box" bindtap="closeQRcode">
|
||
|
|
<view class="Hidden_box_to" catchtap="inQRcode">
|
||
|
|
|
||
|
|
<view class="body" wx:if='{{tempFilePath==""}}'>
|
||
|
|
|
||
|
|
<swiper class="swiper_box" indicator-dots="{{true}}" vertical="{{false}}" circular="true" bindchange="swiperchange"
|
||
|
|
autoplay="{{true}}" interval="{{6000}}" duration="{{1200}}">
|
||
|
|
|
||
|
|
<swiper-item>
|
||
|
|
<canvas type="2d" canvas-id="myCanvas" id="myCanvas" style="width: 300px; height: 533px;"></canvas>
|
||
|
|
</swiper-item>
|
||
|
|
-
|
||
|
|
</swiper>
|
||
|
|
|
||
|
|
|
||
|
|
</view>
|
||
|
|
<view class="yqm-box">
|
||
|
|
<view>邀请码:{{yqm}}</view> <button class="copy" bindtap="oncopy" data-font="{{yqm}}">复制</button>
|
||
|
|
|
||
|
|
</view>
|
||
|
|
<view class="savebutton">
|
||
|
|
<button class="savepic" bindtap="onsavepic">{{savetitle}}</button>
|
||
|
|
<button class="register" bindtap="onregister">去注册新会员</button>
|
||
|
|
|
||
|
|
</view>
|
||
|
|
<view class="body" wx:if='{{tempFilePath!=""}}'>
|
||
|
|
<view class="swiper_box">
|
||
|
|
<image src="{{tempFilePath}}" style="width: 300px;height:533px;"></image>
|
||
|
|
</view>
|
||
|
|
</view>
|
||
|
|
</view>
|
||
|
|
</view>
|
||
|
|
</view>
|
||
|
|
<loading hidden="{{loadingHidden}}">
|
||
|
|
加载中...
|
||
|
|
</loading>
|