|  | @@ -12,7 +12,7 @@
 | 
	
		
			
				|  |  |                <rich-text v-if="item.name?.indexOf('style') !== -1" class="job-name" :nodes="item.name"></rich-text>
 | 
	
		
			
				|  |  |                <view v-else class="job-name">{{ formatName(item.name) }}</view>
 | 
	
		
			
				|  |  |              </view>
 | 
	
		
			
				|  |  | -            <image v-if="item.top && tab === 1" src="/static/svg/topUp.svg" class="TopUpSvg ss-m-r-10" @tap.stop="topUpSvgClick(item)"></image>
 | 
	
		
			
				|  |  | +            <image v-if="item.top && tab === 1" src="/static/svg/topUp.svg" class="TopUpSvg"></image>
 | 
	
		
			
				|  |  |            </view>
 | 
	
		
			
				|  |  |            <!-- 职位类型 -->
 | 
	
		
			
				|  |  |            <view class="font-size-13 ellipsis ss-m-5" style="color: #808080;">
 | 
	
	
		
			
				|  | @@ -64,7 +64,7 @@
 | 
	
		
			
				|  |  |        ></uni-popup-dialog>
 | 
	
		
			
				|  |  |      </uni-popup>
 | 
	
		
			
				|  |  |      <!-- 支付 -->
 | 
	
		
			
				|  |  | -    <payPopup v-if="props.payable" ref="payRef" amount="123" @paySuccess="paySuccess"></payPopup>
 | 
	
		
			
				|  |  | +    <payPopup v-if="props.payable" ref="payRef" @paySuccess="paySuccess"></payPopup>
 | 
	
		
			
				|  |  |    </view>
 | 
	
		
			
				|  |  |  </template>
 | 
	
		
			
				|  |  |  
 | 
	
	
		
			
				|  | @@ -209,7 +209,7 @@ const handleToResume = (val) => {
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  const paySuccess = () => {
 | 
	
		
			
				|  |  |    emit('refresh', true)
 | 
	
		
			
				|  |  | -  setTimeout(() => { uni.showToast({ title: '发布成功', icon: 'success' }) }, 1000)
 | 
	
		
			
				|  |  | +  setTimeout(() => { uni.showToast({ title: '发布成功', icon: 'success', duration: 2000 }) }, 1000)
 | 
	
		
			
				|  |  |  }
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  </script>
 | 
	
	
		
			
				|  | @@ -300,6 +300,7 @@ const paySuccess = () => {
 | 
	
		
			
				|  |  |  }
 | 
	
		
			
				|  |  |  .mList {
 | 
	
		
			
				|  |  |    margin-bottom: 20rpx;
 | 
	
		
			
				|  |  | +  position: relative;
 | 
	
		
			
				|  |  |  }
 | 
	
		
			
				|  |  |  /* 列表触底暂无更多 */
 | 
	
		
			
				|  |  |  .noMore{ text-align:center; color:grey; }
 | 
	
	
		
			
				|  | @@ -355,6 +356,10 @@ const paySuccess = () => {
 | 
	
		
			
				|  |  |  	}
 | 
	
		
			
				|  |  |  }
 | 
	
		
			
				|  |  |  .TopUpSvg {
 | 
	
		
			
				|  |  | -  width: 25px; height: 25px; color: #FB8C00;
 | 
	
		
			
				|  |  | +  width: 45px;
 | 
	
		
			
				|  |  | +  height: 45px;
 | 
	
		
			
				|  |  | +  position: absolute;
 | 
	
		
			
				|  |  | +  top: -3px;
 | 
	
		
			
				|  |  | +  right: -4px;
 | 
	
		
			
				|  |  |  }
 | 
	
		
			
				|  |  |  </style>
 |