Commit 7eed5502 authored by Jennie Shi's avatar Jennie Shi

集成插件前的封板

parent 5a0c4035
......@@ -11,5 +11,5 @@ module.exports = {
ocrPath:'"http://180.104.121.66:8088/r/api"',
fileUploadSvcPath:'"http://180.104.121.66:8088/r/api/app/fileUploadSvc?sysName=XCMG_UAT&apiName="',
appId: '"com.xcmg.app.dev"',
currentVersion: '"2.7.5"'
currentVersion: '"2.7.6"'
}
......@@ -622,6 +622,7 @@ export default {
// // vm.hlsPopup.showLongCenter(res.message)
// if (res.code === 1) {
// // 回调成功上传图片
// vm.takePhontoOpenCamera(res.image)
// }
// }, function (reason) {
// vm.hlsPopup.showLongCenter('认证失败: ' + reason)
......@@ -636,7 +637,7 @@ export default {
},
})
},
// 打开相机自拍
// 图片上传
takePhontoOpenCamera () {
let vm = this
vm.faceListUpload = []
......@@ -663,6 +664,32 @@ export default {
}
hlsUtil.openCamera(cameraoptions, success, error)
},
// takePhontoOpenCamera () {
// let vm = this
// vm.faceListUpload = []
// let obj = {
// pkvalue: vm.$route.params.check_id,
// source_type: 'PRJ_CDD_ITEM_CHECK',
// picture: '',
// filePath: '',
// attachment_id: '',
// user_id: 1,
// fileName: 'face',
// }
// let cameraoptions = {
// quality: 100,
// cameraDirection: 1,
// }
// let success = function (imgdata) {
// obj.filePath = imgdata
// vm.confirmContractSign(imgdata)
// vm.faceListUpload.push(obj)
// }
// let error = function () {
// hlsPopup.showLongCenter('请拍照')
// }
// hlsUtil.openCamera(cameraoptions, success, error)
// },
// 执行同意的逻辑(查询对应的身份证正面图片->人脸识别->活体检测)
async confirmContractSign (faceImg) {
let idCardImgUrl = await this.idCardImgUrlGet()
......
<!--
* @Description: 产品展示列表
* @Author: y/>e: 2019-10-16 14:39:07
* @LastEditors : Please set LastEditors
-->
<template>
<h-view id="prolist" class="public-style" title="产品查询">
<h-header :proportion="[5,1,1]" class="bar-custom">
......@@ -19,6 +14,7 @@
ref="scroll"
:updateData="[lists]"
:pullUp="true"
class="scroll-content"
@pullingUp="loadMore"
>
<div class="division-box">
......@@ -203,6 +199,9 @@ export default {
</script>
<style lang='less' scoped>
#prolist {
.scroll-content{
margin-top: 100px;
}
.display {
position: fixed;
top: 0;
......
/**
* @Author Sean
* @Date 2019/10/22
*/
<template>
<h-view id="reimburseDetail" class="public-style" style="height: 100%">
<h-header :proportion="[5,1,1]" class="bar-custom">
......@@ -10,7 +6,7 @@
<span>还款明细</span>
</div>
</h-header>
<h-content style="overflow:hidden">
<h-content style="position:absolute;z-index:9999;margin-top:55px;">
<list-item :item-height="44">
<item>
<div slot="name">交易流水号</div>
......@@ -209,6 +205,7 @@ export default {
color: #4b4a4b;
letter-spacing: 0;
line-height: 18px;
white-space: nowrap;
}
span:last-child {
margin-left: 166px;
......@@ -231,9 +228,6 @@ export default {
flex: 1;
text-align: right;
}
}
.content {
position: absolute;
}
.scrollContent {
padding-bottom: 320px;
......
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