查看发票
This commit is contained in:
@@ -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],
|
||||
})
|
||||
},
|
||||
|
||||
})
|
||||
@@ -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}}">
|
||||
|
||||
Reference in New Issue
Block a user