更新
This commit is contained in:
@@ -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);
|
||||
})
|
||||
},
|
||||
// 月刊详情页面跳转
|
||||
|
Reference in New Issue
Block a user