flat: 去除无效的按钮,等
This commit is contained in:
@@ -164,7 +164,7 @@
|
||||
<view class="font24" style="margin-top: 22rpx !important;">在线咨询</view>
|
||||
</view>
|
||||
</button> -->
|
||||
<view class="helpCardItem" style="border-right: 1px solid #F5F6F7;" @click="">
|
||||
<!-- <view class="helpCardItem" style="border-right: 1px solid #F5F6F7;" @click="">
|
||||
<view class="cardItemIcon">
|
||||
<image src="../../static/img/index/consult.png" mode=""></image>
|
||||
</view>
|
||||
@@ -175,9 +175,9 @@
|
||||
<image src="../../static/img/index/bangzhu.png" mode=""></image>
|
||||
</view>
|
||||
<view class="font24">就业帮助</view>
|
||||
</view>
|
||||
</view> -->
|
||||
<view class="helpCardItem" style="border-right: 1px solid #F5F6F7;" @click="">
|
||||
<view class="cardItemIcon">
|
||||
<view class="cardItemIcon" @click="navTo('/pageMy/setUserBase/applicationsRecord')">
|
||||
<image src="../../static/img/index/legal.png" mode=""></image>
|
||||
</view>
|
||||
<view class="font24">问卷调查</view>
|
||||
@@ -196,10 +196,10 @@
|
||||
<view class="top_log"></view>
|
||||
<view class="next_market" @click="navTo('/pages/market/market')">去市场</view>
|
||||
</view>
|
||||
<view class="market_bottom">
|
||||
<!-- <view class="market_bottom">
|
||||
<view>了解市场<u-icon name="arrow-right" color="#666666" size="13"></u-icon></view>
|
||||
<view>我要咨询<u-icon name="arrow-right" color="#666666" size="13"></u-icon></view>
|
||||
</view>
|
||||
</view> -->
|
||||
</view>
|
||||
|
||||
<view class="latestMission">
|
||||
@@ -223,7 +223,7 @@
|
||||
<image :src="item.headPic"
|
||||
style="width: 80rpx;height: 80rpx;margin-right: 20rpx;border-radius: 10rpx;" mode="">
|
||||
</image>
|
||||
<view style="font-size: 28rpx;">{{ item.articleTitle }}</view>
|
||||
<view style="flex: 1; font-size: 28rpx;">{{ item.articleTitle }}</view>
|
||||
</view>
|
||||
</view>
|
||||
<view v-if="policyContentList.length<=0">
|
||||
|
||||
Reference in New Issue
Block a user