调整成员单位一览
This commit is contained in:
parent
e004311129
commit
0614875a83
@ -12,6 +12,7 @@ const install = (Vue, vm) => {
|
|||||||
vm.$api.getLabel = async (moduleid) => await vm.$u.get(`/cpLabel/moduleid/${moduleid}`);// 获取模块下的标签
|
vm.$api.getLabel = async (moduleid) => await vm.$u.get(`/cpLabel/moduleid/${moduleid}`);// 获取模块下的标签
|
||||||
vm.$api.getArticleList = async (params = {}) => await vm.$u.get('/cpArticle', params);// 分页获取文章列表
|
vm.$api.getArticleList = async (params = {}) => await vm.$u.get('/cpArticle', params);// 分页获取文章列表
|
||||||
vm.$api.getSingleArticle = async (id) => await vm.$u.get(`/cpArticle/${id}`);// 获取单个文章
|
vm.$api.getSingleArticle = async (id) => await vm.$u.get(`/cpArticle/${id}`);// 获取单个文章
|
||||||
|
vm.$api.getChildLabel = async (labelId) => await vm.$u.get(`/cpLabel/labelId/${labelId}`);// 获取父标签下的子标签
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -54,6 +54,15 @@
|
|||||||
"navigationBarTitleText" : "工作动态"
|
"navigationBarTitleText" : "工作动态"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"path" : "pages/member/member",
|
||||||
|
"style" :
|
||||||
|
{
|
||||||
|
//是否开启下拉刷新
|
||||||
|
"enablePullDownRefresh": true,
|
||||||
|
"navigationBarTitleText" : "成员单位一览"
|
||||||
|
}
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"path" : "pages/home/component/message",
|
"path" : "pages/home/component/message",
|
||||||
"style" :
|
"style" :
|
||||||
|
@ -29,23 +29,7 @@
|
|||||||
// 导航栏列表
|
// 导航栏列表
|
||||||
list:[],
|
list:[],
|
||||||
// 列表
|
// 列表
|
||||||
dataList:[
|
dataList:[],
|
||||||
// {
|
|
||||||
// top: 0,
|
|
||||||
// title: '本年度广州市积分制入户申请即将开放!你想知道的都在这里',
|
|
||||||
// text: '<p>2024年度广州市积分制入户工作正式启动今年的入户指标为1.6万个10月8日起接受积分制入户申请</p>',
|
|
||||||
// photo: 'static/banner.png',
|
|
||||||
// view: 597,
|
|
||||||
// createtime: 1729935783000
|
|
||||||
// },{
|
|
||||||
// top: 0,
|
|
||||||
// title: '本年度广州市积分制入户申请即将开放!你想知道的都在这里',
|
|
||||||
// text: '<p>2024年度广州市积分制入户工作正式启动今年的入户指标为1.6万个10月8日起接受积分制入户申请</p>',
|
|
||||||
// photo: 'static/banner.png',
|
|
||||||
// view: 597,
|
|
||||||
// createtime: 1729935783000
|
|
||||||
// },
|
|
||||||
],
|
|
||||||
form:{
|
form:{
|
||||||
moduleName: '',
|
moduleName: '',
|
||||||
labelName: '',
|
labelName: '',
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
</view>
|
</view>
|
||||||
<view class="ilth">
|
<view class="ilth">
|
||||||
<view class="ilth-left">
|
<view class="ilth-left">
|
||||||
<u-icon size="28rpx" name="eye" :label="item.view+' 人阅读'"></u-icon>
|
<u-icon size="28rpx" name="eye" :label="item.view+' 次阅读'"></u-icon>
|
||||||
</view>
|
</view>
|
||||||
<view class="ilth-right">
|
<view class="ilth-right">
|
||||||
{{ getDate(item.createtime) }}
|
{{ getDate(item.createtime) }}
|
||||||
|
@ -28,9 +28,9 @@
|
|||||||
<text class="ltt">点击进入{{ introductionList[0].name }}</text>
|
<text class="ltt">点击进入{{ introductionList[0].name }}</text>
|
||||||
<view class="see">立即查看</view>
|
<view class="see">立即查看</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="left-bottom" @click="toShowIntroduce(1)">
|
<view class="left-bottom" @click="toShowMember(2)">
|
||||||
<text class="lbo">{{ introductionList[1].name }}</text>
|
<text class="lbo">{{ introductionList[2].name }}</text>
|
||||||
<text class="lbt">点击进入{{ introductionList[1].name }}</text>
|
<text class="lbt">点击进入{{ introductionList[2].name }}</text>
|
||||||
<view class="see">立即查看</view>
|
<view class="see">立即查看</view>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
@ -188,7 +188,14 @@
|
|||||||
// })
|
// })
|
||||||
},
|
},
|
||||||
|
|
||||||
// 三大功能中的智汇谷简介和成员单位一览
|
// 成员单位一览
|
||||||
|
toShowMember(index){
|
||||||
|
uni.navigateTo({
|
||||||
|
url: `/pages/member/member?moduleName=${this.introductionName}&id=${this.introductionList[index].id}`
|
||||||
|
})
|
||||||
|
},
|
||||||
|
|
||||||
|
// 三大功能中的智汇谷简介
|
||||||
toShowIntroduce(index){
|
toShowIntroduce(index){
|
||||||
const title = this.introductionList[index].name;
|
const title = this.introductionList[index].name;
|
||||||
const moduleName = this.introductionName;
|
const moduleName = this.introductionName;
|
||||||
|
@ -29,23 +29,7 @@
|
|||||||
// 导航栏列表
|
// 导航栏列表
|
||||||
list:[],
|
list:[],
|
||||||
// 列表
|
// 列表
|
||||||
dataList:[
|
dataList:[],
|
||||||
// {
|
|
||||||
// top: 0,
|
|
||||||
// title: '本年度广州市积分制入户申请即将开放!你想知道的都在这里',
|
|
||||||
// text: '<p>2024年度广州市积分制入户工作正式启动今年的入户指标为1.6万个10月8日起接受积分制入户申请</p>',
|
|
||||||
// photo: 'static/banner.png',
|
|
||||||
// view: 597,
|
|
||||||
// createtime: 1729935783000
|
|
||||||
// },{
|
|
||||||
// top: 0,
|
|
||||||
// title: '本年度广州市积分制入户申请即将开放!你想知道的都在这里',
|
|
||||||
// text: '<p>2024年度广州市积分制入户工作正式启动今年的入户指标为1.6万个10月8日起接受积分制入户申请</p>',
|
|
||||||
// photo: 'static/banner.png',
|
|
||||||
// view: 597,
|
|
||||||
// createtime: 1729935783000
|
|
||||||
// },
|
|
||||||
],
|
|
||||||
form:{
|
form:{
|
||||||
moduleName: '',
|
moduleName: '',
|
||||||
labelName: '',
|
labelName: '',
|
||||||
|
Loading…
Reference in New Issue
Block a user