Commit 8cc97f20 by zhangzhen

细节优化

parent 96d6fc80
...@@ -56,7 +56,6 @@ ...@@ -56,7 +56,6 @@
value: { value: {
deep: true, deep: true,
handler(val, oldVal) { handler(val, oldVal) {
console.log(val)
this.onLoading() this.onLoading()
} }
} }
......
...@@ -596,6 +596,9 @@ ...@@ -596,6 +596,9 @@
images: res.data.data.images ? res.data.data.images images: res.data.data.images ? res.data.data.images
.split(",").map(val => this.hostUrl + val) : [] .split(",").map(val => this.hostUrl + val) : []
} }
uni.setNavigationBarTitle({
title: `${this.roomInfo.storeName}-房间${this.orderType ==1? '预约':'续单' }`
})
// 判断房间有没有绑定套餐 // 判断房间有没有绑定套餐
if (this.roomInfo.packList && this.roomInfo.packList.length) { if (this.roomInfo.packList && this.roomInfo.packList.length) {
this.packageMode = this.roomInfo.packList this.packageMode = this.roomInfo.packList
......
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