#
whycq
2024-11-26 719a7c31bcb1f09df5c4b44ebfd255a05fd9281e
#
1个文件已修改
2 ■■■ 已修改文件
pages/phyz/order/orderCar.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/phyz/order/orderCar.vue
@@ -186,7 +186,7 @@
                            uni.showToast({ title: '启动成功!', icon: "success", position: 'top' })
                            setTimeout(()=> {
                                _this.getOpenerEventChannel().emit('acceptDataFromOpenedPage', {data: 1});
                                uni.navigateBack({})
                                uni.navigateBack({delta:2})
                            },1000)
                        } else if (res.code == 403) {
                            uni.showToast({ title: res.msg, icon: "error", position: 'top' })