|
@@ -56,19 +56,19 @@
|
|
|
</view>
|
|
</view>
|
|
|
<view class="boxs-pre bp2" @click="toTurn('/pages/support')">
|
|
<view class="boxs-pre bp2" @click="toTurn('/pages/support')">
|
|
|
<view class="boxs-pre-title">专业支持</view>
|
|
<view class="boxs-pre-title">专业支持</view>
|
|
|
- <view class="boxs-pre-tip adfac">添加客服微信预约<image :src="imgBase+'home_arrow_right.png'"></image></view>
|
|
|
|
|
|
|
+ <view class="boxs-pre-tip adfac">常见问题与支持<image :src="imgBase+'home_arrow_right.png'"></image></view>
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
|
<view class="common">
|
|
<view class="common">
|
|
|
<view class="common-title">常用功能</view>
|
|
<view class="common-title">常用功能</view>
|
|
|
<view class="common-menu adf">
|
|
<view class="common-menu adf">
|
|
|
- <view class="common-menu-pre adffcac" @click="toTurn('/pagesHome/questionnaire?type=receive')">
|
|
|
|
|
|
|
+ <view class="common-menu-pre adffcac" @click="toTurn('/pages/perillPgjs')">
|
|
|
<image :src="imgBase+'home_img_pinggu.png'"></image>
|
|
<image :src="imgBase+'home_img_pinggu.png'"></image>
|
|
|
- <text>PERILL团队发展动态评估</text>
|
|
|
|
|
|
|
+ <text>PERILL团队发展动态评估介绍</text>
|
|
|
</view>
|
|
</view>
|
|
|
- <view class="common-menu-pre adffcac" @click="toTurn('/pagesHome/report')">
|
|
|
|
|
|
|
+ <view class="common-menu-pre adffcac" @click="toTurn('/pages/perillPgsm')">
|
|
|
<image :src="imgBase+'home_img_baogao.png'"></image>
|
|
<image :src="imgBase+'home_img_baogao.png'"></image>
|
|
|
- <text>PERILL团队发展动态评估报告</text>
|
|
|
|
|
|
|
+ <text>PERILL团队发展动态评估说明</text>
|
|
|
</view>
|
|
</view>
|
|
|
<view class="common-menu-pre adffcac" @click="toTurn('/pagesHome/questionnaire?type=create')">
|
|
<view class="common-menu-pre adffcac" @click="toTurn('/pagesHome/questionnaire?type=create')">
|
|
|
<image :src="imgBase+'home_img_guanli.png'"></image>
|
|
<image :src="imgBase+'home_img_guanli.png'"></image>
|
|
@@ -219,7 +219,7 @@
|
|
|
},
|
|
},
|
|
|
toTurn(url){
|
|
toTurn(url){
|
|
|
if(!url) return
|
|
if(!url) return
|
|
|
- const notloginurls = ['/pages/dialog','/pages/support','/pagesHome/weixin'];
|
|
|
|
|
|
|
+ const notloginurls = ['/pages/dialog','/pages/support','/pagesHome/weixin','perillPgjs','perillPgsm'];
|
|
|
if(!notloginurls.includes(url)&&!this.isLogin()) return
|
|
if(!notloginurls.includes(url)&&!this.isLogin()) return
|
|
|
uni.navigateTo({
|
|
uni.navigateTo({
|
|
|
url
|
|
url
|
|
@@ -459,7 +459,7 @@
|
|
|
text{
|
|
text{
|
|
|
font-family: PingFangSC, PingFang SC;
|
|
font-family: PingFangSC, PingFang SC;
|
|
|
font-weight: 400;
|
|
font-weight: 400;
|
|
|
- font-size: 24rpx;
|
|
|
|
|
|
|
+ font-size: 22rpx;
|
|
|
color: #193D59;
|
|
color: #193D59;
|
|
|
line-height: 32rpx;
|
|
line-height: 32rpx;
|
|
|
text-align: center;
|
|
text-align: center;
|