Skip to content

Commit

Permalink
Update script.js
Browse files Browse the repository at this point in the history
添加支付宝连接说明
  • Loading branch information
Kaiyuan committed Jul 23, 2019
1 parent 8f79f81 commit 3e966ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drinks/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ $('#paypal-donate>a').href = PayPalLink;
$('#github-box>a').href = GithubLink;
var qrcodes = {
'btc_donate' : '../simple/images/BTCQR.png', // 二维码路径
'alipay_donate' : '../simple/images/AliPayQR.png',
'alipay_donate_link' : 'https://qr.alipay.com/3272611934645308', // 支付宝二维码上的链接
'alipay_donate' : '../simple/images/AliPayQR.png', // 支付宝二维码
'alipay_donate_link' : 'https://qr.alipay.com/3272611934645308', // 支付宝二维码上的链接,必须换成自己的连接!!!
'wechat_donate' : '../simple/images/WeChanSQ.png'
};

Expand Down

0 comments on commit 3e966ca

Please sign in to comment.