Commit dc99824c authored by xishifeng's avatar xishifeng

优化

parent 04a8d232
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
<div class="flex"> <div class="flex">
<p>{{data.user_name}}</p> <p>{{data.user_name}}</p>
<p>预计到场时间:{{data.predict_see_time}}</p> <p>预计到场时间:{{data.predict_see_time}}</p>
<p>:{{data.house_title}}</p> <p>{{data.shop_type?'街铺:':'商场:'}}{{data.house_title}}</p>
</div> </div>
<div class="flex-center">{{data.user_phone}}</div> <div class="flex-center">{{data.user_phone}}</div>
</div> </div>
......
...@@ -25,7 +25,6 @@ ...@@ -25,7 +25,6 @@
data() { data() {
let _this = this; let _this = this;
let _receipt = _this.$route.query.receipt == 1; let _receipt = _this.$route.query.receipt == 1;
console.log(_receipt);
return { return {
headerData: { headerData: {
'title': _receipt?'实收':'业绩', 'title': _receipt?'实收':'业绩',
......
...@@ -29,8 +29,8 @@ ...@@ -29,8 +29,8 @@
default: 0 default: 0
}, },
isreceipt: { isreceipt: {
type: [Number, String], type: Boolean,
default: 0 default: false
} }
}, },
components: { components: {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment