商品列表修改

This commit is contained in:
GaoHao
2024-08-05 14:31:11 +08:00
parent 62cbad9029
commit 29eb4b2bb2
2 changed files with 23 additions and 12 deletions

View File

@@ -75,6 +75,13 @@
});
return false;
}
if (this.amount <= 0) {
uni.showToast({
title: '金额必须大于0',
icon: 'none'
});
return false;
}
let res = await this.api.paymemeberIn({
shopId: this.shopId, // 判断显示哪家的作品,
amount: this.amount // 判断显示哪家的作品,