|  | @@ -36,7 +36,7 @@
 | 
	
		
			
				|  |  |  			<view class="numberData">
 | 
	
		
			
				|  |  |  				<view @click="toHref('/pagesHouse/Mine/ordersList/index?typeTxt=待付款')">
 | 
	
		
			
				|  |  |  					<text>{{merchantType==10?info.unPayNum:info.todayObligationOrders}}</text>
 | 
	
		
			
				|  |  | -					<text>待付款</text>
 | 
	
		
			
				|  |  | +					<text>待支付</text>
 | 
	
		
			
				|  |  |  				</view>
 | 
	
		
			
				|  |  |  				<view @click="toHref('/pagesHouse/Mine/ordersList/index?typeTxt=待使用')">
 | 
	
		
			
				|  |  |  					<text>{{merchantType==10?info.unUseNum:info.todayPendingOrders||0}}</text>
 |