Browse Source

对账单

chenrui 2 years ago
parent
commit
cc28c82ea0
1 changed files with 5 additions and 5 deletions
  1. 5 5
      pages/sales/billHistoryDetail.vue

+ 5 - 5
pages/sales/billHistoryDetail.vue

@@ -1,5 +1,5 @@
 <template>
-	<view class="content flex flex_column">
+	<view class="content flex flex_column" v-if="billInfo">
 		<view class="b_head">
 			<view class="head_list">
 				<text>分享时间</text>
@@ -60,11 +60,11 @@ export default {
 			customStyle:{
 				backgroundColor: this.$config('primaryColor'),
 				color: '#fff',
-				verifySn:'',
-				billInfo:null,
-				billList:[],
-				timeInfo:''
+				verifySn:''
 			},
+			billInfo:null,
+			billList:[],
+			timeInfo:''
 		};
 	},
 	onReady() {