基于alipay用到的
生活随笔
收集整理的這篇文章主要介紹了
基于alipay用到的
小編覺得挺不錯的,現(xiàn)在分享給大家,幫大家做個參考.
1.在map。js里面新增路由組件
// 個人信息 import PersonMsg from '@/PersonMsg/PersonMsg' import Risk from '@/Risk/Risk'export default [{{path: '/personMsg',component: PersonMsg }, {path: '/Risk',component: Risk }跳轉(zhuǎn)到下一個頁面
news.vue
this.$router.push('news/idverify') (當(dāng)前頁面/要跳轉(zhuǎn)的頁面)map.js
{path: 'center/news/idverify', path:父頁面/父頁面/路由組件component: IdVerify },?
?
2.拼接字符串(密碼)
data () {return {pwd1: '',pwd2: '',pwd3: '',pwd4: '',pwd5: '',pwd6: '',accountNo: '',isShow: false,passwords: ''}} const passwords = `${that.pwd1}`const { accountNo, $router } = thiswindow.Alipay.JSBridge.call('rpc', {operationType: 'com.ifp.bzs.flow.server.authenticationPasswordAction',requestData: [{accountNo,password: passwords}],headers: {}}, function (res) {if (res.dataMap.returnCode === ERR_OK) {if (res.dataMap.isBind === '1') {that.show()$router.push('PersonMsg')}}})?input銀行卡四位一個空格
<input type="text" placeholder="請輸入卡號信息" οnkeyup="this.value=this.value.replace(/\D/g,'').replace(/....(?!$)/g,'$& ')" maxlength ="19" v-model="value"/>?手機(jī)號碼中間隱藏,顯示兩端
第一種:
<p>{{msg.slice(0, 3)}}******{{msg.slice(-4)}}</p>第二種:使用filters過濾器 filters: {sum (str) {let start = str.slice(0, 3)let end = str.slice(-4)return `${start}******${end}`}},
?
轉(zhuǎn)載于:https://www.cnblogs.com/summerXll/p/7647049.html
《新程序員》:云原生和全面數(shù)字化實(shí)踐50位技術(shù)專家共同創(chuàng)作,文字、視頻、音頻交互閱讀總結(jié)
以上是生活随笔為你收集整理的基于alipay用到的的全部內(nèi)容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 事件冒泡
- 下一篇: 如何开启mysql5.5的客户端服务 命