diff --git a/packageA/pages/my_service/appment_main.wxml b/packageA/pages/my_service/appment_main.wxml index ca38133..4b99d91 100644 --- a/packageA/pages/my_service/appment_main.wxml +++ b/packageA/pages/my_service/appment_main.wxml @@ -55,7 +55,7 @@ - + {{time==""?'选择时间':time}} diff --git a/packageA/pages/my_service/beauty_deta.js b/packageA/pages/my_service/beauty_deta.js index 16359e8..550ffdf 100644 --- a/packageA/pages/my_service/beauty_deta.js +++ b/packageA/pages/my_service/beauty_deta.js @@ -53,8 +53,9 @@ Page({ modify: options.modify, hours: hours, projectId: options.projectId, - storageId:storageId - }) + storageId: storageId, + }); + if (options.url != undefined) { th.setData({ url: options.url @@ -200,7 +201,8 @@ Page({ //直接给上一个页面赋值 time: time, beautician_name: th.data.StaffName, - beauticianID: th.data.beautician_id + beauticianID: th.data.beautician_id, + storageId: th.data.storageId, }); wx.navigateBack({ //返回 @@ -210,7 +212,8 @@ Page({ var prevPage = pages[pages.length - 2]; //上一页面 prevPage.setData({ //直接给上一个页面赋值 - time: time + time: time, + storageId: th.data.storageId, }); wx.navigateBack({ //返回