From 84f5415a96a0aea7b3ae09b06b23482a466b0adb Mon Sep 17 00:00:00 2001 From: liuye Date: Wed, 30 Nov 2022 17:54:04 +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 | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/project/pidu/AppPointsChange/AppPointsChange.vue b/src/project/pidu/AppPointsChange/AppPointsChange.vue index f430bb1b..3cbbd623 100644 --- a/src/project/pidu/AppPointsChange/AppPointsChange.vue +++ b/src/project/pidu/AppPointsChange/AppPointsChange.vue @@ -14,7 +14,7 @@
最新上架
-
价格
+
价格
可兑换的
@@ -51,8 +51,8 @@ export default { typeIndex: 0, search: { status: '', - newestSort: '', - priceSort: '0' + newestSort: '0', + priceSort: '' }, userIntegral: '' } @@ -101,6 +101,7 @@ export default { }, typeClick(index) { this.typeIndex = index + this.getListInit() }, toDetail(item) { uni.navigateTo({url:`./detail?id=${item.id}&userIntegral=${this.userIntegral}`})