LaveyD 1 bulan lalu
induk
melakukan
8968d58ec5
1 mengubah file dengan 3 tambahan dan 1 penghapusan
  1. 3 1
      src/pages/sellManage/common/confirmMixin.js

+ 3 - 1
src/pages/sellManage/common/confirmMixin.js

@@ -408,7 +408,9 @@ export default {
     payCodeDialogVisible (val) {
     payCodeDialogVisible (val) {
       if (val) {
       if (val) {
         this.$nextTick(() => {
         this.$nextTick(() => {
-          this.$refs.payCodeInputRef?.focus()
+          if (this.$refs.payCodeInputRef) {
+            this.$refs.payCodeInputRef.focus()
+          }
         })
         })
       }
       }
     }
     }