kun 19/1017 23:17
This commit is contained in:
@@ -234,7 +234,7 @@ export default {
|
||||
});
|
||||
setTimeout(() => {
|
||||
loading.close();
|
||||
}, 2000);
|
||||
}, 1000);
|
||||
},
|
||||
link(href) {
|
||||
window.location.href = href
|
||||
|
||||
@@ -155,8 +155,8 @@ export default {
|
||||
// let type = this.$route.params.type
|
||||
// this.getData(this.id)
|
||||
},
|
||||
mounted() {
|
||||
this.id = this.$route.params.id
|
||||
mounted() {
|
||||
this.id = this.$route.params.id
|
||||
let type = this.$route.params.type
|
||||
this.getData(this.id)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user