Commit e91e3654 authored by 刘玉宏's avatar 刘玉宏

评价成功

parent ef342cab
...@@ -222,9 +222,22 @@ const hdSubmit = async () => { ...@@ -222,9 +222,22 @@ const hdSubmit = async () => {
...formdata, ...formdata,
images: proImage(), images: proImage(),
}); });
uToast.success('评价成功'); xma.showToast({
xma.redirectTo({ title: '发布中',
url: `/pages/order/order?status=not_eval`, icon: 'none',
duration: 2000,
success: () => {
xma.redirectTo({
url: `/pages/order/order?status=not_eval`,
complete: () => {
xma.showToast({
title: '评价成功',
icon: 'none',
duration: 2000,
});
},
});
},
}); });
}; };
......
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