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
fc60bea4
Commit
fc60bea4
authored
Apr 18, 2025
by
xinzhedeai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
二维码海报版本文件备份
parent
9ecf8548
Changes
3
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
388 additions
and
0 deletions
+388
-0
erweimabg2480-origin.png
image/code/erweimabg2480-origin.png
+0
-0
_shanghu_detail-poster.html
src/_shanghu_detail-poster.html
+64
-0
_shanghu_detail-poster.js
src/_shanghu_detail-poster.js
+324
-0
No files found.
image/code/erweimabg2480-origin.png
0 → 100644
View file @
fc60bea4
280 KB
src/_shanghu_detail-poster.html
0 → 100644
View file @
fc60bea4
<!DOCTYPE html>
<html>
<head>
<meta
charset=
"UTF-8"
>
<meta
http-equiv=
"X-UA-Compatible"
content=
"IE=edge"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0, user-scalable=no, minimum-scale=1.0, maximum-scale=1.0, viewprot-fit:cover"
>
<title>
高区“码”上
</title>
<script
type=
"text/javascript"
src=
"../sdk/includeHead.js"
></script>
</head>
<div
id=
"app"
>
<div
class=
"wrapper"
v-cloak
>
<!-- 表单内容 -->
<van-cell-group
inset
>
<van-cell-group>
<van-field
label=
"商家名称"
v-model=
"formData.unitName"
:disabled=
"flag=='XQ'"
/>
</van-cell-group>
<van-cell-group>
<van-field
label=
"负责人"
v-model=
"formData.owner"
type=
"tel"
:disabled=
"flag=='XQ'"
/>
</van-cell-group>
<van-cell-group>
<van-field
label=
"电话"
v-model=
"formData.merchantPhone"
type=
"number"
:disabled=
"flag=='XQ'"
/>
</van-cell-group>
<van-cell-group>
<van-field
label=
"地址"
v-model=
"formData.businessAddress"
:disabled=
"flag=='XQ'"
/>
</van-cell-group>
<van-cell-group>
<van-field
label=
"场所类型"
v-model=
"formData.smallPlaceTypeName"
:disabled=
"flag=='XQ'"
/>
</van-cell-group>
<!-- <van-cell-group>
<van-field label="场所类型" v-model="formData.type" placeholder="请选择场所类型" readonly clickable
@click="showTypePicker = true" />
</van-cell-group>
<van-popup v-model:show="showTypePicker" position="bottom">
<van-picker show-toolbar :columns="typeOptions" @confirm="onConfirmType"
@cancel="showTypePicker = false" />
</van-popup>
-->
<van-cell-group>
<van-field
label=
"安全二维码"
:disabled=
"true"
/>
</van-cell-group>
</van-cell-group>
</div>
</div>
<div
class=
"container"
>
<div
class=
"qr-card"
>
<!-- <canvas id="mainCanvas" width="3000" height="4000"></canvas> -->
<!-- 基础调试确认版 -->
<!-- <canvas id="mainCanvas" width="420" height="594"></canvas> -->
<!-- 不晃动rev -->
<!-- <canvas id="mainCanvas" width="375" height="530"></canvas> -->
<canvas
id=
"displayCanvas"
></canvas>
<!-- 页面预览用 -->
</div>
<!-- <button class="save-btn" onclick="saveCanvas()" v-if="canvasReady">保存二维码</button> -->
<button
class=
"save-btn"
onclick=
"saveImage()"
:class=
"{'showEle': true}"
>
保存二维码
</button>
</div>
</body>
</html>
\ No newline at end of file
src/_shanghu_detail-poster.js
0 → 100644
View file @
fc60bea4
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