htc 2 дней назад
Родитель
Сommit
b5f216df9f
4 измененных файлов с 45 добавлено и 12 удалено
  1. 5 10
      components/CusNotice/index2.vue
  2. 6 0
      pages.json
  3. 6 2
      pages/home.vue
  4. 28 0
      pagesHome/weixin.vue

+ 5 - 10
components/CusNotice/index2.vue

@@ -17,9 +17,8 @@
 				<div class="notice-box-content-p1">完成这个问卷调查大约需要8-10分钟。如有任何疑问,欢迎添加大衡同学企业微信联系。</div>
 				<div class="notice-box-content-p1">完成这个问卷调查大约需要8-10分钟。如有任何疑问,欢迎添加大衡同学企业微信联系。</div>
 				<div class="notice-box-content-p2">Completing these questions should take approximately 10-15 minutes. If you have any questions, please feel free to contact Transcend by Wecom.</div>
 				<div class="notice-box-content-p2">Completing these questions should take approximately 10-15 minutes. If you have any questions, please feel free to contact Transcend by Wecom.</div>
 				<div class="notice-box-content-info adffcac">
 				<div class="notice-box-content-info adffcac">
-					<image class="img1" :src="imgBase+'dtsm_img1.png'"></image>
 					<image class="img2" :src="imgBase+'dtsm_img2.png'"></image>
 					<image class="img2" :src="imgBase+'dtsm_img2.png'"></image>
-					<div class="notice-box-content-info-text">扫描二维码,添加我的企业微信</div>
+					<div class="notice-box-content-info-text">扫码添加大衡同学</div>
 				</div>
 				</div>
 			</view>
 			</view>
 			<view class="notice-box-bottom">
 			<view class="notice-box-bottom">
@@ -108,18 +107,14 @@
 					width: 100%;
 					width: 100%;
 					padding-bottom: 38rpx;
 					padding-bottom: 38rpx;
 					border: 1rpx solid #E6EAED;
 					border: 1rpx solid #E6EAED;
-					margin-top: 17rpx;
-					.img1{
-						width: 100%;
-						height: 410rpx;
-					}
+					margin-top: 64rpx;
 					.img2{
 					.img2{
 						width: 370rpx;
 						width: 370rpx;
 						height: 370rpx;
 						height: 370rpx;
-						margin-top: 40rpx;
+						margin-top: 63rpx;
 					}
 					}
 					&-text{
 					&-text{
-						width: 420rpx;
+						width: 320rpx;
 						height: 54rpx;
 						height: 54rpx;
 						background: url('https://gitee.com/hw_0302/chuang-heng-wechat-images/raw/master/dtsm_img3.png') no-repeat;
 						background: url('https://gitee.com/hw_0302/chuang-heng-wechat-images/raw/master/dtsm_img3.png') no-repeat;
 						background-size: 100% 100%;
 						background-size: 100% 100%;
@@ -130,7 +125,7 @@
 						line-height: 54rpx;
 						line-height: 54rpx;
 						text-align: center;
 						text-align: center;
 						letter-spacing: 2rpx;
 						letter-spacing: 2rpx;
-						margin-top: 30rpx;
+						margin-top: 35rpx;
 					}
 					}
 				}
 				}
 			}
 			}

+ 6 - 0
pages.json

@@ -154,6 +154,12 @@
 					"style": {
 					"style": {
 						"navigationStyle": "custom"
 						"navigationStyle": "custom"
 					}
 					}
+				},
+				{
+					"path": "weixin",
+					"style": {
+						"navigationStyle": "custom"
+					}
 				}
 				}
 			]
 			]
 		},
 		},

+ 6 - 2
pages/home.vue

@@ -74,6 +74,10 @@
 					<image :src="imgBase+'home_img_guanli.png'"></image>
 					<image :src="imgBase+'home_img_guanli.png'"></image>
 					<text>问卷管理</text>
 					<text>问卷管理</text>
 				</view>
 				</view>
+				<view class="common-menu-pre adffcac" @click="toTurn('/pagesHome/weixin')">
+					<image :src="imgBase+'home_img_qywx.png'" style="width: 74rpx;"></image>
+					<text>官方企业微信</text>
+				</view>
 			</view>
 			</view>
 		</view>
 		</view>
 		<view class="new-user-free adffcacjc" v-if="newUserFreeShow">
 		<view class="new-user-free adffcacjc" v-if="newUserFreeShow">
@@ -446,7 +450,7 @@
 				margin-left: -24rpx;
 				margin-left: -24rpx;
 				margin-top: 45rpx;
 				margin-top: 45rpx;
 				&-pre{
 				&-pre{
-					width: calc(100% / 3);
+					width: calc(100% / 4);
 					image{
 					image{
 						width: 64rpx;
 						width: 64rpx;
 						height: 64rpx;
 						height: 64rpx;
@@ -459,7 +463,7 @@
 						line-height: 32rpx;
 						line-height: 32rpx;
 						text-align: center;
 						text-align: center;
 						margin-top: 24rpx;
 						margin-top: 24rpx;
-						padding: 0 24rpx;
+						padding: 0 4rpx;
 					}
 					}
 				}
 				}
 			}
 			}

+ 28 - 0
pagesHome/weixin.vue

@@ -0,0 +1,28 @@
+<template>
+	<view class="default_page" :style="{'min-height':h+'px', 'padding-top':mt+'px'}">
+		<cus-header title='官方企业微信'></cus-header>
+		<image :src="imgBase+'add_weixin_bg.png'" mode="widthFix" :style="{'min-height':(h-mt)+'px'}"></image>
+	</view>
+</template>
+
+<script>
+	export default {
+		data(){
+			return {
+				imgBase:this.$imgBase
+			}
+		},
+		methods:{
+			
+		}
+	}
+</script>
+
+<style scoped lang="scss">
+	.default_page{
+		box-sizing: border-box;
+		image{
+			width: 100%;
+		}
+	}
+</style>