|
|
@@ -925,7 +925,6 @@ export default {
|
|
|
});
|
|
|
} else if (_this.info.source === 'GIFT') {
|
|
|
return _this.$http.get('/sysConfig/get/gift_change_time,git_pre_days').then(res => {
|
|
|
- console.log('63562');
|
|
|
if (res.gift_change_time) {
|
|
|
if (this.dayjs().isSameOrBefore(this.dayjs(res.gift_change_time.value))) {
|
|
|
let _days = res.git_pre_days.value.split(',');
|