guhongwei 2 年之前
父節點
當前提交
3b6e30548b
共有 2 個文件被更改,包括 7 次插入7 次删除
  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'