| | |
| | | } |
| | | }) |
| | | let that = this |
| | | setTimeout(() => { |
| | | if (code === 0) { |
| | | that.$message.hideLoading() |
| | | if (code === 0) { |
| | | that.$storage.setItem('_cache_shopping_dto', JSON.stringify(data)) |
| | | uni.navigateTo({ |
| | | url: '/sub_pages/customer/shopping/confirm' |
| | | }) |
| | | } |
| | | }, 300) |
| | | that.$storage.setItem('_cache_shopping_dto', JSON.stringify(data)) |
| | | uni.navigateTo({ |
| | | url: '/sub_pages/customer/shopping/confirm' |
| | | }) |
| | | } else { |
| | | //提示消失快 |
| | | setTimeout(() => { |
| | | that.$message.hideLoading() |
| | | }, 2000) |
| | | } |
| | | |
| | | }, |
| | | async clickSwipeButton(item, check) { |
| | | // console.log('clickSwipeButton', e) |