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