Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
GaoQuYingJiH5-ASD
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
xinzhedeai
GaoQuYingJiH5-ASD
Commits
7719368e
Commit
7719368e
authored
Apr 17, 2025
by
xinzhedeai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add 商户详情:二维码海报(高清)
parent
1e204885
Changes
4
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
239 additions
and
113 deletions
+239
-113
erweimabg.png
image/code/erweimabg.png
+0
-0
_shanghu_detail.css
src/_shanghu_detail.css
+5
-0
_shanghu_detail.html
src/_shanghu_detail.html
+7
-2
_shanghu_detail.js
src/_shanghu_detail.js
+227
-111
No files found.
image/code/erweimabg.png
View replaced file @
1e204885
View file @
7719368e
527 KB
|
W:
|
H:
280 KB
|
W:
|
H:
2-up
Swipe
Onion skin
src/_shanghu_detail.css
View file @
7719368e
...
@@ -42,3 +42,8 @@
...
@@ -42,3 +42,8 @@
cursor
:
pointer
;
cursor
:
pointer
;
margin-bottom
:
.4rem
;
margin-bottom
:
.4rem
;
}
}
.hideEle
{
/* visibility: hidden; */
display
:
none
;
}
\ No newline at end of file
src/_shanghu_detail.html
View file @
7719368e
...
@@ -48,11 +48,16 @@
...
@@ -48,11 +48,16 @@
<div
class=
"qr-card"
>
<div
class=
"qr-card"
>
<!-- <canvas id="mainCanvas" width="3000" height="4000"></canvas> -->
<!-- <canvas id="mainCanvas" width="3000" height="4000"></canvas> -->
<!-- 基础调试确认版 -->
<!-- 基础调试确认版 -->
<
canvas
id=
"mainCanvas"
width=
"420"
height=
"594"
></canvas
>
<
!-- <canvas id="mainCanvas" width="420" height="594"></canvas> --
>
<!-- 不晃动rev -->
<!-- 不晃动rev -->
<!-- <canvas id="mainCanvas" width="375" height="530"></canvas> -->
<!-- <canvas id="mainCanvas" width="375" height="530"></canvas> -->
<canvas
id=
"displayCanvas"
></canvas>
<!-- 页面预览用 -->
</div>
</div>
<button
class=
"save-btn"
onclick=
"saveCanvas()"
v-if=
"canvasReady"
>
保存二维码
</button>
<!-- <button class="save-btn" onclick="saveCanvas()" v-if="canvasReady">保存二维码</button> -->
<button
class=
"save-btn"
onclick=
"saveImage()"
:class=
"{'showEle': true}"
>
保存二维码
</button>
</div>
</div>
</body>
</body>
...
...
src/_shanghu_detail.js
View file @
7719368e
This diff is collapsed.
Click to expand it.
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