This commit is contained in:
2023-07-11 19:47:37 +08:00
parent 492bc4894d
commit 0600bc4a0d
13 changed files with 665 additions and 214 deletions

View File

@@ -239,11 +239,11 @@ export default {
// this.$refs.NextBtn.style.display = "none"
// }
},
test(){
console.log(this.MonType);
console.log(this.MonTypePro);
console.log(this.MonList);
},
// test(){
// console.log(this.MonType);
// console.log(this.MonTypePro);
// console.log(this.MonList);
// },
// 月刊总数:
getMonely(){
var that = this;
@@ -273,7 +273,7 @@ export default {
Object.keys(that.MonList).forEach(key=>{
that.MonTypePro.push(that.MonList[key]);
})
console.log(that.MonList);
// console.log(that.MonTypePro);
})
},
// 月刊详情页面跳转