|
@@ -15,9 +15,6 @@
|
|
</view>
|
|
</view>
|
|
</uni-grid-item>
|
|
</uni-grid-item>
|
|
</uni-grid>
|
|
</uni-grid>
|
|
- <!-- <view class="text color-666 font-size-14 ss-m-t-15" @click="handleGrid1">https://www.yuandianpx.cn</view>
|
|
|
|
- <view class="text color-666 font-size-14 ss-m-t-15" @click="handleGrid2">https://6b29.yuandianpx.cn/18/#/vote?act=31</view>
|
|
|
|
- <view class="text color-666 font-size-14 ss-m-t-15" @click="handleGrid3">https://api.yuandianpx.cn/webapi/login/weiXinLogin?act=31</view> -->
|
|
|
|
</view>
|
|
</view>
|
|
<!-- 搜索条 -->
|
|
<!-- 搜索条 -->
|
|
<view class="white-bgc stick ss-p-t-10">
|
|
<view class="white-bgc stick ss-p-t-10">
|
|
@@ -104,7 +101,7 @@ const swiperAdList = [
|
|
{ src: 'https://minio.menduner.com/dev/menduner/banner/UrCove.jpg', id: '277182701256183808' },
|
|
{ src: 'https://minio.menduner.com/dev/menduner/banner/UrCove.jpg', id: '277182701256183808' },
|
|
{ src: 'https://minio.menduner.com/dev/menduner/miniProgram/Grand-Mercure.jpg', id: '120281807903133696' },
|
|
{ src: 'https://minio.menduner.com/dev/menduner/miniProgram/Grand-Mercure.jpg', id: '120281807903133696' },
|
|
{ src: 'https://minio.menduner.com/dev/5eb89c28816dbc7613986ac994d2d760cc9fada84e17a78970c424904c26667c.jpg', id: '735167920258289664' },
|
|
{ src: 'https://minio.menduner.com/dev/5eb89c28816dbc7613986ac994d2d760cc9fada84e17a78970c424904c26667c.jpg', id: '735167920258289664' },
|
|
- { src: 'https://minio.menduner.com/dev/c2fc649b5aec3811c7a171b199bc2e67bb1649e63b471e48a59c8a6ead6aa047.jpg', weiXinPublicUrl: 'https://mp.weixin.qq.com/s/lI7_iHY1yaEqrb_kG1MusA' },
|
|
|
|
|
|
+ { src: 'https://minio.menduner.com/dev/c2fc649b5aec3811c7a171b199bc2e67bb1649e63b471e48a59c8a6ead6aa047.jpg', weiXinPublicUrl: 'https%3A%2F%2F6b29.yuandianpx.cn%2F18%2F%23%2Fvote%3Fact%3D31', title:'中国酒店YOUNG风尚榜投票' },
|
|
{ src: 'https://minio.menduner.com/dev/fbff08c5608d746380f859a97241109fe4726f776a25301d7d0fb43d9ba7df67.png', weiXinPublicUrl: 'https://mp.weixin.qq.com/s/NrxuXTi7kB9AngNBYJ3v4A' }
|
|
{ src: 'https://minio.menduner.com/dev/fbff08c5608d746380f859a97241109fe4726f776a25301d7d0fb43d9ba7df67.png', weiXinPublicUrl: 'https://mp.weixin.qq.com/s/NrxuXTi7kB9AngNBYJ3v4A' }
|
|
]
|
|
]
|
|
const filterList = ref([
|
|
const filterList = ref([
|
|
@@ -117,33 +114,23 @@ const filterList = ref([
|
|
])
|
|
])
|
|
|
|
|
|
const gridList = [
|
|
const gridList = [
|
|
- { label: '优选集团', icon: '/static/img/group.png', path: '' },
|
|
|
|
- { label: '精选企业', icon: '/static/img/enterprise.png', path: '/pagesB/recommendEnterprise/index' },
|
|
|
|
{ label: '门墩儿猎头', icon: '/static/img/headhunting.png', path: '' },
|
|
{ label: '门墩儿猎头', icon: '/static/img/headhunting.png', path: '' },
|
|
|
|
+ { label: '精选企业', icon: '/static/img/enterprise.png', path: '/pagesB/recommendEnterprise/index' },
|
|
|
|
+ { label: '门墩英语', icon: '/static/img/group.png', path: '' },
|
|
{ label: '早报资讯', icon: '/static/img/information.png', id: 'morningNews' },
|
|
{ label: '早报资讯', icon: '/static/img/information.png', id: 'morningNews' },
|
|
- { label: '奖项报名', icon: '/static/img/contact.png', weiXinPublicUrl: 'https://mp.weixin.qq.com/s/lI7_iHY1yaEqrb_kG1MusA' }
|
|
|
|
- // { label: '奖项报名', icon: '/static/img/contact.png', weiXinPublicUrl: 'https://6b29.yuandianpx.cn/18/#/vote?act=31' }
|
|
|
|
|
|
+ { label: '风尚榜投票', icon: '/static/img/contact.png', weiXinPublicUrl: 'https%3A%2F%2F6b29.yuandianpx.cn%2F18%2F%23%2Fvote%3Fact%3D31', title:'中国酒店YOUNG风尚榜投票' }
|
|
]
|
|
]
|
|
|
|
|
|
// 跳转企业详情
|
|
// 跳转企业详情
|
|
-const handleToDetails = ({ id, weiXinPublicUrl }) => {
|
|
|
|
|
|
+const handleToDetails = ({ id, weiXinPublicUrl, title }) => {
|
|
if (id) {
|
|
if (id) {
|
|
uni.navigateTo({ url: `/pagesB/companyDetail/index?id=${id}` })
|
|
uni.navigateTo({ url: `/pagesB/companyDetail/index?id=${id}` })
|
|
}
|
|
}
|
|
if (weiXinPublicUrl) {
|
|
if (weiXinPublicUrl) {
|
|
- uni.navigateTo({ url: `/pages/addWebView/index?url=${weiXinPublicUrl}&title=风尚年度榜奖项报名` })
|
|
|
|
|
|
+ uni.navigateTo({ url: `/pages/addWebView/index?url=${weiXinPublicUrl}&title=${title || '风尚年度榜奖项报名'}` })
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
-// const handleGrid1 = async (e) => {
|
|
|
|
-// uni.navigateTo({ url: `/pages/addWebView/index?url=https://www.yuandianpx.cn` })
|
|
|
|
-// }
|
|
|
|
-// const handleGrid2 = async (e) => {
|
|
|
|
-// uni.navigateTo({ url: `/pages/addWebView/index?url=https://6b29.yuandianpx.cn/18/#/vote?act=31` })
|
|
|
|
-// }
|
|
|
|
-// const handleGrid3 = async (e) => {
|
|
|
|
-// uni.navigateTo({ url: `/pages/addWebView/index?url=https://api.yuandianpx.cn/webapi/login/weiXinLogin?act=31` })
|
|
|
|
-// }
|
|
|
|
const handleGrid = async (e) => {
|
|
const handleGrid = async (e) => {
|
|
// uni.showToast({
|
|
// uni.showToast({
|
|
// icon: 'none',
|
|
// icon: 'none',
|