Commit a8193369 authored by 刘鑫鹏's avatar 刘鑫鹏

修改了BUG

parent f3354e1d
......@@ -8,9 +8,7 @@
<image :src="item"></image>
</swiper-item>
</swiper>
<swiper circular v-else :indicator-dots="indicatorDots" autoplay="true" interval="3000" duration="500">
<swiper-item v-for="(item,i) in bannerlist ":key="i" >
<image :src="item"></image>
</swiper-item>
......
......@@ -212,26 +212,17 @@
<style lang="scss" scoped>
.head_bg {
width: 100%;
height: 299px;
height: 100%;
position: relative;
overflow-x: hidden;
overflow-y: hidden;
// top: 88rpx;
/* #ifdef APP-PLUS */
top: 88rpx;
top: calc(var(--top-window-height) + 0px);
/* #endif */
-webkit-overflow-scroll:touch;
left: 0;
.home{
position: absolute;
z-index: 2;
margin: 8% 0 0 3%;
}
.avatar {
position: absolute;
z-index: 2;
......
......@@ -126,7 +126,8 @@
total: 0,
signInList: [],
signupexamlist:{},
signuplist:{}
signuplist:{},
str1:null,
}
},
......@@ -185,6 +186,8 @@
getMyActivitySignupByWechatId(wechatId).then(response => {
console.log(response)
this.myActivitylist = [...this.myActivitylist, ...response.rows] || []
this.str1=this.myActivitylist.activityTime.slice('6');
console.log(this.myActivitylist)
this.total = response.total || [];
console.log(this.total)
......
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