Fix:4101 【商城小程序】入驻申请已提交,进入特色店铺入驻页面,没有显示为审核状态,没有撤销申请按钮
This commit is contained in:
@@ -59,3 +59,8 @@ export function saveWholesaler(wholesalerInfo) {
|
|||||||
export function removeApply() {
|
export function removeApply() {
|
||||||
return request.post("/merchantApply/revoke")
|
return request.post("/merchantApply/revoke")
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// 特色店铺入驻信息
|
||||||
|
export function getHotelInfo(params) {
|
||||||
|
return request.get("merchantApply/info/hotel", params, {login: true})
|
||||||
|
}
|
||||||
|
|||||||
@@ -411,7 +411,8 @@ import {
|
|||||||
getShopData,
|
getShopData,
|
||||||
getShopInfo,
|
getShopInfo,
|
||||||
removeApply,
|
removeApply,
|
||||||
saveShop
|
saveShop,
|
||||||
|
getHotelInfo
|
||||||
} from '@/api/join'
|
} from '@/api/join'
|
||||||
import {
|
import {
|
||||||
getCity,
|
getCity,
|
||||||
@@ -650,7 +651,7 @@ export default {
|
|||||||
},
|
},
|
||||||
|
|
||||||
initInfo(flag) {
|
initInfo(flag) {
|
||||||
getShopInfo().then(({data}) => {
|
getHotelInfo().then(({data}) => {
|
||||||
if (data.partnerId != null) {
|
if (data.partnerId != null) {
|
||||||
this.partnerId = data.partnerId
|
this.partnerId = data.partnerId
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user