首页
This commit is contained in:
@@ -8,4 +8,10 @@ export default {
|
||||
phoneValidateCode(data) { //验证码
|
||||
return uni.api.get("/phoneValidateCode", data);
|
||||
},
|
||||
homehomePageUp(data) { //首页上半部分
|
||||
return uni.api.post("/home/homePageUp", data);
|
||||
},
|
||||
home(data) { //首页上半部分
|
||||
return uni.api.post("/home", data);
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user