开票信息

This commit is contained in:
老叶
2022-04-12 11:21:45 +08:00
parent 0b5e431893
commit 92092a482c
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -664,8 +664,8 @@ Page({
previewImage: function (e) {
if(e.currentTarget.dataset.type=='bill_img'){
wx.previewImage({
current:this.data.imgInfo.imgs.bill_img.img,
urls:[this.data.imgInfo.imgs.bill_img.img],
current:this.data.info.bill_img,
urls:[this.data.info.bill_img],
})
}
else if(e.currentTarget.dataset.type=='cardida'){
+2 -2
View File
@@ -106,9 +106,9 @@
</view>
<!--开票信息展示-->
<view class="pl30 pr30" wx:if="{{imgInfo.imgs.bill_img.img}}">
<view class="pl30 pr30" wx:if="{{info.bill_img}}">
<view class="mt40 font-32">开票信息</view>
<view class="mt20"><image bindtap="previewImage" data-type="bill_img" class='wp100' lazy-load="{{true}}" mode="widthFix" src="{{imgInfo.imgs.bill_img.img}}"></image></view>
<view class="mt20"><image bindtap="previewImage" data-type="bill_img" class='wp100' lazy-load="{{true}}" mode="widthFix" src="{{info.bill_img}}"></image></view>
</view>
<!--图片-->