zs 2 년 전
부모
커밋
9f2f48ffb8
1개의 변경된 파일1개의 추가작업 그리고 9개의 파일을 삭제
  1. 1 9
      pagesMy/dough/handle.vue

+ 1 - 9
pagesMy/dough/handle.vue

@@ -7,7 +7,7 @@
 			<view class="two">
 			<view class="two">
 				<scroll-view scroll-y="true" class="scroll-view" @scrolltolower="toPage" @scroll="toScroll">
 				<scroll-view scroll-y="true" class="scroll-view" @scrolltolower="toPage" @scroll="toScroll">
 					<view class="list-scroll-view">
 					<view class="list-scroll-view">
-						<view class="list" v-for="(item,index) in list" :key="index" @tap="toInfo(item)">
+						<view class="list" v-for="(item,index) in list" :key="index">
 							<view class="list_1">
 							<view class="list_1">
 								<view class="list_1_1">
 								<view class="list_1_1">
 									<view class="shopname">
 									<view class="shopname">
@@ -368,14 +368,6 @@
 					type: '1'
 					type: '1'
 				})
 				})
 			},
 			},
-			// 订单详细信息
-			toInfo(item) {
-				const that = this;
-				that.clearPage();
-				uni.navigateTo({
-					url: `/pagesMy/dough/info?id=${item._id}`
-				})
-			},
 			// 查看物流
 			// 查看物流
 			toLogi(e) {
 			toLogi(e) {
 				const that = this;
 				const that = this;