人脸识别 签名 路由修改

This commit is contained in:
pangxingyue
2021-03-10 17:40:12 +08:00
parent 1fcdaaa5d0
commit f1370aa7c4
2 changed files with 10 additions and 10 deletions

View File

@@ -1,10 +1,10 @@
const InsureAgain = () => import('@/views/ebiz/insureAgain') const InsureAgain = () => import('@/views/ebiz/insureAgain')
const UncommitInsureDetail = () => import('@/views/ebiz/insureAgain/uncommitInsureDetail') const UncommitInsureDetail = () => import('@/views/ebiz/insureAgain/UncommitInsureDetail')
const CommitInsureDetail = () => import('@/views/ebiz/insureAgain/commitInsureDetail') const CommitInsureDetail = () => import('@/views/ebiz/insureAgain/CommitInsureDetail')
const InsureInformation = () => import('@/views/ebiz/insureAgain/insureInformation') const InsureInformation = () => import('@/views/ebiz/insureAgain/InsureInformation')
const ProductInformation = () => import('@/views/ebiz/insureAgain/productInformation') const ProductInformation = () => import('@/views/ebiz/insureAgain/ProductInformation')
const Notification = () => import('@/views/ebiz/insureAgain/notification') const Notification = () => import('@/views/ebiz/insureAgain/Notification')
const SignConfirmation = () => import('@/views/ebiz/insureAgain/signConfirmation') const SignConfirmation = () => import('@/views/ebiz/insureAgain/SignConfirmation')
const InsureAgainPayment = () => import('@/views/ebiz/insureAgain/Payment') const InsureAgainPayment = () => import('@/views/ebiz/insureAgain/Payment')
const PaymentResult = () => import('@/views/ebiz/insureAgain/PaymentResult') const PaymentResult = () => import('@/views/ebiz/insureAgain/PaymentResult')

View File

@@ -87,9 +87,9 @@
<InfoCell label="账户名称">{{accountPersonInfo.accountName}}</InfoCell> <InfoCell label="账户名称">{{accountPersonInfo.accountName}}</InfoCell>
<InfoCell label="开户银行">{{accountPersonInfo.bankName}}</InfoCell> <InfoCell label="开户银行">{{accountPersonInfo.bankName}}</InfoCell>
<InfoCell label="银行账号">{{accountPersonInfo.cardBookCode}}</InfoCell> <InfoCell label="银行账号">{{accountPersonInfo.cardBookCode}}</InfoCell>
</DropdownBox> <van-field lable="人脸识别" name="人脸识别" @click="faceTo" value="人脸识别" />
<van-field @click="faceTo">人脸识别</van-field> <van-field lable="签名" name="签名" value="签名" @click="signTo" />
<van-field @click="signTo">签名</van-field> </DropdownBox>
<van-button type="danger" class="bottom-btn" v-no-more-click="1000" @click="nextStep">下一步</van-button> <van-button type="danger" class="bottom-btn" v-no-more-click="1000" @click="nextStep">下一步</van-button>
<!-- 字段选择 --> <!-- 字段选择 -->
<van-popup v-model="popupShow" position="bottom"> <van-popup v-model="popupShow" position="bottom">
@@ -207,7 +207,7 @@ export default {
* @param {*} * @param {*}
* @return {*} * @return {*}
*/ */
signTo() { async signTo() {
const res = await EWebBridge.webCallAppInJs('ca_sign', signParam) const res = await EWebBridge.webCallAppInJs('ca_sign', signParam)
let signRes = JSON.parse(res) let signRes = JSON.parse(res)
console.log(signRes, '======================signRes=======================') console.log(signRes, '======================signRes=======================')