Explorar o código

commit -m 提交

zhengjinyi %!s(int64=4) %!d(string=hai) anos
pai
achega
5dd2e7c5a3
Modificáronse 2 ficheiros con 10 adicións e 8 borrados
  1. 1 1
      pages/authorization/authorization.vue
  2. 9 7
      pages/index/index.vue

+ 1 - 1
pages/authorization/authorization.vue

@@ -147,7 +147,7 @@
 			.login-btn{
 				width: 600rpx;
 				height: 90rpx;
-				border-radius: 40rpx;
+				border-radius: 45rpx;
 				font-size: $font-size-32;
 				line-height: 80rpx;
 				color: #FFFFFF;

+ 9 - 7
pages/index/index.vue

@@ -16,23 +16,25 @@
 		<view class="order-wrap">
 			<view class="more">
 				<text class="title">我的订单</text>
-				<view> <text class="more-right">全部订单</text> <text class="iconfont icon-chakangengduo"></text> </view>
+				<view @click="navigator('/pages/order/order-list?listType=0')"> <text class="more-right">全部订单</text> <text class="iconfont icon-chakangengduo"></text> </view>
 			</view>
 			<view class="line"></view>
 			<view class="order-nav">
-				<view class="order-nav-item">
+				<view class="order-nav-item" @click="navigator('/pages/order/order-list?listType=1')">
 					<image src="@/static/ws/dh_dqr_01.png" mode="widthFix"></image> <text>待确认</text>
 				</view>
-				<view class="order-nav-item">
+				<view class="order-nav-item" @click="navigator('/pages/order/order-list?listType=2')">
 					<image src="@/static/ws/dh_dfk_02.png" mode="widthFix"></image> <text>待付款</text>
 				</view>
-				<view class="order-nav-item">
+				<view class="order-nav-item" @click="navigator('/pages/order/order-list?listType=3')">
 					<image src="@/static/ws/dh_dfh_03.png" mode="widthFix"></image> <text>待发货</text>
 				</view>
-				<view class="order-nav-item">
+				<view class="order-nav-item" @click="navigator('/pages/order/order-list?listType=4')">
 					<image src="@/static/ws/dh_yfh_04.png" mode="widthFix"></image> <text>已发货</text>
 				</view>
-				<view class="order-nav-item"> <image src="../../static/ws/dh_tk_05.png" mode="widthFix"></image> <text>退款</text> </view>
+				<view class="order-nav-item" @click="navigator('/pages/order/order-list?listType=5')"> 
+					<image src="../../static/ws/dh_tk_05.png" mode="widthFix"></image> <text>退款</text> 
+				</view>
 			</view>
 		</view>
 		<!-- 订单状态区域END -->
@@ -43,7 +45,7 @@
 		</view>
 		<!-- 帮机构下单END -->
 		<!-- 客服 -->
-		<view class="ws-service"> <text class="iconfont iconzaixiankefu"></text> 在线客服 </view>
+		<view class="ws-service"> <text class="iconfont icon-zaixiankefu"></text> 在线客服 </view>
 	</view>
 </template>