Commit 27190ac4 authored by 张九刚's avatar 张九刚

Merge branch 'feature/20250529home' into 'dev'

Feature/20250529home

See merge request sparkprojects/20250528_FHQ1!33
parents 12a140b8 924a5637
This diff is collapsed.
...@@ -81,6 +81,10 @@ export default { ...@@ -81,6 +81,10 @@ export default {
.productimg { .productimg {
width: 750rpx; width: 750rpx;
vertical-align: top; vertical-align: top;
margin: 0;
padding: 0;
border: none;
margin-top: -1rpx;
} }
.btnbox { .btnbox {
......
...@@ -204,9 +204,13 @@ export default { ...@@ -204,9 +204,13 @@ export default {
}, },
methods: { methods: {
async initHomeInfo() { async initHomeInfo() {
try{
await this.homeStore.loadHomeInfo();
await this.homeStore.loadHomeInfo();
}catch(e){
console.log('loadHomeInfo error',e);
}
const { data } = await fetchHomeJSON(); const { data } = await fetchHomeJSON();
if (data) { if (data) {
this.swiperList = data.swiperList; this.swiperList = data.swiperList;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment