4 Komitmen bb84fe7482 ... 2327936aef

Pembuat SHA1 Pesan Tanggal
  liyangbin 2327936aef Merge branch 'feature/v3.0' into preparing 7 bulan lalu
  liyangbin 822c58d670 feat:三轮修复 7 bulan lalu
  liyangbin bb84fe7482 Merge branch 'feature/v3.0' into preparing 7 bulan lalu
  liyangbin a295d580ca feat:三轮修复 7 bulan lalu
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      src/views/Product/Index.vue

+ 1 - 1
src/views/Product/Index.vue

@@ -57,13 +57,13 @@ const freeTry = () => {
         duration: 5000,
         message: res.data.message
       })
-      window.location.href = '/product'
     } else {
       proxy.$message({
         duration: 5000,
         message: 'Trial Successfully',
         type: 'success'
       })
+      window.location.href = '/product'
       isOwnTry()
     }
   })