增加优先级提示 19101201
This commit is contained in:
parent
b7a747a013
commit
035bac816f
@ -733,7 +733,9 @@ export default {
|
|||||||
this.sortList = ads.map(item => {
|
this.sortList = ads.map(item => {
|
||||||
return item.ad_sort
|
return item.ad_sort
|
||||||
})
|
})
|
||||||
this.sortList.sort()
|
this.sortList.sort(function(a, b) {
|
||||||
|
return a - b
|
||||||
|
})
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
changeTarget(val) {
|
changeTarget(val) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user