|
|
@@ -118,6 +118,11 @@
|
|
|
timer: 5
|
|
|
}
|
|
|
},
|
|
|
+ computed: {
|
|
|
+ user () {
|
|
|
+ return this.$store.state.option.user
|
|
|
+ }
|
|
|
+ },
|
|
|
methods: {
|
|
|
goLastPage: function () {
|
|
|
window.history.back(-1)
|
|
|
@@ -163,6 +168,9 @@
|
|
|
},
|
|
|
setShowApplyRecord: function (flag) {
|
|
|
if (flag) {
|
|
|
+ this.$http.get('/basic/enterprise/findApplyInfo', {params: {phone: this.user.data.userTel}})
|
|
|
+ .then(response => {
|
|
|
+ })
|
|
|
}
|
|
|
this.showApplyRecord = flag
|
|
|
}
|
|
|
@@ -337,9 +345,10 @@
|
|
|
list-style: inside;
|
|
|
color: #ff8522;
|
|
|
float: right;
|
|
|
- margin: 19px 61px 0 36px;
|
|
|
+ margin: 19px 61px 0 0;
|
|
|
li {
|
|
|
margin-bottom: 20px;
|
|
|
+ white-space: nowrap;
|
|
|
&:nth-child(2) {
|
|
|
margin-left: 10px;
|
|
|
}
|