增加other分包页面
我的页面里增加跳转other分包跳转(仅在ios不是浏览器审核时展示)
This commit is contained in:
11
utils/api.js
Normal file
11
utils/api.js
Normal file
@@ -0,0 +1,11 @@
|
||||
import httpsRequest from '@/common/httpRequest.js'
|
||||
//是否处于审核中
|
||||
const $API_shenhe='app/common/type/919'
|
||||
export async function returnIsShenhe(data){
|
||||
let isShenHe=false
|
||||
const res=await httpsRequest.getT($API_shenhe,{...data})
|
||||
if(res.code == 0&&res.data.value==1){
|
||||
isShenHe=true
|
||||
}
|
||||
return isShenHe
|
||||
}
|
||||
Reference in New Issue
Block a user