Commit fe704c3f authored by 李尚科's avatar 李尚科

fix

parent 87c4a9fd
Pipeline #13855 passed with stage
in 7 seconds
...@@ -7,12 +7,21 @@ class InstitutionService extends Service { ...@@ -7,12 +7,21 @@ class InstitutionService extends Service {
/** /**
* 我的信用首 * 机构详情
*/ */
async home() { async getInstitution(institution_id) {
const { ctx } = this;
} }
//机构列表页
async getInstitutions() {
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment