card-mini/packagecard/sharePage/cardcode.wxml
2021-09-01 16:55:20 +08:00

16 lines
687 B
Plaintext

<cu-custom id="head" isCustom="{{false}}" isBack="{{true}}" isIndex="{{false}}" isWhite="{{true}}">
</cu-custom>
<view wx:if="{{cardImg != '' && id != ''}}">
<!-- 名片码弹框 -->
<view class="content-box" style="height: {{contentHeight}}px;" animation="{{animationData}}">
<image src="{{imgUrl+cardImg}}" alt="" class="image2" mode="widthFix" animation="{{translateDown}}">
</image>
<view class="box" animation="{{translateUp}}">
<image src="{{imgUrl+id}}" mode="widthFix" class="image1"></image>
</view>
</view>
</view>
<view wx:else style="margin-top:200rpx;width:100%;">
<van-empty description="暂无数据" />
</view>