|
|
@@ -926,7 +926,11 @@ export default {
|
|
|
} else if (_this.info.source === 'GIFT') {
|
|
|
return _this.$http.get('/sysConfig/get/gift_change_time,git_pre_days').then(res => {
|
|
|
if (res.gift_change_time) {
|
|
|
- if (this.dayjs().isSameOrBefore(this.dayjs(res.gift_change_time.value))) {
|
|
|
+ if (
|
|
|
+ _this
|
|
|
+ .dayjs(_this.info.createdAt)
|
|
|
+ .isSameOrBefore(_this.dayjs(res.gift_change_time.value))
|
|
|
+ ) {
|
|
|
let _days = res.git_pre_days.value.split(',');
|
|
|
if (_this.info.type === 'PICTURE') {
|
|
|
holdDays = Number(_days[1]);
|