Merge pull request 'order 8.13' (#171) from zhy into master
Reviewed-on: http://git.luyuan.tk/luyuan/deming/pulls/171
This commit is contained in:
		
						commit
						8e94b1b5f1
					
				@ -38,10 +38,10 @@ export default {
 | 
			
		||||
				name: '试穿试送'
 | 
			
		||||
			},{
 | 
			
		||||
				name: '拼团中'
 | 
			
		||||
			}, {
 | 
			
		||||
				name: '售后'
 | 
			
		||||
			}, {
 | 
			
		||||
				name: '待评价'
 | 
			
		||||
			}, {
 | 
			
		||||
				name: '售后'
 | 
			
		||||
			}],
 | 
			
		||||
			orderList: [],
 | 
			
		||||
			loadStatus: ['loadmore','loadmore','loadmore','loadmore','loadmore','loadmore','loadmore','loadmore'],
 | 
			
		||||
@ -101,10 +101,10 @@ export default {
 | 
			
		||||
					type = 9; // 拼团中
 | 
			
		||||
					break;
 | 
			
		||||
				case 6:
 | 
			
		||||
					type = 8; // 售后
 | 
			
		||||
					type = 4; // 待评价
 | 
			
		||||
					break;
 | 
			
		||||
				case 7:
 | 
			
		||||
					type = 4; // 待评价
 | 
			
		||||
					type = 8; // 售后
 | 
			
		||||
					break;
 | 
			
		||||
				default:
 | 
			
		||||
					type = -1;
 | 
			
		||||
 | 
			
		||||
@ -71,11 +71,11 @@
 | 
			
		||||
						<image src="/static/image/mine/37.png"></image>
 | 
			
		||||
						<view>拼团中</view>
 | 
			
		||||
					</view>
 | 
			
		||||
					<view @click="toOtherPage('/order/Index?current=7')">
 | 
			
		||||
					<view @click="toOtherPage('/order/Index?current=6')">
 | 
			
		||||
						<image src="/static/image/mine/3.png"></image>
 | 
			
		||||
						<view>待评价</view>
 | 
			
		||||
					</view>
 | 
			
		||||
                    <view @click="toOtherPage('/order/Index?current=6')">
 | 
			
		||||
                    <view @click="toOtherPage('/order/Index?current=7')">
 | 
			
		||||
                    	<image src="/static/image/mine/9.png"></image>
 | 
			
		||||
                    	<view>售后</view>
 | 
			
		||||
                    </view>
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user