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
73e26871
Commit
73e26871
authored
Jun 27, 2025
by
spc
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
friendCirclePage update
parent
8a4c26a9
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
25 additions
and
8 deletions
+25
-8
WxFriendCircleSimplePage.vue
components/WxFriendCircleSimplePage.vue
+11
-1
goodsDetail.vue
pages/goodsDetail/goodsDetail.vue
+9
-2
rightsDetail.vue
pages/rightsDetail/rightsDetail.vue
+5
-5
No files found.
components/WxFriendCircleSimplePage.vue
View file @
73e26871
<
template
>
<view
class=
"Layer-wx-friend-circle-simple-page"
>
<image
class=
"bg"
:src=
"$baseUrl + 'wxFriendCircleSimplePage/wxFriendCircleBg.png'"
></image>
<image
class=
"bg"
:src=
"$baseUrl + 'wxFriendCircleSimplePage/wxFriendCircleBg3.png'"
></image>
<image
class=
"icon"
:src=
"$baseUrl + 'wxFriendCircleSimplePage/wxFriendCircleIcon3.png'"
></image>
<image
class=
"btn"
:src=
"$baseUrl + 'wxFriendCircleSimplePage/wxFriendCircleBtn.png'"
></image>
</view>
</
template
>
...
...
@@ -23,6 +24,15 @@
top: 0rpx;
position: absolute;
}
.icon{
width: 184rpx;
height: 66rpx;
left: 0;
right: 0;
top: 220rpx;
margin: auto;
position: absolute;
}
.btn{
width: 360rpx;
height: 94rpx;
...
...
pages/goodsDetail/goodsDetail.vue
View file @
73e26871
...
...
@@ -11,7 +11,8 @@
<view
class=
"button-group"
>
<image
class=
"rights-btn"
:src=
"$baseUrl + rightsBtn"
@
click=
"handleGoToRights"
>
</image>
<button
class=
"share-btn"
:src=
"$baseUrl + shareBtn"
open-type=
"share"
>
<button
class=
"share-btn"
:src=
"$baseUrl + shareBtn"
style=
"background: none; border: none; padding: 0;"
open-type=
"share"
>
<image
class=
"share-btn-img"
:src=
"$baseUrl + shareBtn"
/>
</button>
</view>
...
...
@@ -125,7 +126,7 @@ export default {
.fixed-bottom
{
position
:
fixed
;
bottom
:
0
;
bottom
:
75rpx
;
left
:
0
;
right
:
0
;
padding
:
20rpx
30rpx
;
...
...
@@ -146,6 +147,12 @@ export default {
background
:
transparent
;
border
:
none
;
padding
:
0
;
}
.
share-btn
:
:
after
{
border
:
none
!
important
;
}
.share-btn-img
{
...
...
pages/rightsDetail/rightsDetail.vue
View file @
73e26871
...
...
@@ -9,7 +9,7 @@
<!-- 固定底部按钮区域 -->
<view
class=
"fixed-bottom"
>
<view
class=
"button-group"
>
<button
class=
"share-btn"
open-type=
"share"
>
<button
class=
"share-btn"
open-type=
"share"
style=
"background: none; border: none; padding: 0;"
>
<image
class=
"share-btn-img"
:src=
"$baseUrl + rightsShareBtn"
/>
</button>
</view>
...
...
@@ -126,7 +126,7 @@ export default {
.fixed-bottom
{
position
:
fixed
;
bottom
:
0
;
bottom
:
75rpx
;
left
:
0
;
right
:
0
;
padding
:
20rpx
30rpx
;
...
...
@@ -153,10 +153,10 @@ export default {
align-items
:
center
;
justify-content
:
center
;
background
:
transparent
;
border
:
none
;
padding
:
0
;
}
.
share-btn
:
:
after
{
border
:
none
!
important
;
}
.share-btn-img
{
width
:
100%
;
height
:
100%
;
...
...
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