Fix:4101 【商城小程序】入驻申请已提交,进入特色店铺入驻页面,没有显示为审核状态,没有撤销申请按钮

This commit is contained in:
linxi
2025-08-05 09:57:03 +08:00
parent c63fdf0f37
commit a2250ccc9a
2 changed files with 8 additions and 2 deletions
+5
View File
@@ -59,3 +59,8 @@ export function saveWholesaler(wholesalerInfo) {
export function removeApply() {
return request.post("/merchantApply/revoke")
}
// 特色店铺入驻信息
export function getHotelInfo(params) {
return request.get("merchantApply/info/hotel", params, {login: true})
}
+3 -2
View File
@@ -411,7 +411,8 @@ import {
getShopData,
getShopInfo,
removeApply,
saveShop
saveShop,
getHotelInfo
} from '@/api/join'
import {
getCity,
@@ -650,7 +651,7 @@ export default {
},
initInfo(flag) {
getShopInfo().then(({data}) => {
getHotelInfo().then(({data}) => {
if (data.partnerId != null) {
this.partnerId = data.partnerId
}