res.data=3
This commit is contained in:
@@ -70,7 +70,7 @@ export default {
|
|||||||
}).then(res => {
|
}).then(res => {
|
||||||
if (res.code == 0) {
|
if (res.code == 0) {
|
||||||
this.$store.dispatch('getUserInfo')
|
this.$store.dispatch('getUserInfo')
|
||||||
if (res.data == 2 || res.data == 0) {
|
if (res.data == 3 || res.data == 0) {
|
||||||
uni.redirectTo({url: `./partyAuthApply`})
|
uni.redirectTo({url: `./partyAuthApply`})
|
||||||
} else {
|
} else {
|
||||||
uni.redirectTo({url: "./partyAuthSuccess"})
|
uni.redirectTo({url: "./partyAuthSuccess"})
|
||||||
|
|||||||
@@ -88,7 +88,7 @@ export default {
|
|||||||
// }
|
// }
|
||||||
// },
|
// },
|
||||||
process() {
|
process() {
|
||||||
const list = this.info.processList
|
const list = this.info?.processList
|
||||||
if (this.evaluation.id) {
|
if (this.evaluation.id) {
|
||||||
const {id, createUserName, score, createTime: doTime, rateText: doExplain} = this.evaluation
|
const {id, createUserName, score, createTime: doTime, rateText: doExplain} = this.evaluation
|
||||||
list.splice(0, 0, {
|
list.splice(0, 0, {
|
||||||
|
|||||||
Reference in New Issue
Block a user