
聚合累收款app聚合累收款app是一款可以帮助用户管理收款的手机应用。它可以帮助用户快速查看收款情况,跟踪收款进度,并可以在收款时实时计算收款金额。用户可以根据收款情况进行实时分析,及时发现收款中出现的问题,并可以根据收款情况随时调整收款方案,提高效率。
聚合收付款</a></div>
<div class="link"><a href="" target="_blank">
<span class="icon"><img src="../images/help_cib.jpg"></span>中信银行<br />网上聚合收付款
</a></div>
<div class="link"><a href="" target="_blank">
<span class="icon"><img src="../images/help_cmb.jpg"></span>招商银行<br />动态秘钥收付款
</a></div>
I have used .each() to loop through that but unable to achieve my desire result.
jQuery('.help-center .text .help-block .link').each(function () {
console.log(jQuery(this).find('a').attr('href'));
})
Any help and suggestion would be appreciated.
A:
You can use regex to match the href attribute in the HTML string.
Here's a working example:
var str = `<div class="link"><a href="" target="_blank">
<span
聚合收款码if (codeType == 'aggregatepayment') {
return {
path: 'pages/qrcode/qrcode',
scene: `type=${codeType}&id=${id}&name=${name}`,
width: 430
}
//通用收款码
} else if (codeType == 'payment') {
return {
path: 'pages/qrcode/qrcode',
scene: `type=${codeType}&id=${id}&name=${name}`,
width: 430
}
}
}
客户端开发:
只是个模板,具体根据实际情况定制,具体功能实现需要咨询相关开发者
const QRCode = require('../../utils/weapp-qrcode.js')
Page({
data: {
qrcode: '', // 二维码图片
},
onLoad: function(options) {
//页面加载时获取路由参数
let type = options.type;
let id = options.id;
let name = options.name;
//调用生成二维码方法
this.qrCode(type, id, name);
},
//生成二维码
qrCode: function(type, id, name) {
let qrcode = new QRCode('canvas', {
// usingIn: this,
text: `type=${type}&id