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 {
.productimg {
width: 750rpx;
vertical-align: top;
margin: 0;
padding: 0;
border: none;
margin-top: -1rpx;
}
.btnbox {
......
......@@ -204,9 +204,13 @@ export default {
},
methods: {
async initHomeInfo() {
await this.homeStore.loadHomeInfo();
try{
await this.homeStore.loadHomeInfo();
}catch(e){
console.log('loadHomeInfo error',e);
}
const { data } = await fetchHomeJSON();
if (data) {
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