Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Hooke
/
jgdl
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
hookehuyr
2025-08-13 17:14:15 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
d6d62230b072989d2ad740c011db93ef33ba7a0a
d6d62230
1 parent
8d036a9b
fix 新旧程度文字修改
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
src/pages/sell/index.vue
src/pages/sell/index.vue
View file @
d6d6223
...
...
@@ -463,7 +463,7 @@ const modelOptions = ref([])
const conditionOptions = ref([
{ text: '
全新', value: '全
新' },
{ text: '
9成新', value: '9成
新' },
{ text: '8成新', value: '8成新' },
{ text: '7成新', value: '7成新' },
{ text: '6成新', value: '6成新' },
...
...
@@ -845,7 +845,7 @@ const onBrandModelCancel = () => {
const convertTextToScore = (text, type) => {
if (type === 'condition') {
const conditionMap = {
'
全
新': 5,
'
9成
新': 5,
'8成新': 4,
'7成新': 3,
'6成新': 2,
...
...
@@ -871,7 +871,7 @@ const convertTextToScore = (text, type) => {
const convertScoreToText = (score, type) => {
if (type === 'condition') {
const scoreMap = {
5: '
全
新',
5: '
9成
新',
4: '8成新',
3: '7成新',
2: '6成新',
...
...
Please
register
or
login
to post a comment