update getMerchantListByAuth修改格式

This commit is contained in:
Guoqs
2024-07-12 11:52:17 +08:00
parent ee43356966
commit 978a5c4e70
5 changed files with 15 additions and 14 deletions

View File

@@ -246,7 +246,7 @@ import {
addInfo,
updateInfo,
updateMemberBalance,
getMerchantList,
getMerchantListByAuth,
} from "@/api/member/info";
export default {
@@ -334,7 +334,7 @@ export default {
},
// 获取运营商列表
getMerchantList() {
getMerchantList().then((response) =>{
getMerchantListByAuth().then((response) =>{
console.log("response", response)
this.merchantList = response.obj;
})