Merge branch 'master' into xuebaoxin
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<div class="PersonalAnswer">
|
||||
<div class="PersonalAnswer" @click="tab">
|
||||
<div class="title">
|
||||
<p>{{operation}}</p>
|
||||
<p>{{day}}</p>
|
||||
@@ -33,6 +33,17 @@ export default {
|
||||
data() {
|
||||
return {};
|
||||
},
|
||||
props:['operation','day','title']
|
||||
props:['operation','day','title',"types","id"],
|
||||
methods:{
|
||||
tab(){
|
||||
window.console.log(this.types,"llk")
|
||||
if(this.types=="1"){
|
||||
this.$router.push({
|
||||
path: '/sign'
|
||||
});
|
||||
window.console.log( this.$router)
|
||||
}
|
||||
}
|
||||
}
|
||||
};
|
||||
</script>
|
||||
Reference in New Issue
Block a user