This commit is contained in:
魏啾
2024-05-17 18:30:40 +08:00
parent 27100de568
commit 7cd5649764
22 changed files with 1980 additions and 50 deletions

View File

@@ -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();