日韩性视频-久久久蜜桃-www中文字幕-在线中文字幕av-亚洲欧美一区二区三区四区-撸久久-香蕉视频一区-久久无码精品丰满人妻-国产高潮av-激情福利社-日韩av网址大全-国产精品久久999-日本五十路在线-性欧美在线-久久99精品波多结衣一区-男女午夜免费视频-黑人极品ⅴideos精品欧美棵-人人妻人人澡人人爽精品欧美一区-日韩一区在线看-欧美a级在线免费观看

歡迎訪問 生活随笔!

生活随笔

當(dāng)前位置: 首頁 > 编程资源 > 编程问答 >内容正文

编程问答

基于alipay用到的

發(fā)布時間:2025/7/14 编程问答 21 豆豆
生活随笔 收集整理的這篇文章主要介紹了 基于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ù)字化實踐50位技術(shù)專家共同創(chuàng)作,文字、視頻、音頻交互閱讀

總結(jié)

以上是生活随笔為你收集整理的基于alipay用到的的全部內(nèi)容,希望文章能夠幫你解決所遇到的問題。

如果覺得生活随笔網(wǎng)站內(nèi)容還不錯,歡迎將生活随笔推薦給好友。