记得上下班打卡 | git大法好,push需谨慎
Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
liquidnet-bus-v1
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
董敬伟
liquidnet-bus-v1
Commits
2d247369
Commit
2d247369
authored
Oct 10, 2022
by
xuchen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改小家伙
parent
bb9ad915
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
list.html
...ain/resources/templates/zhengzai/smile/userList/list.html
+2
-3
No files found.
liquidnet-bus-client/liquidnet-client-admin/liquidnet-client-admin-web/src/main/resources/templates/zhengzai/smile/userList/list.html
View file @
2d247369
...
...
@@ -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
,()
=>
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment