htc 1 日 前
コミット
f94df04021
3 ファイル変更5 行追加5 行削除
  1. 3 3
      pages/publish.vue
  2. 1 1
      pagesHome/questionnaire.vue
  3. 1 1
      pagesHome/report.vue

+ 3 - 3
pages/publish.vue

@@ -44,7 +44,7 @@
 					2:'专业版',
 					3:'专家版,敬请期待'
 				},
-				buyShow:false,
+				buyShow:true,
 				buyImgList:[
 					{img:this.$imgBase+'buy_img1.png',text:'全球前沿研究'},
 					{img:this.$imgBase+'buy_img2.png',text:'扎实理论基础'},
@@ -171,7 +171,7 @@
 				width: calc(100% - 48rpx);
 				background: url('https://gitee.com/hw_0302/chuang-heng-wechat-images/raw/master/buy_bg.png') no-repeat;
 				background-size: 100% 100%;
-				padding: 308rpx 30rpx 40rpx;
+				padding: 305rpx 30rpx 40rpx;
 				box-sizing: border-box;
 				position: relative;
 				&.zyb{
@@ -210,7 +210,7 @@
 					height: 88rpx;
 					background: linear-gradient( 90deg, #EBB56C 0%, #FCEAD0 100%);
 					border-radius: 44rpx;
-					margin-top: 27rpx;
+					margin-top: 60rpx;
 					font-family: PingFang-SC, PingFang-SC;
 					font-weight: bold;
 					font-size: 32rpx;

+ 1 - 1
pagesHome/questionnaire.vue

@@ -58,7 +58,7 @@
 		},
 		onLoad(options) {
 			if(options.type==='receive'){
-				this.title = 'PREILL评估';
+				this.title = 'PERILL团队发展动态评估';
 				this.tindex = 0;
 				this.receiveList = [];
 				this.getReceiveList();

+ 1 - 1
pagesHome/report.vue

@@ -1,6 +1,6 @@
 <template>
 	<view class="default_page adffc" :style="{'height':h+'px', 'padding-top':mt+'px'}">
-		<cus-header title='我的报告' bgColor="transparent"></cus-header>
+		<cus-header title='PERILL团队发展动态评估报告' bgColor="transparent"></cus-header>
 		<image class="top_bg" :src="imgBase+'report_bg.png'" mode="widthFix"></image>
 		<view class="tab adfac">
 			<view class="tab-pre" :class="{'active':tindex===0}" @click="changeTab(0)">我收到的</view>