修复评价问题
This commit is contained in:
parent
d81902ab71
commit
3d8f429e92
|
@ -75,10 +75,10 @@ const apis = {
|
||||||
},
|
},
|
||||||
appraise: {
|
appraise: {
|
||||||
count: {
|
count: {
|
||||||
url: "/wxapp/index/mysevaluation",
|
url: "/wxapp/index/seemyevaluation",
|
||||||
},
|
},
|
||||||
list: {
|
list: {
|
||||||
url: "/wxapp/index/seemyevaluation",
|
url: "/wxapp/index/mysevaluation",
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
|
@ -312,7 +312,7 @@ export default {
|
||||||
}).catch(e => { });
|
}).catch(e => { });
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
list() {
|
list(data) {
|
||||||
return new Promise((resolve, reject) => {
|
return new Promise((resolve, reject) => {
|
||||||
prototype.$request({
|
prototype.$request({
|
||||||
api: "user.appraise.list",
|
api: "user.appraise.list",
|
||||||
|
|
Loading…
Reference in New Issue