|
|
@@ -119,8 +119,8 @@ export default {
|
|
|
init(){
|
|
|
customList({ name: '',isCashier:1 }).then(res=>{
|
|
|
if(res.code == 1){
|
|
|
- if(res.data.list.length > 14){
|
|
|
- this.myCustomList = res.data.list.slice(0,14)
|
|
|
+ if(res.data.list.length > 12){
|
|
|
+ this.myCustomList = res.data.list.slice(0,12)
|
|
|
}else{
|
|
|
this.myCustomList = res.data.list
|
|
|
}
|