Commit 5a0c4035 authored by Jennie Shi's avatar Jennie Shi

集成插件前的封板

parent 7392f731
......@@ -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.4"'
currentVersion: '"2.7.5"'
}
......@@ -2040,6 +2040,9 @@ export default {
.date-check {
background: url("../../assets/trial/date.png") 350px no-repeat;
background-size: 16px 16px;
input{
margin-right:16px;
}
}
.hint-info {
......
......@@ -618,8 +618,11 @@ export default {
},
takePhonto () {
let vm = this
// cordova.plugins.IdCardPlugin.idCardIdentify({'idNum': '341181199602016223', 'idName': '史蒙蒙', 'timeout': 10000}, function (success) {
// vm.hlsPopup.showLongCenter(success)
// cordova.plugins.IdCardPlugin.idCardIdentify({'idNum': '341181199602016223', 'idName': '史蒙蒙', 'timeout': 10000}, function (res) {
// // vm.hlsPopup.showLongCenter(res.message)
// if (res.code === 1) {
// // 回调成功上传图片
// }
// }, function (reason) {
// vm.hlsPopup.showLongCenter('认证失败: ' + reason)
// })
......
......@@ -72,7 +72,7 @@
<span v-if="equip_price" slot="content">{{ parseFloat(equip_price*info.down_payment_ratio_n.replace("%","")/100 + equip_price*info.deposit_ratio_n.replace("%","")/100 + (equip_price - equip_price*info.down_payment_ratio_n.replace("%","")/100)*(info.lease_charge_ratio_n.replace("%","")/100) + Number(gps_fee) + Number(insurance_fee)).toFixed(2) | currency }}</span>
</item>
<item @click.native="showTime('YYYY-MM-DD')">
<div slot="name" class="fo nt-color">预计付款日</div>
<div slot="name" class="font-color">预计付款日</div>
<div slot="content" class="autoColor">{{ price_date_to }}</div>
<img src="@/assets/trial/date.png" alt="" class="date-pic">
</item>
......
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