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() {