Compare commits
	
		
			2 Commits
		
	
	
		
			8f4c93eee7
			...
			4a983641a4
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 4a983641a4 | |||
| 099ed9798a | 
@ -18,7 +18,7 @@
 | 
			
		||||
						{{item.name}}</view>
 | 
			
		||||
				</view>
 | 
			
		||||
			</view>
 | 
			
		||||
			<view style="height: 100rpx;position: fixed;bottom: 0;width: 100%;background-color: #ffffff;"></view>
 | 
			
		||||
			<view v-if="isOverall==1" style="height: 100rpx;position: fixed;bottom: 0;width: 100%;background-color: #ffffff;"></view>
 | 
			
		||||
			<!-- <span class="badge" v-if="number != 0">
 | 
			
		||||
				<u-badge type="warning " max="99" :value="number"></u-badge>
 | 
			
		||||
			</span> -->
 | 
			
		||||
 | 
			
		||||
@ -117,7 +117,12 @@
 | 
			
		||||
				</view>
 | 
			
		||||
			</view>
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
			<view class="footer flex align-items" style="justify-content: space-between;" v-if="detail.status == 4">
 | 
			
		||||
				<view class="btn_1" style="background-color: #E2E2E2;color: #999999;">报名已结束</view>
 | 
			
		||||
			</view>
 | 
			
		||||
			<view class="footer flex align-items" style="justify-content: space-between;" v-if="detail.status == 5">
 | 
			
		||||
				<view class="btn_1" style="background-color: #E2E2E2;color: #999999;">活动已结束</view>
 | 
			
		||||
			</view>
 | 
			
		||||
			<view class="footer flex align-items" style="justify-content: space-between;" v-if="detail.status == 2">
 | 
			
		||||
				<view class="footer-left">
 | 
			
		||||
					<!-- <view @click="callPhone(detail.user.mobile)">
 | 
			
		||||
 | 
			
		||||
@ -14,7 +14,7 @@
 | 
			
		||||
							<view class="first-image flex align-items" style="margin-top: 25rpx;">
 | 
			
		||||
								<image :src="detailAny.user.avatar" mode=""
 | 
			
		||||
									style="width: 36rpx;height: 36rpx;border-radius:50%;"></image>
 | 
			
		||||
								<text style="color:#9C9C9C;">{{ detailAny.user.nickname }}</text>
 | 
			
		||||
								<text style="color:#9C9C9C;margin-left: 10rpx;">{{ detailAny.user.nickname }}</text>
 | 
			
		||||
								<text style="color:#9C9C9C;margin-left: 20rpx;">{{ detailAny.join_info.people_number
 | 
			
		||||
									}}人玩过</text>
 | 
			
		||||
							</view>
 | 
			
		||||
@ -374,9 +374,9 @@ export default {
 | 
			
		||||
					// 		prevPage.onLoad(prevPage.options)
 | 
			
		||||
					// 	}
 | 
			
		||||
					// });
 | 
			
		||||
					setTimeout(() => {
 | 
			
		||||
						uni.hideLoading();
 | 
			
		||||
					}, 2000)
 | 
			
		||||
					// setTimeout(() => {
 | 
			
		||||
					// 	uni.hideLoading();
 | 
			
		||||
					// }, 2000)
 | 
			
		||||
 | 
			
		||||
				} else {
 | 
			
		||||
					uni.showToast({
 | 
			
		||||
@ -1002,7 +1002,7 @@ export default {
 | 
			
		||||
	width: 690rpx;
 | 
			
		||||
	background: #FFFFFF;
 | 
			
		||||
	padding: 30rpx;
 | 
			
		||||
	border-radius: 18rpx;
 | 
			
		||||
	border-radius: 44rpx;
 | 
			
		||||
	box-sizing: border-box;
 | 
			
		||||
 | 
			
		||||
	.head_img {
 | 
			
		||||
 | 
			
		||||
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							@ -1,5 +1,5 @@
 | 
			
		||||
<template>
 | 
			
		||||
	<view class="box flex justify-center flex-column">
 | 
			
		||||
	<view class="box flex flex-column">
 | 
			
		||||
		<view class="nav">
 | 
			
		||||
			<u-navbar :is-back="true"  :autoBack="true" leftIconColor="#323232"  bgColor="#FFFFFF"> 
 | 
			
		||||
				<!-- <view
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user