tianyi 3 weeks ago
parent
commit
4615b21a84
  1. 2
      package1/order/orderDetail.vue
  2. 4
      pages/index/index.vue

2
package1/order/orderDetail.vue

@ -270,7 +270,7 @@
export default {
data() {
return {
pintuan:true,
pintuan:false,
menuButtonInfo: {},
codeImg:'https://jewel-shop.oss-cn-beijing.aliyuncs.com/3a4e68eb14d7417cbb4f15fa85907c64.jpg'
}

4
pages/index/index.vue

@ -861,6 +861,7 @@
this.getUserLocation();
// WebSocket
this.getDeliveryLocation();
this.getDelivery();
},
onShow() {
let that = this
@ -896,6 +897,9 @@
this.checkTab(index);
// 400ms200ms200ms
setTimeout(() => { this.isSwitching = false; }, 400);
},
getDelivery(){
},
checkTab(index) {
for (let i = 0; i < this.menuList.length; i++) {

Loading…
Cancel
Save