修改默认

This commit is contained in:
liaozetao
2024-02-02 16:49:23 +08:00
parent 7414342f20
commit 433d1225be

View File

@@ -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() {