mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-06 18:56:44 +08:00
Compare commits
1 Commits
feature/FC
...
feature/FC
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
9a8ca16897 |
@@ -111,5 +111,13 @@ export function getServiceConfig(data) {
|
||||
})
|
||||
}
|
||||
|
||||
//登录用户2
|
||||
export function getConfigByCode(data) {
|
||||
return request({
|
||||
url: getUrl('/app/getConfigByCode', 1),
|
||||
method: 'post',
|
||||
data
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
|
||||
<script>
|
||||
import { Grid, GridItem } from 'vant'
|
||||
import { getServiceConfig } from '@/api/ebiz/my/my'
|
||||
import { getServiceConfig, getConfigByCode } from '@/api/ebiz/my/my'
|
||||
|
||||
export default {
|
||||
name: 'Prefecture',
|
||||
@@ -33,7 +33,8 @@ export default {
|
||||
},
|
||||
methods: {
|
||||
async initMenuList(){
|
||||
const res =await getServiceConfig({})
|
||||
// const res =await getServiceConfig({})
|
||||
const res =await getConfigByCode({operateType:"index_busy_config"})
|
||||
if (res.sections) {
|
||||
res.sections.forEach(e=>{
|
||||
if(e.name.indexOf('旺季专区')!=-1){
|
||||
|
||||
Reference in New Issue
Block a user