开票信息
This commit is contained in:
@@ -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'){
|
||||
|
||||
@@ -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>
|
||||
|
||||
<!--图片-->
|
||||
|
||||
Reference in New Issue
Block a user