商品详情:优惠劵信息的接入

This commit is contained in:
YunaiV
2023-12-16 19:16:21 +08:00
parent b422c7414f
commit 275e8a278f
4 changed files with 41 additions and 37 deletions
+1 -1
View File
@@ -111,7 +111,7 @@
state.currentTab = e.index;
state.type = e.value;
resetPagination(state.pagination)
if (state.currentTab == 0) {
if (state.currentTab === 0) {
getData();
} else {
getCoupon();