tianyi 2 weeks ago
parent
commit
3c13c5b12d
  1. 1
      pages/index/index.vue
  2. 2
      pages/login/login.vue
  3. 2
      pages/login/regist.vue
  4. 2
      pages/shop/afterService.vue
  5. 1
      pages/shop/orderDetail.vue
  6. 1
      pages/shop/transferDeliveryOrderList.vue

1
pages/index/index.vue

@ -349,7 +349,6 @@
}).catch((res) => {})
},
onClickArea(item) {
console.log('shopId',item.shop.id)
uni.setStorageSync('shopId', item.shop.id)
uni.setStorageSync('area', JSON.stringify(item))
this.getBusinessStatus()

2
pages/login/login.vue

@ -316,7 +316,6 @@
//
checkShop(item) {
let that = this;
console.log('看看--------------',item)
uni.getSystemInfo({
success: function (res1) {
that.NB.sendRequest('/auth/chooseShop', {
@ -324,7 +323,6 @@
deviceId:res1.deviceId
}, true, 'POST', 'application/x-www-form-urlencoded').then(res => {
if (res.code == 200) {
console.log('看看--------------',res.result)
uni.setStorageSync('type',item.type)
uni.setStorageSync('warehouseKeeperFlag',item.warehouseKeeperFlag)
uni.setStorageSync('shopId',item.shop.id)

2
pages/login/regist.vue

@ -162,7 +162,7 @@
url: '/pages/login/login'
});
}).catch(data => {
console.log(data)
})
}
}

2
pages/shop/afterService.vue

@ -367,7 +367,7 @@
return this.formatMoney(total);
},
orderDetailOpen(item){
console.log(item)
const orderId = item && item.mallOrder ? item.mallOrder.id : item && item.orderId;
if (!orderId) {
this.tui.toast('订单信息不存在');

1
pages/shop/orderDetail.vue

@ -284,7 +284,6 @@
},
mealServing(item){
let that = this
console.log('确定出餐吗?',item)
uni.showModal({
title: '提示',
content: '确定要出餐吗?',

1
pages/shop/transferDeliveryOrderList.vue

@ -122,7 +122,6 @@
})
},
transferArrive(index, item) {
console.log('快看快看',item)
this.NB.sendRequest("/mall/delivery/transferArrive",{
deliveryId: item.id,
transferArriveImage: item.transferArriveImage || ''

Loading…
Cancel
Save