Commit 6d9ee75a authored by JingChao's avatar JingChao

prod

parent 7eff53f8
......@@ -4,12 +4,12 @@ module.exports = {
CONFIG_ENV: JSON.stringify(process.env.CONFIG_ENV),
debug: false,
isMobilePlatform: true,
loginPath: '"http://180.104.121.66:8088/oauth/token?client_id=client2&client_secret=secret&grant_type=password&username=appadmin&password=" ',
basePath: '"http://180.104.121.66:8088/r/api/interface?sysName=XCMG_PROD&apiName="',
rootPath: '"http://180.104.121.66:8088/r/api"',
filePath: '"http://180.104.121.66:8088/r/api/app/fileViewSvc?sysName=XCMG_PROD&apiName=file_view&"',
ocrPath:'"http://180.104.121.66:8088/r/api"',
fileUploadSvcPath:'"http://180.104.121.66:8088/r/api/app/fileUploadSvc?sysName=XCMG_PROD&apiName="',
loginPath: '"http://www.xcmgfs.com:2889/oauth/token?client_id=client2&client_secret=secret&grant_type=password&username=appadmin&password=" ',
basePath: '"http://www.xcmgfs.com:2889/r/api/interface?sysName=XCMG_PROD&apiName="',
rootPath: '"http://www.xcmgfs.com:2889/r/api"',
filePath: '"http://www.xcmgfs.com:2889/r/api/app/fileViewSvc?sysName=XCMG_PROD&apiName=file_view&"',
ocrPath:'"http://www.xcmgfs.com:2889/r/api"',
fileUploadSvcPath:'"http://www.xcmgfs.com:2889/r/api/app/fileUploadSvc?sysName=XCMG_PROD&apiName="',
appId: '"com.xcmg.app"',
currentVersion: '"0.0.1"'
}
......@@ -5,11 +5,11 @@ module.exports = {
debug: true,
isMobilePlatform: true,
loginPath: '"http://180.104.121.66:8088/oauth/token?client_id=client2&client_secret=secret&grant_type=password&username=appadmin&password=" ',
basePath: '"http://180.104.121.66:8088/r/api/interface?sysName=XCMG_DEV&apiName="',
basePath: '"http://180.104.121.66:8088/r/api/interface?sysName=XCMG_UAT&apiName="',
rootPath: '"http://180.104.121.66:8088/r/api"',
filePath: '"http://180.104.121.66:8088/r/api/app/fileViewSvc?sysName=XCMG_DEV&apiName=file_view&"',
filePath: '"http://180.104.121.66:8088/r/api/app/fileViewSvc?sysName=XCMG_UAT&apiName=file_view&"',
ocrPath:'"http://180.104.121.66:8088/r/api"',
fileUploadSvcPath:'"http://180.104.121.66:8088/r/api/app/fileUploadSvc?sysName=XCMG_DEV&apiName="',
fileUploadSvcPath:'"http://180.104.121.66:8088/r/api/app/fileUploadSvc?sysName=XCMG_UAT&apiName="',
appId: '"com.xcmg.app.dev"',
currentVersion: '"1.1.3"'
}
......@@ -224,7 +224,8 @@ export default {
}
})
},
getCode () { // 获取验证码
getCode () {
// 获取验证码
// this.downNum = true
this.computeTime()
this.time = 60
......
......@@ -2,13 +2,13 @@
<h-view id="videoList">
<h-header :proportion="[5,1,1]" class="bar-custom">
<div slot="left" class="h-header-btn">
<img src="@/assets/userBind/arrow.png" @click="$routeGo()" >
<img src="@/assets/userBind/arrow.png" @click="$routeGo()">
<span>视频面签</span>
</div>
</h-header>
<Tab :fatherTabNum="tabNum" @getTabNum="getTabNum" />
<Tab :fatherTabNum="tabNum" @getTabNum="getTabNum"/>
<div class="search has-header">
<input v-model="searchInput" placeholder="请输入进件号/承租人名称" >
<input v-model="searchInput" placeholder="请输入进件号/承租人名称">
</div>
<scroll
ref="scroll" :updateData="[showLists]" :pullUp="true" class="scroll"
......@@ -16,7 +16,7 @@
<div v-for="(item,index) in showLists" :key="index" class="item">
<div class="left">
<span>
<img src="@/assets/contractStart/icon.png" >
<img src="@/assets/contractStart/icon.png">
</span>
</div>
<div class="right">
......@@ -40,7 +40,7 @@
</li>
<li>
<p v-if="item.interview_status ==='APPROVING'" class="to-unSign" @click="toSign(item)">
<img src="@/assets/videoSign/unSign.png" >&nbsp;视频面签
<img src="@/assets/videoSign/unSign.png">&nbsp;视频面签
</p>
</li>
</ul>
......@@ -57,6 +57,7 @@
</template>
<script>
import Tab from '@/pages/videoSign/tab'
export default {
components: {
Tab,
......@@ -137,23 +138,22 @@ export default {
},
toSign (item) {
let vm = this
vm.hlsPopup.showConfirm({
title: '提示',
content: '模拟登录',
onConfirm: (res) => {
// vm.hlsPopup.showConfirm({
// title: '提示',
// content: '模拟登录',
// onConfirm: (res) => {
var sendStr = 'xcmg'
if (res) {
// if (res) {
hls.cordova.cloudroom.CloudRoomService.loginCloudRoom(sendStr, function (data) {
vm.entrySign(item)
},
function (fail) {
vm.hlsPopup.showLongCenter('登录失败')
})
} else {
}
},
}, function (fail) {
vm.hlsPopup.showLongCenter('视频面签登录失败')
})
// } else {
//
// }
// },
// })
},
/* toSign2 () {
let vm = this
......@@ -393,7 +393,7 @@ export default {
}
</script>
<style lang="less">
#videoList {
#videoList {
.display {
position: fixed;
// top: 0;
......@@ -403,6 +403,7 @@ export default {
// margin-top: -70px;
}
}
.search {
background-color: #fff;
padding: 8px 12px;
......@@ -411,12 +412,13 @@ export default {
height: 1.02rem;
z-index: 100;
margin-top: 52px;
input {
background: url("../../assets/contractStart/search1.png") 320px no-repeat;
background-size: 16px 16px;
background-color: rgba(239,239,239,0.55);
padding-left:12px;
height:36px;
background-color: rgba(239, 239, 239, 0.55);
padding-left: 12px;
height: 36px;
line-height: 36px;
border-radius: 4px;
width: 100%;
......@@ -439,10 +441,12 @@ export default {
border: 2px solid #bcc6ff;
}
}
.scroll {
background-color: #f5f5f5;
margin-top: 20px;
}
.item {
width: 359px;
height: 189px;
......@@ -450,10 +454,12 @@ export default {
border-radius: 2px;
margin: 0 auto;
margin-top: 9px;
.left {
width: 15%;
height: 100%;
float: left;
span {
display: block;
width: 30px;
......@@ -465,16 +471,19 @@ export default {
justify-content: center;
margin-left: 10px;
margin-top: 8px;
img {
width: 11px;
height: 14px;
}
}
}
.right {
height: 100%;
width: 85%;
float: right;
.right-top {
width: 285px;
height: 45px;
......@@ -484,13 +493,16 @@ export default {
letter-spacing: 0;
line-height: 45px;
border-bottom: 1px solid #f3f3f7;
span:last-child {
float: right;
}
}
.right-bottom {
width: 285px;
margin-top: 10px;
.to-unSign {
float: right;
width: 96px;
......@@ -504,10 +516,12 @@ export default {
display: flex;
justify-content: center;
align-items: center;
img {
width: 17.6px;
}
}
.to-sign {
float: right;
width: 96px;
......@@ -521,10 +535,12 @@ export default {
display: flex;
justify-content: center;
align-items: center;
img {
width: 17.6px;
}
}
.number {
font-family: Verdana-Bold;
font-size: 14px;
......@@ -532,6 +548,7 @@ export default {
letter-spacing: 0;
font-weight: bold;
}
li {
font-family: PingFangSC-Regular;
font-size: 14px;
......@@ -539,6 +556,7 @@ export default {
letter-spacing: 0;
height: 30px;
width: 100%;
span {
float: right;
}
......@@ -546,28 +564,32 @@ export default {
}
}
}
.content {
position: absolute;
top: 0;
}
.scrollContent {
padding-top: 2.52rem;
padding-bottom: 20px;
}
.tab-style {
width: 100%;
position: absolute;
}
}
.platform-ios {
}
.platform-ios {
#videoList {
.scrollContent {
padding-top: 2.92rem;
}
}
}
}
@media (device-width: 375px) and (device-height: 812px) and (-webkit-min-device-pixel-ratio: 3) {
@media (device-width: 375px) and (device-height: 812px) and (-webkit-min-device-pixel-ratio: 3) {
.platform-ios {
#videoList {
.scrollContent {
......@@ -575,20 +597,22 @@ export default {
}
}
}
}
// iPhoneXR适配
@media (device-width: 414px) and (device-height: 896px) {
}
// iPhoneXR适配
@media (device-width: 414px) and (device-height: 896px) {
.platform-ios {
#videoList {
.scrollContent {
padding-top: 3.52rem;
}
.search{
.search {
input {
background: url("../../assets/contractStart/search1.png") 320px no-repeat;
background-size: 16px 16px;
background-color: rgba(239,239,239,0.55);
padding:8px 12px;
background-color: rgba(239, 239, 239, 0.55);
padding: 8px 12px;
border-radius: 4px;
width: 100%;
font-family: PingFangSC-Regular;
......@@ -598,5 +622,5 @@ export default {
}
}
}
}
}
</style>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment