修复评价问题

This commit is contained in:
TOP糯米 2023-03-29 22:32:59 +08:00
parent d81902ab71
commit 3d8f429e92
2 changed files with 3 additions and 3 deletions

View File

@ -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",
} }
} }
}, },

View File

@ -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",