芝麻web文件管理V1.00
编辑当前文件:/home/qrafawbu/kwesioben.com/paymoney/public/user/customs/js/dashboard.js
'use strict'; $(document).on('click', '#printQrCodeBtn', function (e) { e.preventDefault(); $(this).prop('href', printQrCodeUrl); window.open(printQrCodeUrl, '_blank'); }); $('.dash-wallet-box').on('click', function(){ location.href = walletRoute; })