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
d4f93304
Commit
d4f93304
authored
Sep 05, 2025
by
spc
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' into 20250901_915Act
parents
8987ee20
12f1986a
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
9 deletions
+9
-9
product.vue
pages/product/product.vue
+7
-7
Integral.vue
views/Integral.vue
+1
-1
My.vue
views/My.vue
+1
-1
No files found.
pages/product/product.vue
View file @
d4f93304
...
...
@@ -107,13 +107,13 @@ export default {
});
},
},
//
onShareAppMessage() {
//
return {
//
title: this.shareTitle,
//
path: '/pages/product/product?productId=' + this.productId + '&skuId=' + this.skuId + '&contentImg=' + this.contentImg + '&contentImgLen=' + this.contentImgLen + '&shareTitle=' + this.shareTitle + '&shareImg=' + this.shareImg + '&tabName=' + this.tabName+'&title=' + this.title,
//
imageUrl: this.shareImg
//
}
//
},
onShareAppMessage
()
{
return
{
title
:
this
.
shareTitle
,
path
:
'/pages/product/product?productId='
+
this
.
productId
+
'&skuId='
+
this
.
skuId
+
'&contentImg='
+
this
.
contentImg
+
'&contentImgLen='
+
this
.
contentImgLen
+
'&shareTitle='
+
this
.
shareTitle
+
'&shareImg='
+
this
.
shareImg
+
'&tabName='
+
this
.
tabName
+
'&title='
+
this
.
title
,
imageUrl
:
this
.
shareImg
}
},
}
</
script
>
...
...
views/Integral.vue
View file @
d4f93304
...
...
@@ -3009,7 +3009,7 @@ import ShengriliTipPanel from '../components/quanyi/shengriliTipPanel.vue';
.vip-active-img {
width: 100%;
height: 100%;
// border-radius: 16
rpx;
border-radius: 32
rpx;
}
}
...
...
views/My.vue
View file @
d4f93304
...
...
@@ -955,7 +955,7 @@ defineExpose({});
.vip-active-img {
width: 100%;
height: 100%;
// border-radius: 16
rpx;
border-radius: 32
rpx;
}
}
}
...
...
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