Commit fdbfa0b2 authored by 罗林杰's avatar 罗林杰

修改活动报名

parent 4dd63ce1
...@@ -10,8 +10,7 @@ ...@@ -10,8 +10,7 @@
</view> </view>
</view> </view>
<view class="act-bottom"> <view class="act-bottom">
<view v-if="activityDetail.isApplication == '1' && isApplication == false" class="act-button" @click="open">报名</view> <view v-if="activityDetail.isApplication == '1'" class="act-button" @click="open">报名</view>
<view v-else-if="activityDetail.isApplication == '1' && isApplication == true" class="act-button" style="background: #999999;">已报名</view>
</view> </view>
</view> </view>
<!-- 报名弹窗 --> <!-- 报名弹窗 -->
...@@ -54,8 +53,9 @@ ...@@ -54,8 +53,9 @@
<!-- </view>--> <!-- </view>-->
<!-- </view>--> <!-- </view>-->
<view class="all-price"> <view class="all-price">
<view v-if="activityDetail.applicationCount != activityDetail.maxApplicationCount" class="all-button" @click="submitorder">确认报名</view> <view v-if="activityDetail.isApplication == '1' && isApplication == true" class="all-button" style="background: #999999;">已报名</view>
<view v-else class="all-button" style="background: #999999;" >报名人数已满</view> <view v-else-if="activityDetail.applicationCount != activityDetail.maxApplicationCount" class="all-button" @click="submitorder">确认报名</view>
<view v-else-if="activityDetail.applicationCount == activityDetail.maxApplicationCount" class="all-button" style="background: #999999;" >报名人数已满</view>
</view> </view>
</view> </view>
</u-popup> </u-popup>
......
...@@ -94,7 +94,7 @@ ...@@ -94,7 +94,7 @@
<view class="safe-bottom"> <view class="safe-bottom">
<!-- 动态图片--> <!-- 动态图片-->
<view class="card" style="height: auto;" <view class="card" style="height: auto;"
v-if="(articleUrl !== null && articleUrl.length) || userData.articleContent !== null"> v-if="(articleUrl !== null && articleUrl.length) || articleContent !== null">
<view class="content"> <view class="content">
<view class="have_image_two"> <view class="have_image_two">
<view class="have_image_title"> <view class="have_image_title">
...@@ -247,6 +247,7 @@ ...@@ -247,6 +247,7 @@
likeUrl:'', likeUrl:'',
showAnima: false, showAnima: false,
showArrowDown: true, showArrowDown: true,
articleContent:'',
isInit: true, isInit: true,
showTabbar: true, showTabbar: true,
tipMsg: '', tipMsg: '',
...@@ -358,9 +359,11 @@ ...@@ -358,9 +359,11 @@
} }
}) })
}) })
this.userData.articleContent = list[0].content
} }
} }
console.log('111111111111111',list[0].content)
this.userData.articleContent = list[0].content
console.log('222222222222',this.userData.articleContent)
}) })
//处理地址 //处理地址
if (res.data.data.memResidenceProvince !== '' && res.data.data.memResidenceProvince !== null && res.data.data.memResidenceCity !== '' && res.data.data.memResidenceCity !== null){ if (res.data.data.memResidenceProvince !== '' && res.data.data.memResidenceProvince !== null && res.data.data.memResidenceCity !== '' && res.data.data.memResidenceCity !== null){
......
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