zhengjinyi 4 سال پیش
والد
کامیت
38e3e5b14c
2فایلهای تغییر یافته به همراه50 افزوده شده و 38 حذف شده
  1. 3 3
      components/cm-module/orderDetails/refundRecord.vue
  2. 47 35
      pages.json

+ 3 - 3
components/cm-module/orderDetails/refundRecord.vue

@@ -10,8 +10,8 @@
 			</view>
 			<view class="record-list">
 				<view class="record-item" v-for="(item,index) in returnedPurchaseList" :key="index">
-					<view class="item-time">{{item.confirmReturnTime}}</view>
 					<view class="item-nums">{{item.returnedWay =='4' ? '无支付无退款' : '¥'+item.refundFee.toFixed(2)}}</view>
+					<view class="item-time">{{item.confirmReturnTime}}</view>
 				</view>
 			</view>
 		</view>
@@ -105,12 +105,12 @@
 					line-height: 40rpx;
 					float: left;
 					.item-time{
-						float: left;
+						float: right;
 						color: #999999;
 					}
 					.item-nums{
 						font-weight: bold;
-						float: right;
+						float: left;
 						color: $text-color;
 					}
 				}

+ 47 - 35
pages.json

@@ -32,44 +32,56 @@
 				"enablePullDownRefresh" : true,
 				"navigationStyle":"custom"
 			}
-		},{
-			"path": "pages/service/aftersale",
-			"style": {
-				"navigationBarTitleText": "售后无忧"
-			}
-		},{
-			"path": "pages/service/shoppingnotice",
-			"style": {
-				"navigationBarTitleText": "购物须知"
-			}
-		},{
-			"path": "pages/service/organagree",
-			"style": {
-				"navigationBarTitleText": "机构协议"
-			}
-		},{
-			"path": "pages/service/useragree",
-			"style": {
-				"navigationBarTitleText": "用户协议"
-			}
-		},{
-			"path": "pages/service/supplieragree",
-			"style": {
-				"navigationBarTitleText": "供应商协议"
-			}
-		},{
-			"path": "pages/service/privacyagree",
-			"style": {
-				"navigationBarTitleText": "隐私权政策"
-			}
-		},{
-			"path": "pages/service/sellconten",
-			"style": {
-				"navigationBarTitleText": "条款内容"
-			}
 		}
     ],
 	"subPackages": [
+		{
+			"root": "pages/service/",//信息服务模块
+			"pages": [
+				{
+					"path": "aftersale",
+					"style": {
+						"navigationBarTitleText": "售后无忧"
+					}
+				},
+				{
+					"path": "shoppingnotice",
+					"style": {
+						"navigationBarTitleText": "购物须知"
+					}
+				},
+				{
+					"path": "organagree",
+					"style": {
+						"navigationBarTitleText": "机构协议"
+					}
+				},
+				{
+					"path": "useragree",
+					"style": {
+						"navigationBarTitleText": "用户协议"
+					}
+				},
+				{
+					"path": "supplieragree",
+					"style": {
+						"navigationBarTitleText": "供应商协议"
+					}
+				},
+				{
+					"path": "privacyagree",
+					"style": {
+						"navigationBarTitleText": "隐私权政策"
+					}
+				},
+				{
+					"path": "sellconten",
+					"style": {
+						"navigationBarTitleText": "条款内容"
+					}
+				}
+			]
+		},
 		{
 			"root": "pages/goods/",//商品模块
 			"pages": [