From 976cfc2341aef4d81e36a60af9e1e91fae39f3d2 Mon Sep 17 00:00:00 2001 From: liuye Date: Thu, 1 Dec 2022 11:16:33 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=AF=E5=88=86=E5=85=91=E6=8D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/project/pidu/AppPointsChange/AppPointsChange.vue | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/project/pidu/AppPointsChange/AppPointsChange.vue b/src/project/pidu/AppPointsChange/AppPointsChange.vue index 14800cb7..f1fdcc96 100644 --- a/src/project/pidu/AppPointsChange/AppPointsChange.vue +++ b/src/project/pidu/AppPointsChange/AppPointsChange.vue @@ -18,8 +18,8 @@ -
可兑换的 - +
可兑换的 +
@@ -53,9 +53,9 @@ export default { typeList: ['全部', '100分以下', '500分以下', '1000分以下', '5000分以下'], typeIndex: 0, search: { - status: '', newestSort: '0', - priceSort: '' + priceSort: '', + isExchange: '' }, userIntegral: '' } @@ -113,7 +113,7 @@ export default { uni.navigateTo({url:`./myOrder`}) }, clickStatus() { - this.search.status = this.search.status == 2 ? '' : 2 + this.search.isExchange = this.search.isExchange == 1 ? '' : 1 this.getListInit() }, clickNew() {