查看发票

This commit is contained in:
老叶
2021-07-29 11:03:09 +08:00
parent d1d3995076
commit 31d106ecd6
2 changed files with 11 additions and 2 deletions
+8
View File
@@ -494,4 +494,12 @@ Page({
})
},
//查看图片
previewImage: function (e) {
wx.previewImage({
current:this.data.info.bill_data.bill_img,
urls:[this.data.info.bill_data.bill_img],
})
},
})
+3 -2
View File
@@ -114,14 +114,15 @@
<!--开票信息展示-->
<view class="pl30 pr30" wx:elif="{{info.bill_status == 2}}">
<view class="mt40 font-32">开票信息</view>
<view class="fn-flex mt30 text-center">
<!-- <view class="fn-flex mt30 text-center">
<view class="fn-flex-item relative mr10">
<image class='wp100 img-h-200' lazy-load="{{true}}" mode="aspectFit" src="{{info.bill_data.carid_a}}"></image>
</view>
<view class="fn-flex-item relative ml10 bg-f8 ulib-r10">
<image class='wp100 img-h-200' lazy-load="{{true}}" mode="aspectFit" src="{{info.bill_data.carid_b}}"></image>
</view>
</view>
</view> -->
<view class="mt20" wx:if="{{info.bill_data.bill_img}}"><image bindtap="previewImage" class='wp100' lazy-load="{{true}}" mode="widthFix" src="{{info.bill_data.bill_img}}"></image></view>
</view>
<view class="mt60 pl60 pr60" wx:if="{{info.loan_status == 1}}">