chenrui преди 2 години
родител
ревизия
cc28c82ea0
променени са 1 файла, в които са добавени 5 реда и са изтрити 5 реда
  1. 5 5
      pages/sales/billHistoryDetail.vue

+ 5 - 5
pages/sales/billHistoryDetail.vue

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