Commit 7735a64b authored by kisszxc's avatar kisszxc

123

parent 4d0e534a
...@@ -614,7 +614,7 @@ const handleSubmit = () => { ...@@ -614,7 +614,7 @@ const handleSubmit = () => {
}; };
reservation(requestBody).then((res) => { reservation(requestBody).then((res) => {
console.log(res, 'res') console.log(res, 'res')
console.log("333"); console.log("444");
if (res.code == 0) { if (res.code == 0) {
uni.showToast({ uni.showToast({
title: '预约成功', title: '预约成功',
......
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