Commit 8558dd1b authored by kisszxc's avatar kisszxc

测试提交git

parent 3294d893
......@@ -614,6 +614,7 @@ const handleSubmit = () => {
};
reservation(requestBody).then((res) => {
console.log(res, 'res')
console.log("123");
if (res.code == 0) {
uni.showToast({
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