Browse Source

修复字段问题

vaecebyZ 9 tháng trước cách đây
mục cha
commit
5d9bc1a2e8
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      study/studyGoodsDetail.vue

+ 1 - 1
study/studyGoodsDetail.vue

@@ -328,7 +328,7 @@ export default {
 				if (!this.selectDate) {
 					// 看下个月
 					let dateTime = new Date();
-					dateTime = dateTime.setMonth(d.getMonth() + 1);
+					dateTime = dateTime.setMonth(dateTime.getMonth() + 1);
 					dateTime = new Date(dateTime);
 					this.chnageMonth({
 						year: dateTime.getFullYear(),