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
27190ac4
Commit
27190ac4
authored
Jun 12, 2025
by
张九刚
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'feature/20250529home' into 'dev'
Feature/20250529home See merge request sparkprojects/20250528_FHQ1!33
parents
12a140b8
924a5637
Changes
3
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
476 additions
and
3 deletions
+476
-3
brandtest.js
mock/brandtest.js
+465
-0
product.vue
pages/product/product.vue
+4
-0
Home.vue
views/Home.vue
+7
-3
No files found.
mock/brandtest.js
0 → 100644
View file @
27190ac4
This diff is collapsed.
Click to expand it.
pages/product/product.vue
View file @
27190ac4
...
...
@@ -81,6 +81,10 @@ export default {
.productimg {
width: 750rpx;
vertical-align: top;
margin: 0;
padding: 0;
border: none;
margin-top: -1rpx;
}
.btnbox {
...
...
views/Home.vue
View file @
27190ac4
...
...
@@ -204,8 +204,12 @@ export default {
},
methods
:
{
async
initHomeInfo
()
{
try
{
await
this
.
homeStore
.
loadHomeInfo
();
}
catch
(
e
){
console
.
log
(
'loadHomeInfo error'
,
e
);
}
const
{
data
}
=
await
fetchHomeJSON
();
if
(
data
)
{
...
...
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