alert
This commit is contained in:
parent
0280dfc476
commit
7a00679b8d
|
@ -653,6 +653,7 @@
|
|||
// 提交函数
|
||||
submitOne(data) {
|
||||
/* 领取立减金 */
|
||||
alert(159)
|
||||
req.axiosPost("/key/couponGroupUsage", data)
|
||||
.then(({ code, message }) => {
|
||||
if (code == 200) {
|
||||
|
|
Loading…
Reference in New Issue