소스 검색

Signed-off-by: 1004749546@qq.com <1004749546@qq.com>
修改

1004749546@qq.com 4 년 전
부모
커밋
b31853a907
3개의 변경된 파일4개의 추가작업 그리고 22개의 파일을 삭제
  1. 1 4
      pages/order/LogList.vue
  2. 3 17
      pages/order/order.vue
  3. 0 1
      pages/order/orderDetail.vue

+ 1 - 4
pages/order/LogList.vue

@@ -24,7 +24,7 @@
 							<u-gap height="10" bg-color="#f8f8f8"></u-gap>
 							<view class="bundle-list" v-for="row in item.itemList" :key="row.id">
 								<view class="img-cont">
-									<image :src="row.icon?row.icon:'../../static/tabbar/user.png'"></image>
+									<image :src="row.icon?row.icon:'../../static/goods.png'"></image>
 								</view>
 								<view >
 									<view class="ellipsis-two">{{row.name}}</view>
@@ -105,8 +105,6 @@
 			}
 		},
 		onLoad() {
-			// 监听待办处理后刷新
-			uni.$on('refreshBl-handle', this.handleRefresh)
 			this.pageInit()
 		},
 		onUnload() {
@@ -369,7 +367,6 @@
 					}
 					>view {
 						&:last-child {
-							padding: 10upx 0;
 							flex: 1;
 							margin-left: 20upx;
 							display: flex;

+ 3 - 17
pages/order/order.vue

@@ -64,20 +64,6 @@
 				</swiper-item>
 			</swiper>
 		</view>
-		 <!-- 查看物流弹窗 -->
-		<view>
-			<u-modal v-model="isShow" :show-title="false" confirm-text="好的">
-				<view class="slot-content">
-					<view>
-						快递公司:{{logData.logName}}
-					</view>
-					<view>
-						运单编号:{{logData.logNum}}
-						<u-button @click="copyLogNum" style="margin-left: 20upx;" shape="square" size="mini">复制</u-button>
-					</view>
-				</view>
-			</u-modal>
-		</view>
 	</view>
 </template>
 
@@ -91,7 +77,6 @@
 		},
 		data() {
 			return {
-				isShow: false, // 是否显示物流弹框
 				status: 'loadmore',
 				noDataText: '暂无数据',
 				tabList: [
@@ -316,7 +301,9 @@
 			},
 			// 查看物流
 			showLog (item) {
-				this.isShow = true
+				uni.navigateTo({
+					url: "/pages/order/LogList?id="+item.id
+				})
 			},
 			// 复制运单编号 
 			copyLogNum () {
@@ -448,7 +435,6 @@
 					}
 					>view {
 						&:last-child {
-							padding: 10upx 0;
 							flex: 1;
 							margin-left: 20upx;
 							display: flex;

+ 0 - 1
pages/order/orderDetail.vue

@@ -224,7 +224,6 @@
 				
 				>view {
 					&:last-child {
-						padding: 10upx 0;
 						flex: 1;
 						margin-left: 20upx;
 						display: flex;