diff --git a/src/project/pidu/AppPointsChange/AppPointsChange.vue b/src/project/pidu/AppPointsChange/AppPointsChange.vue index 428f96c7..14800cb7 100644 --- a/src/project/pidu/AppPointsChange/AppPointsChange.vue +++ b/src/project/pidu/AppPointsChange/AppPointsChange.vue @@ -14,7 +14,10 @@
最新上架
-
价格
+
价格 + + +
可兑换的
@@ -115,10 +118,14 @@ export default { }, clickNew() { this.search.newestSort = this.search.newestSort === 0 ? '' : 0 + if(this.search.newestSort == 0) { + this.search.priceSort = '' + } this.getListInit() }, clickPrice() { this.search.priceSort = this.search.priceSort == 1 ? 0 : 1 + this.search.newestSort = '' this.getListInit() }, },