|  | @@ -83,7 +83,7 @@
 | 
	
		
			
				|  |  |  			</view>
 | 
	
		
			
				|  |  |  			<view class="content_tuiguang">
 | 
	
		
			
				|  |  |  				<view class="content_tuiguang_city">
 | 
	
		
			
				|  |  | -					<text class="city_num">{{userInfo.taskCount}}个</text>
 | 
	
		
			
				|  |  | +					<text class="city_num">{{userInfo.taskCount||0}}个</text>
 | 
	
		
			
				|  |  |  					<text class="city_num_desc">推广任务</text>
 | 
	
		
			
				|  |  |  					<view class="city_list">
 | 
	
		
			
				|  |  |  						<text class="city_name">城市</text>
 | 
	
	
		
			
				|  | @@ -93,7 +93,7 @@
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  				</view>
 | 
	
		
			
				|  |  |  				<view class="content_tuiguang_money">
 | 
	
		
			
				|  |  | -					<text class="money_num">¥{{userInfo.surplusTaskAmount}}</text>
 | 
	
		
			
				|  |  | +					<text class="money_num">¥{{userInfo.surplusTaskAmount||0}}</text>
 | 
	
		
			
				|  |  |  					<text class="money_num_des">剩余任务金额</text>
 | 
	
		
			
				|  |  |  					<view class="money_list">
 | 
	
		
			
				|  |  |  						<text class="money_name">类型</text>
 | 
	
	
		
			
				|  | @@ -142,7 +142,7 @@
 | 
	
		
			
				|  |  |  						</view>
 | 
	
		
			
				|  |  |  						<text class="house_desc">{{item.shareRemark}}</text>
 | 
	
		
			
				|  |  |  					</view>
 | 
	
		
			
				|  |  | -					<view class="item_share">
 | 
	
		
			
				|  |  | +					<view class="item_share" @click="toShareCard">
 | 
	
		
			
				|  |  |  						<image class="icon_share" src="https://dm.static.elab-plus.com/yezhu/icon_small_share.png"
 | 
	
		
			
				|  |  |  							mode=""></image>
 | 
	
		
			
				|  |  |  						<text class="icon_text">分享</text>
 | 
	
	
		
			
				|  | @@ -285,7 +285,7 @@
 | 
	
		
			
				|  |  |  				})
 | 
	
		
			
				|  |  |  				if (ret.data.success) {
 | 
	
		
			
				|  |  |  				   let single = ret.data.single||null;//:0待审核1通过2拒绝
 | 
	
		
			
				|  |  | -					if(single){
 | 
	
		
			
				|  |  | +					if(single.approvalStatus==0||single.approvalStatus==1){
 | 
	
		
			
				|  |  |  						uni.navigateTo({
 | 
	
		
			
				|  |  |  							url: '../certificationResultPage/certificationResultPage'
 | 
	
		
			
				|  |  |  						})
 | 
	
	
		
			
				|  | @@ -307,6 +307,11 @@
 | 
	
		
			
				|  |  |  					this.clickCount--;
 | 
	
		
			
				|  |  |  				}
 | 
	
		
			
				|  |  |  			},
 | 
	
		
			
				|  |  | +			toShareCard(){
 | 
	
		
			
				|  |  | +				uni.navigateTo({
 | 
	
		
			
				|  |  | +					url:'../shareCardPage/shareCardPage'
 | 
	
		
			
				|  |  | +				})
 | 
	
		
			
				|  |  | +			}
 | 
	
		
			
				|  |  |  		},
 | 
	
		
			
				|  |  |  		components: {
 | 
	
		
			
				|  |  |  			levelView
 |