修改默认
This commit is contained in:
@@ -890,8 +890,8 @@ export default {
|
||||
value: e.levelValue
|
||||
};
|
||||
});
|
||||
buildSelectOption('#giftLevel', '', [{text:'无', value: ''}].concat(this.giftLevel));
|
||||
buildSelectOption('#searchLevel', '', [{text:'无', value: ''}].concat(this.giftLevel));
|
||||
buildSelectOption('#giftLevel', '', [{text:'默认', value: ''}].concat(this.giftLevel));
|
||||
buildSelectOption('#searchLevel', '', [{text:'全部', value: ''}].concat(this.giftLevel));
|
||||
});
|
||||
},
|
||||
uploadDressBanner() {
|
||||
|
Reference in New Issue
Block a user