Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
飞
飞鹤小程序
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
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
FH
飞鹤小程序
Commits
c76959a8
Commit
c76959a8
authored
Jun 16, 2025
by
张九刚
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: 修改二维码长按保存
parent
87fd8829
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
5 deletions
+5
-5
.DS_Store
.DS_Store
+0
-0
Brand.vue
views/Brand.vue
+3
-3
Home.vue
views/Home.vue
+2
-2
No files found.
.DS_Store
View file @
c76959a8
No preview for this file type
views/Brand.vue
View file @
c76959a8
...
...
@@ -110,12 +110,12 @@
<rich-text
class=
"desc"
:nodes=
"this.qrInfoList[this.popupIndex].desc"
>
</rich-text>
<image
@
tap=
"previewImage($baseUrl + this.qrInfoList[this.popupIndex].qrUrl)
"
class=
"qrcode"
:src=
"$baseUrl + this.qrInfoList[this.popupIndex].qrUrl"
></image>
<image
:show-menu-by-longpress=
"true
"
class=
"qrcode"
:src=
"$baseUrl + this.qrInfoList[this.popupIndex].qrUrl"
></image>
<image
@
tap=
"downloadHandler($baseUrl + this.qrInfoList[this.popupIndex].qrUrl)"
class=
"btndownload"
:src=
"$baseUrl + 'homepage/btn_download.png'"
></image>
</view>
<view
v-else
class=
"popup-content"
style=
"height: 899rpx;"
>
<image
@
tap=
"previewImage($baseUrl + 'brandpage/hexiaofei.png')"
class=
"xingmahui"
:src=
"$baseUrl + 'brandpage/hexiaofei.png'"
></image>
<image
class=
"xingmahui"
:src=
"$baseUrl + 'brandpage/hexiaofei.png'"
></image>
<image
class=
"btnclose"
@
tap=
"closePop"
:src=
"$baseUrl + 'homepage/btnclose.png'"
></image>
</view>
</uni-popup>
...
...
@@ -615,7 +615,7 @@ export default {
.infobox {
margin-left: 15rpx;
margin-right: 30rpx;
.infoimg {
width: 500rpx;
height: 400rpx;
...
...
views/Home.vue
View file @
c76959a8
...
...
@@ -119,12 +119,12 @@
<rich-text
class=
"desc"
:nodes=
"this.qrInfoList[this.popupIndex].desc"
>
</rich-text>
<image
@
tap=
"previewImage($baseUrl + this.qrInfoList[this.popupIndex].qrUrl)"
class=
"qrcode"
:src=
"$baseUrl + this.qrInfoList[this.popupIndex].qrUrl"
></image>
<image
:show-menu-by-longpress=
"true"
class=
"qrcode"
:src=
"$baseUrl + this.qrInfoList[this.popupIndex].qrUrl"
></image>
<image
@
tap=
"downloadHandler($baseUrl + this.qrInfoList[this.popupIndex].qrUrl)"
class=
"btndownload"
:src=
"$baseUrl + 'homepage/btn_download.png'"
></image>
</view>
<view
v-else
class=
"popup-content"
style=
"height: 977rpx;"
>
<image
@
tap=
"previewImage($baseUrl + 'homepage/xingmahui.png')"
class=
"xingmahui"
:src=
"$baseUrl + 'homepage/xingmahui.png'"
></image>
<image
class=
"xingmahui"
:src=
"$baseUrl + 'homepage/xingmahui.png'"
></image>
<image
class=
"btnclose"
@
tap=
"closePop"
:src=
"$baseUrl + 'homepage/btnclose.png'"
></image>
</view>
</uni-popup>
...
...
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