Commit 1708a849 authored by youjie's avatar youjie

no message

parent 1d58e728
...@@ -718,7 +718,7 @@ ...@@ -718,7 +718,7 @@
HouseId: '', //房间信息 HouseId: '', //房间信息
CouponsIds: [] CouponsIds: []
}, },
UpdateOrderHouseBtn: false, UpdateOrderHouseBtn: true,
EconomicCapabilityS: [], EconomicCapabilityS: [],
rules: { rules: {
DutyType: [{ DutyType: [{
...@@ -1543,7 +1543,7 @@ ...@@ -1543,7 +1543,7 @@
if (res.data.resultCode == 1) { if (res.data.resultCode == 1) {
this.roomlist = res.data.data; this.roomlist = res.data.data;
if (!this.roomlist||this.roomlist.length==0) { if (this.roomlist.length<1) {
this.UpdateOrderHouseBtn = true this.UpdateOrderHouseBtn = true
} }
} else { } else {
......
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