pages/out/checkOut.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
pages/out/checkOut.vue
@@ -354,7 +354,7 @@ comb() { let that = this; uni.request({ url: that.baseUrl + '/mobile/order/search/orderNo/auth', url: that.baseUrl + '/mobile/order/search/batch/auth', data: that.barcode, method: 'POST', header: {'token': uni.getStorageSync('token')}, @@ -363,7 +363,7 @@ let res = result.data if (res.code === 200) { that.dataList = [] this.barcode = '' that.barcode = '' that.messageText = "确认成功" that.messageToggle('success') } else if (res.code == 403) {