Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
xianyu-ufo-app-web
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
yyq
5 years ago
Commit
e1bb2d0637fcabc8784f54e89de519d0e6cb5139
1 parent
debbac2b
fix
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
apps/pages/product/components/size-list.vue
apps/pages/product/components/size-list.vue
View file @
e1bb2d0
...
...
@@ -28,7 +28,7 @@
<script>
import { Scroll } from 'cube-ui';
import { sort
b
y } from 'lodash';
import { sort
B
y } from 'lodash';
export default {
name: 'size-list',
...
...
@@ -68,7 +68,7 @@ export default {
}
if (!this.simplePrice) {
const list = sort
b
y(this.list, 'order_by').reverse();
const list = sort
B
y(this.list, 'order_by').reverse();
return list.map(this.priceMap);
}
...
...
Please
register
or
login
to post a comment