sunlupeng 1 anno fa
parent
commit
6da3e2694e
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 2 2
      src/views/HomeView/PointsMall.vue

+ 2 - 2
src/views/HomeView/PointsMall.vue

@@ -312,13 +312,13 @@ export default {
                     icon: 'el-icon-bottom',
                     checked: false,
                     orderByClause: 'saleAsc',
-                    name:'销量由高到低'
+                    name:'销量由低到高'
                 },
                 {
                     icon: 'el-icon-top',
                     checked: false,
                     orderByClause: 'saleDesc',
-                    name:'销量由低到高'
+                    name:'销量由高到低'
                 },
                 {
                     icon: 'el-icon-bottom',