记得上下班打卡 | git大法好,push需谨慎

Commit 2d247369 authored by xuchen's avatar xuchen

修改小家伙

parent bb9ad915
......@@ -237,8 +237,7 @@
}else if(window.location.hostname.indexOf('test') !== -1){
hostname = 'https://testm.zhengzai.tv'
}else{
//TODO 上线需要改成正式环境
hostname = 'https://testm.zhengzai.tv'
hostname = 'https://m.zhengzai.tv'
}
uid = id
$.ajax({
......@@ -256,7 +255,7 @@
let qrCode = `<div style="height:300px;display: flex;flex-direction: column;justify-content: space-around;align-items: center;">
<p style="width: 100%;text-align: center;">查看二维码</p>
<img src="https://api.qrserver.com/v1/create-qr-code?data=${hostname}/%23/ticket/detail?id=${perId}%26agentId=${uid}" style="width: 200px;height: 200px;">
<p>地址链接:'https://api.qrserver.com/v1/create-qr-code?data=${hostname}/#/ticket/detail?id=${perId}&agentId=${uid}'</p>
<p>地址链接:${hostname}/#/ticket/detail?id=${perId}&agentId=${uid}</p>
<p>演出名称:${title}</p>
</div>`
$.modal.confirm(qrCode,() =>{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment