Browse Source

首页

master
tianyi 1 month ago
parent
commit
b3bd3e50b7
  1. 4
      pages/index/index.vue

4
pages/index/index.vue

@ -496,10 +496,10 @@
url = '/package1/group/groupBuyList'
break;
case '3':
url = '/package1/order/orderConfirm'
url = '/package1/buyFood/buyFood'
break;
case '4':
url = ''
url = '/package1/order/orderDetail'
break;
}
uni.navigateTo({

Loading…
Cancel
Save