|
|
|
@ -1,7 +1,7 @@ |
|
|
|
|
<template> |
|
|
|
|
<view> |
|
|
|
|
<view class="tabledetails"> |
|
|
|
|
<u-swiper class="logobg" :list="swipelist" mode='round'></u-swiper> |
|
|
|
|
<u-swiper class="logobg" :list="swipelist" mode='round' @click="bgClick"></u-swiper> |
|
|
|
|
<!-- <image src="http://image.bjkeyware.com/static/index/renliwb/newtrainbanner08.png" mode="" class="logobg"> --> |
|
|
|
|
<!-- </image> --> |
|
|
|
|
<!-- 模块1 --> |
|
|
|
@ -329,7 +329,7 @@ |
|
|
|
|
<view v-if="currenttab==1"> |
|
|
|
|
<view style="display: flex;justify-content: space-between;"> |
|
|
|
|
|
|
|
|
|
<img class="innovate" :src="activeModel2.img"> |
|
|
|
|
<image mode="aspectFill" class="innovate" :src="activeModel2.img"> |
|
|
|
|
</view> |
|
|
|
|
<p style="color:#808080;font-size:25rpx;margin:15px 0; line-height: 22px;text-indent:25px;"> |
|
|
|
|
{{activeModel2.con}} |
|
|
|
@ -385,9 +385,6 @@ |
|
|
|
|
<image src="http://image.bjkeyware.com/static/index/renliwb/zs3.png" mode=""></image> |
|
|
|
|
</view> |
|
|
|
|
</view> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</view> |
|
|
|
|
<view style="height:50px;"></view> |
|
|
|
|
<view class="submitt"> |
|
|
|
@ -614,11 +611,11 @@ |
|
|
|
|
wxUserInfo: null, //微信基本信息 |
|
|
|
|
register: null, |
|
|
|
|
swipelist: [ |
|
|
|
|
'http://image.bjkeyware.com/static/index/renliwb/newtrainbanner083.png', |
|
|
|
|
'http://image.bjkeyware.com/static/index/renliwb/newtrainbanner08.png', |
|
|
|
|
'http://image.bjkeyware.com/static/index/renliwb/newtrainbanner082.png' |
|
|
|
|
// 'http://image.bjkeyware.com/static/index/renliwb/banner_tainning.png', |
|
|
|
|
// 'http://image.bjkeyware.com/static/banner/train_banner_01.png', |
|
|
|
|
// 'http://image.bjkeyware.com/static/index/cspx/banner.png' |
|
|
|
|
'http://image.bjkeyware.com/static/index/renliwb/newtrainbanner082.png', |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
], |
|
|
|
|
model1Data: [{ |
|
|
|
|
id: 1, |
|
|
|
@ -778,9 +775,9 @@ |
|
|
|
|
], |
|
|
|
|
activeModel2: { |
|
|
|
|
id: 1, |
|
|
|
|
img: 'http://image.bjkeyware.com/static/index/renliwb/pxxx1.png', |
|
|
|
|
title: '西安科技大学', |
|
|
|
|
con: '2023年11月15日上午,智能软件测试协同创新实验室成立仪式在西安科技大学计算机学院隆重举行,该实验室由北京关键科技股份有限公司与西安科技大学共同成立。关键科技董事长焦华春女士、总经理张怀珠、总经理助理牛中东、工业和信息化部人才交流中心人才发展处程宇处长、西安科技大学副校长黄英维等领导和嘉宾出席会议。', |
|
|
|
|
img: 'http://image.bjkeyware.com/static/index/renliwb/pxxx00.png', |
|
|
|
|
title: '河南科技大学', |
|
|
|
|
con: '7月1号 河南科技大学与北京关键科技暑期生产实习班一班单元测试班、暑期生产实习班二班配置项测试班正式开课了。', |
|
|
|
|
bmtj: '计算机科学、软件工程、信息技术等相关专业的学生,或者对软件测试感兴趣并希望在这个领域发展的学生。', |
|
|
|
|
pxnr: '单元测试、配置项测试、安全性测试、可编程逻辑器件测试课程学习。', |
|
|
|
|
sh: "1.进入北京关键科技股份有限公司人才库且获得工业和信息化人才岗位能力评价证书。", |
|
|
|
@ -982,7 +979,27 @@ |
|
|
|
|
this.$refs.uForm.setRules(this.rules) |
|
|
|
|
this.$refs.uFormjj.setRules(this.jjrules) |
|
|
|
|
}, |
|
|
|
|
onShareAppMessage() { |
|
|
|
|
return { |
|
|
|
|
title: '关键测试宝', //分享的标题 |
|
|
|
|
path: 'pages/index/testtraining/testtraining', //点击分享链接之后进入的页面路径 |
|
|
|
|
// imageUrl: '/static/index/logo.png' //分享发送的链接图片地址 |
|
|
|
|
}; |
|
|
|
|
}, |
|
|
|
|
//2.配置分享到朋友圈 |
|
|
|
|
onShareTimeline() { |
|
|
|
|
return { |
|
|
|
|
title: '关键测试宝', //分享的标题 |
|
|
|
|
query: 'pages/index/testtraining/testtraining', //点击分享链接之后进入的页面路径 |
|
|
|
|
// imageUrl: '/static/index/logo.png' //分享发送的链接图片地址 |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
methods: { |
|
|
|
|
bgClick(e) { |
|
|
|
|
if (e == 0) { |
|
|
|
|
this.openDialog() |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
onKeyboardHeightChange(res) { |
|
|
|
|
const { |
|
|
|
|
height, |
|
|
|
@ -1867,7 +1884,7 @@ |
|
|
|
|
} */ |
|
|
|
|
.innovate { |
|
|
|
|
width: 100%; |
|
|
|
|
object-fit: contain; |
|
|
|
|
height: 500rpx; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.tableclas { |
|
|
|
@ -2103,12 +2120,14 @@ |
|
|
|
|
font-size: 22rpx; |
|
|
|
|
color: #666666; |
|
|
|
|
text-align: center; |
|
|
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.newmodel3r { |
|
|
|
|
flex: 1; |
|
|
|
|
padding: 24rpx; |
|
|
|
|
box-sizing: border-box; |
|
|
|
|
overflow: hidden; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.newmodel3rt { |
|
|
|
@ -2122,6 +2141,7 @@ |
|
|
|
|
font-size: 22rpx; |
|
|
|
|
color: #666666; |
|
|
|
|
line-height: 33rpx; |
|
|
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.newmodel3rb { |
|
|
|
|