解决数据下拉加载的bug,调整专区样式,完善充值记录
This commit is contained in:
@@ -14,4 +14,9 @@ export const getOwnTenementList = async function() {
|
||||
// 获取商户详情
|
||||
export const getTenementDetail = async function(id) {
|
||||
return await GET(`/wx/getTenementDetail/${id}`);
|
||||
}
|
||||
|
||||
// 获取商户是否限电
|
||||
export const getTenementExceptionalCase = async function(pid, tid) {
|
||||
return await GET(`/wx/exceptionalCase/${pid}/${tid}`);
|
||||
}
|
Reference in New Issue
Block a user