Commit 8098bd52 authored by youjie's avatar youjie

no message

parent 95b32af7
......@@ -39,8 +39,8 @@
this.rooms = []
let temp = this.price.PriceList?this.price.PriceList[0]:null
if(!temp) return
let roomTyps = ['CostPrice', 'BidroomPrice', 'SingleroomPrice','AddBedPrice', 'GuideRoomPrice']
let roomLangs = ['标准间', '大床房', '自然单间', '三人间', '司机房']
let roomTyps = ['BidroomPrice', 'SingleroomPrice','AddBedPrice', 'GuideRoomPrice']
let roomLangs = ['大床房', '自然单间', '三人间', '司机房']
roomTyps.forEach((x, i) => {
if (temp[x] > 0) {
this.rooms.push({
......
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