| | |
| | | <view>{{detail.real_name}}({{detail.mobile}})</view> |
| | | </view> |
| | | </view> |
| | | <view class="detail-section radius24" v-if="detail.is_verify && detail.activity.status_text.status == 2"> |
| | | <view class="bg-white comment-box p20"> |
| | | <view class="d-b-c"> |
| | | <view class="f28 fb">活动评价</view> |
| | | <view class="f24 theme-price" @click="gotoEvaluate" v-if="!detail.is_comment">去评价</view> |
| | | <view class="f24 gray9" v-else>已评价</view> |
| | | </view> |
| | | </view> |
| | | </view> |
| | | <view class="detail-section radius24"> |
| | | <view class="bg-white detail-info-box" @click="gotoDetail"> |
| | | <view class="pr20"> |
| | |
| | | gotoDetail() { |
| | | this.gotoPage('/pages/branch/activity/detail/detail?activity_id=' + this.detail.activity_id); |
| | | }, |
| | | |
| | | // 跳转到评价页面 |
| | | gotoEvaluate() { |
| | | this.gotoPage('/pages/branch/activity/evaluate/evaluate?order_id=' + this.order_id); |
| | | }, |
| | | |
| | | callPhone(phone){ |
| | | uni.makePhoneCall({ |