deploy
This commit is contained in:
@ -70,6 +70,8 @@ Page({
|
||||
[`form.${field}`]: e.detail.value,
|
||||
});
|
||||
if (field === "total") {
|
||||
console.log(e.detail);
|
||||
|
||||
if (
|
||||
parseInt(e.detail.value) > this.data.stockLimit &&
|
||||
this.data.form.type == 2
|
||||
|
Reference in New Issue
Block a user