开票
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
<view class="Box_item_content_fs flex-center">{{datares.string1}}</view>
|
||||
</view>
|
||||
</view>
|
||||
<view class="classvie">
|
||||
<view class="classvie" v-if="datares.tope != 0">
|
||||
<view class="classvie_item flex-start">
|
||||
<text class="classvie_itemone">发票金额:</text>
|
||||
<text class="classvie_itemtow" style="color: #FF6565;">¥{{datares.price}}</text>
|
||||
@@ -66,12 +66,20 @@
|
||||
data: {},
|
||||
fowxAuditInfo: {},
|
||||
imgShow: false,
|
||||
img: ''
|
||||
img: '',
|
||||
datares:{
|
||||
tope:''
|
||||
}
|
||||
};
|
||||
},
|
||||
onLoad(e) {
|
||||
console.log(e)
|
||||
this.datares = e
|
||||
if(e.tope == 0){
|
||||
this.datares = e
|
||||
this.datares.tope = 0
|
||||
}else{
|
||||
this.datares = e
|
||||
}
|
||||
},
|
||||
onReady() {
|
||||
this.merchantStoreshowMerchantStoreReceipt();
|
||||
|
||||
Reference in New Issue
Block a user