初始化
This commit is contained in:
5
common/js/shop.js
Normal file
5
common/js/shop.js
Normal file
@@ -0,0 +1,5 @@
|
||||
export default {
|
||||
userwxlogin(data) { //登录
|
||||
return uni.api.post("/login/wx/custom/login", data, type = 2);
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user