This commit is contained in:
SelfRidicule 2024-03-15 14:15:03 +08:00
parent fa4ee7faf1
commit 2a5aa8bdc8

View File

@ -156,7 +156,9 @@ Page({
userDetail: {}, userDetail: {},
}, },
onLoad() { onLoad(options) {
console.log('onLoad options' , options);
let _this = this; let _this = this;
// 轮播图 // 轮播图
visitorCarouselRq().then(res => { visitorCarouselRq().then(res => {