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

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

@@ -313,6 +313,12 @@ export default {
uni.redirectTo({
url,
});
} else {
uni.showToast({
title: res.data.msg,
duration: 1500,
icon: "none",
});
}
},
// 通用方法