app
MrShi
8 天以前 e56792f78e4df0df2f12552d1a61dd8ca1db5c67
app/pages/driver-certification/driver-certification.vue
@@ -678,12 +678,7 @@
                  setTimeout(() => {
                     uni.navigateBack()
                  }, 1500)
               } else {
                  uni.showToast({ title: res.msg || '提交失败', icon: 'none' })
               }
            }).catch(err => {
               uni.hideLoading()
               uni.showToast({ title: '提交失败', icon: 'none' })
            })
         },
         goPrevStep() {