diff --git a/pages/user/my_service/beauty_deta.js b/pages/user/my_service/beauty_deta.js index 6903b70..f16af73 100644 --- a/pages/user/my_service/beauty_deta.js +++ b/pages/user/my_service/beauty_deta.js @@ -47,8 +47,7 @@ Page({ itemId: options.itemId, modify: options.modify, hours: hours, - projectId: options.projectId, - StaffName: options.StaffName + projectId: options.projectId }) if (options.url != undefined) { th.setData({ @@ -65,6 +64,9 @@ Page({ iscos: options.iscos }) } + if (options.StaffName!=undefined){ + StaffName: options.StaffName + } th.query_beatea(); th.query_aweek(); },