摘要: /** * 渠道编码 */ export default function channelcode () { if (navigator.userAgent.toLowerCase().indexOf("alipay") != -1) { const channelcode = 'Alipay' r 阅读全文
posted @ 2020-05-21 09:42 拈花醉 阅读(1236) 评论(0) 推荐(0)