优惠券选择页确认按钮层级调整

This commit is contained in:
2023-06-08 15:55:15 +08:00
parent 4fff04b095
commit bf89c360ff
5 changed files with 39 additions and 21 deletions

View File

@@ -26,3 +26,12 @@ export function getWriteOffInfo(data) {
data,
});
}
// 提交核销
export const verification = (params) => {
return myRequest({
method: "post",
url: `/write-off/machine-submit`,
data: params,
});
};