Commit 2fac44da7e4b6bb13223bac4f027424355515609
1 parent
aa8fd4f7
预约成功模板修改
Showing
1 changed file
with
13 additions
and
15 deletions
pages/user/my_service/appment_main.js
| ... | ... | @@ -155,20 +155,18 @@ Page({ |
| 155 | 155 | var json = { |
| 156 | 156 | "formId": formid, |
| 157 | 157 | "keyWord": [{ |
| 158 | - "keyword": res.data.data.StorageName | |
| 159 | - }, { | |
| 160 | - "keyword": name | |
| 161 | - }, { | |
| 162 | - "keyword": number | |
| 163 | - }, { | |
| 164 | - "keyword": res.data.data.Address | |
| 165 | - }, { | |
| 166 | - "keyword": time | |
| 167 | - }, { | |
| 168 | - "keyword": res.data.data.BeauticianName | |
| 169 | - }, { | |
| 170 | - "keyword": res.data.data.ServiceName | |
| 171 | - }], | |
| 158 | + "keyword": res.data.data.ServiceName | |
| 159 | + }, | |
| 160 | + { | |
| 161 | + "keyword": time | |
| 162 | + }, { | |
| 163 | + "keyword": res.data.data.BeauticianName | |
| 164 | + }, { | |
| 165 | + "keyword": res.data.data.StorageName | |
| 166 | + }, { | |
| 167 | + "keyword": res.data.data.Address | |
| 168 | + } | |
| 169 | + ], | |
| 172 | 170 | "page": "/pages/user/my_service/tment_details?number=" + number, |
| 173 | 171 | "storeId": a.stoid, |
| 174 | 172 | "typeId": "1011", |
| ... | ... | @@ -502,7 +500,7 @@ Page({ |
| 502 | 500 | }) |
| 503 | 501 | }, |
| 504 | 502 | //关闭导航 |
| 505 | - close:function(){ | |
| 503 | + close: function() { | |
| 506 | 504 | var th = this; |
| 507 | 505 | var nav_b = th.selectComponent("#nav_b"); //组件的id |
| 508 | 506 | nav_b.close_box(); | ... | ... |