@ -155,9 +155,9 @@ export default {
// 判断是否大于 3 天
if (diffInDays > 3) {
this.show = true;
} else {
this.show = false;
}
},
getCode() {