Ver código fonte

退款成功后导航到首页。

lighter 4 anos atrás
pai
commit
363a74740e

+ 1 - 1
package.json

@@ -1,6 +1,6 @@
 {
   "name": "wxservice-web",
-  "version": "0.0.0",
+  "version": "1.0.0",
   "scripts": {
     "dev": "vite",
     "build": "vite build",

+ 2 - 0
src/views/hospital-service/health-cart/ResignOrRefund.vue

@@ -70,6 +70,8 @@ export default {
         Dialog.alert({
           title: '温馨提示',
           message: res,
+        }).then(() => {
+          router.push('/hospitalService')
         })
       })
     }