mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-09 14:36:43 +08:00
人脸识别 签名 路由修改
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
const InsureAgain = () => import('@/views/ebiz/insureAgain')
|
||||
const UncommitInsureDetail = () => import('@/views/ebiz/insureAgain/uncommitInsureDetail')
|
||||
const CommitInsureDetail = () => import('@/views/ebiz/insureAgain/commitInsureDetail')
|
||||
const InsureInformation = () => import('@/views/ebiz/insureAgain/insureInformation')
|
||||
const ProductInformation = () => import('@/views/ebiz/insureAgain/productInformation')
|
||||
const Notification = () => import('@/views/ebiz/insureAgain/notification')
|
||||
const SignConfirmation = () => import('@/views/ebiz/insureAgain/signConfirmation')
|
||||
const UncommitInsureDetail = () => import('@/views/ebiz/insureAgain/UncommitInsureDetail')
|
||||
const CommitInsureDetail = () => import('@/views/ebiz/insureAgain/CommitInsureDetail')
|
||||
const InsureInformation = () => import('@/views/ebiz/insureAgain/InsureInformation')
|
||||
const ProductInformation = () => import('@/views/ebiz/insureAgain/ProductInformation')
|
||||
const Notification = () => import('@/views/ebiz/insureAgain/Notification')
|
||||
const SignConfirmation = () => import('@/views/ebiz/insureAgain/SignConfirmation')
|
||||
const InsureAgainPayment = () => import('@/views/ebiz/insureAgain/Payment')
|
||||
const PaymentResult = () => import('@/views/ebiz/insureAgain/PaymentResult')
|
||||
|
||||
|
||||
@@ -87,9 +87,9 @@
|
||||
<InfoCell label="账户名称">{{accountPersonInfo.accountName}}</InfoCell>
|
||||
<InfoCell label="开户银行">{{accountPersonInfo.bankName}}</InfoCell>
|
||||
<InfoCell label="银行账号">{{accountPersonInfo.cardBookCode}}</InfoCell>
|
||||
</DropdownBox>
|
||||
<van-field @click="faceTo">人脸识别</van-field>
|
||||
<van-field @click="signTo">签名</van-field>
|
||||
<van-field lable="人脸识别" name="人脸识别" @click="faceTo" value="人脸识别" />
|
||||
<van-field lable="签名" name="签名" value="签名" @click="signTo" />
|
||||
</DropdownBox>
|
||||
<van-button type="danger" class="bottom-btn" v-no-more-click="1000" @click="nextStep">下一步</van-button>
|
||||
<!-- 字段选择 -->
|
||||
<van-popup v-model="popupShow" position="bottom">
|
||||
@@ -207,7 +207,7 @@ export default {
|
||||
* @param {*}
|
||||
* @return {*}
|
||||
*/
|
||||
signTo() {
|
||||
async signTo() {
|
||||
const res = await EWebBridge.webCallAppInJs('ca_sign', signParam)
|
||||
let signRes = JSON.parse(res)
|
||||
console.log(signRes, '======================signRes=======================')
|
||||
|
||||
Reference in New Issue
Block a user