new button

This commit is contained in:
unknown 2022-09-26 09:41:43 +08:00
parent 67e009d110
commit 186184c14f
2 changed files with 1884 additions and 1731 deletions

File diff suppressed because it is too large Load Diff

View File

@ -53,6 +53,10 @@
<span class="gengduo"></span>
</div>
<div class="fixedmount">
<div @click="applyResource()">
<p></p>
<p>资源申请</p>
</div>
<div @click="toView()">
<p></p>
<p>需求申请</p>
@ -255,14 +259,24 @@
const toView = () => {
window.open(newpage.href, '_blank')
}
// const toApply = () => {
// window.open(applypage.href, '_blank')
// }
getList()
// dataList.value.map((item, index) => {
// dataList.value[index].tupian = tupain.value[index]
// console.log('item', item, dataList.value)
// })
function jumpPage() {
// store
// store.commit('WorkDynList', {
// selectCardsnum: '',
// })
console.log(
'选中===================>',
store.getters['home/selectCardsnum']
)
// router.push({ path: '/DetailsPageconetent' })
router.push({
path: '/WorkDynList',
})
@ -301,6 +315,15 @@
function handlecancelAbilitySquare() {
abilitySquareFunctionData.value = '智能算法'
}
const applyResource = () => {
console.log('点击===============》')
router.push({
path: '/DetailsPageconetent',
query: {
select: "基础设施",
},
})
}
</script>
<style lang="less">
.shangjia-class {
@ -569,10 +592,10 @@
}
.fixedmount {
height: 1.5rem;
height: 2.4rem;
display: flex;
position: fixed;
bottom: 2.56rem;
bottom: 1.56rem;
right: 1.9rem;
z-index: 10;
flex-direction: column;
@ -608,7 +631,8 @@
.fixedmount div:nth-child(1) p:nth-child(1) {
height: 0.24rem;
width: 0.24rem;
background: url('~@/assets/home/shenqing.png') no-repeat;
//background: url('~@/assets/home/shenqing.png') no-repeat;
background: url('~@/assets/newHome/banner-yy.png') no-repeat;
background-size: contain;
background-position: center;
}