|
@@ -1147,18 +1147,6 @@ export default {
|
|
|
methods: {
|
|
|
...mapGetters(['nickname', 'avatar', 'userInfo']),
|
|
|
moment,
|
|
|
- // disabledDate(current) {
|
|
|
- // console.log(this.choiceDate, 'this.choiceDate--this.choiceDate');
|
|
|
- // // if (this.modalTitle === 'edit' && this.configForm.launchDateRange.length) {
|
|
|
- // // return current && current < new Date(this.configForm.launchDateRange[0]);
|
|
|
- // // }
|
|
|
- // // else if (this.choiceDate) {
|
|
|
- // // return current && current < this.choiceDate;
|
|
|
- // // }
|
|
|
- // if (this.choiceDate) {
|
|
|
- // return current && current < this.choiceDate;
|
|
|
- // }
|
|
|
- // },
|
|
|
handleGetAdAudiencePackage() {
|
|
|
const params = {
|
|
|
accountId: this.configForm.accountId
|
|
@@ -1692,7 +1680,6 @@ export default {
|
|
|
reader.readAsDataURL(img);
|
|
|
},
|
|
|
beforeUpload(info) {
|
|
|
- console.log(info, '----info----');
|
|
|
const isZip = info.type.includes('png') || info.type.includes('jpeg');
|
|
|
const fileOvesize = info.size > (1024 * 1024);
|
|
|
if (!isZip) {
|