Commit bc2d734f authored by 王宝峰's avatar 王宝峰

Merge branch 'dev' of http://gitlab.91isoft.com:90/wyf/tjty-app into dev

parents ad93ccbe 43fed0e7
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
<view class="font-body"> <view class="font-body">
<!-- <view class="activity_title">活动名称:<text>{{activityObject.activityName}}</text></view> --> <!-- <view class="activity_title">活动名称:<text>{{activityObject.activityName}}</text></view> -->
<view class="activity_detail_Name"> <view class="activity_detail_Name">
<view style="padding: 2% 4%;">{{activityObject.activityName |ellipsis}}</view> <view style="padding: 2% 4%;white-space:pre-wrap">{{activityObject.activityName |ellipsis}}</view>
</view> </view>
<view style="margin-top: -70rpx;"> <view style="margin-top: -70rpx;">
<view class="activity_font"> <view class="activity_font">
......
...@@ -8,9 +8,7 @@ ...@@ -8,9 +8,7 @@
<image :src="item"></image> <image :src="item"></image>
</swiper-item> </swiper-item>
</swiper> </swiper>
<swiper circular v-else :indicator-dots="indicatorDots" autoplay="true" interval="3000" duration="500"> <swiper circular v-else :indicator-dots="indicatorDots" autoplay="true" interval="3000" duration="500">
<swiper-item v-for="(item,i) in bannerlist ":key="i" > <swiper-item v-for="(item,i) in bannerlist ":key="i" >
<image :src="item"></image> <image :src="item"></image>
</swiper-item> </swiper-item>
......
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
<image class="image-status" src="../../static/oper-icon/content_tag_jinxingzhong@2x.png" <image class="image-status" src="../../static/oper-icon/content_tag_jinxingzhong@2x.png"
v-else-if="activityInfo.activityStatus=='1'"></image> v-else-if="activityInfo.activityStatus=='1'"></image>
<image v-else class="image-status" src="../../static/oper-icon/content_tag_yijieshu@2x.png"></image> <image v-else class="image-status" src="../../static/oper-icon/content_tag_yijieshu@2x.png"></image>
<view class="activity_title"><view style="padding: 2% 4%;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;">{{activityInfo.activityName}}</view></view> <view class="activity_title"><view style="padding: 2% 4%;overflow: hidden;text-overflow: ellipsis;white-space: pre-wrap;">{{activityInfo.activityName}}</view></view>
</view> </view>
<view class="info"> <view class="info">
<view class="item" style="height: 75rpx;display: flex;justify-content: space-between;" v-if="activityInfo.signupTime"> <view class="item" style="height: 75rpx;display: flex;justify-content: space-between;" v-if="activityInfo.signupTime">
......
...@@ -212,26 +212,17 @@ ...@@ -212,26 +212,17 @@
<style lang="scss" scoped> <style lang="scss" scoped>
.head_bg { .head_bg {
width: 100%; width: 100%;
height: 299px; height: 100%;
position: relative; position: relative;
overflow-x: hidden; overflow-x: hidden;
overflow-y: hidden; overflow-y: hidden;
top: 88rpx;
// top: 88rpx;
/* #ifdef APP-PLUS */
top: calc(var(--top-window-height) + 0px); top: calc(var(--top-window-height) + 0px);
/* #endif */
-webkit-overflow-scroll:touch;
left: 0;
.home{ .home{
position: absolute; position: absolute;
z-index: 2; z-index: 2;
margin: 8% 0 0 3%; margin: 8% 0 0 3%;
} }
.avatar { .avatar {
position: absolute; position: absolute;
z-index: 2; z-index: 2;
......
...@@ -126,7 +126,8 @@ ...@@ -126,7 +126,8 @@
total: 0, total: 0,
signInList: [], signInList: [],
signupexamlist:{}, signupexamlist:{},
signuplist:{} signuplist:{},
str1:null,
} }
}, },
...@@ -185,6 +186,8 @@ ...@@ -185,6 +186,8 @@
getMyActivitySignupByWechatId(wechatId).then(response => { getMyActivitySignupByWechatId(wechatId).then(response => {
console.log(response) console.log(response)
this.myActivitylist = [...this.myActivitylist, ...response.rows] || [] this.myActivitylist = [...this.myActivitylist, ...response.rows] || []
this.str1=this.myActivitylist.activityTime.slice('6');
console.log(this.myActivitylist) console.log(this.myActivitylist)
this.total = response.total || []; this.total = response.total || [];
console.log(this.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