guhongwei 2 years ago
parent
commit
3b6e30548b
2 changed files with 7 additions and 7 deletions
  1. 2 2
      pages/my/index.vue
  2. 5 5
      pagesMy/order/index.vue

+ 2 - 2
pages/my/index.vue

@@ -28,10 +28,10 @@
 			<view class="two">
 				<view class="two_1">
 					<view class="title">我的订单</view>
-					<view class="title">
+				<!-- 	<view class="title">
 						<text @click="toOrder({route:'pagesMy/order/index',type:'order',status:'-0'})">全部订单</text>
 						<text class="iconfont icon-jiantouyou"></text>
-					</view>
+					</view> -->
 				</view>
 				<view class="two_2">
 					<view class="orderList" v-for="(item, index) in orderList" :key="index" @click="toOrder(item)">

+ 5 - 5
pagesMy/order/index.vue

@@ -115,12 +115,12 @@
 				status: '',
 				searchInfo: {},
 				tabs: {
-					active: '-0',
+					active: '0',
 					menu: [ //菜单列表
-						{
-							title: '全部订单',
-							active: '-0'
-						},
+						// {
+						// 	title: '全部订单',
+						// 	active: '-0'
+						// },
 						{
 							title: '待付款',
 							active: '0'