优化代码

This commit is contained in:
java110 2021-01-11 18:06:53 +08:00
parent 92d1860ba0
commit 855afbd478

View File

@ -111,9 +111,8 @@
return;
}
vc.http.post(
'addShops',
'save',
vc.http.apiPost(
'room.saveShops',
JSON.stringify(vc.component.addShopsInfo),
{
emulateJSON: true