res.data=3

This commit is contained in:
shijingjing
2022-11-17 13:43:49 +08:00
parent 873a2a0291
commit 9389719c00
2 changed files with 2 additions and 2 deletions

View File

@@ -70,7 +70,7 @@ export default {
}).then(res => {
if (res.code == 0) {
this.$store.dispatch('getUserInfo')
if (res.data == 2 || res.data == 0) {
if (res.data == 3 || res.data == 0) {
uni.redirectTo({url: `./partyAuthApply`})
} else {
uni.redirectTo({url: "./partyAuthSuccess"})

View File

@@ -88,7 +88,7 @@ export default {
// }
// },
process() {
const list = this.info.processList
const list = this.info?.processList
if (this.evaluation.id) {
const {id, createUserName, score, createTime: doTime, rateText: doExplain} = this.evaluation
list.splice(0, 0, {