mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-05-02 17:10:03 +08:00
update getMerchantListByAuth修改格式
This commit is contained in:
@@ -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;
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user