|
@@ -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;
|