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