Przeglądaj źródła

修改大写变小写

achao 3 lat temu
rodzic
commit
fdcf954fad
1 zmienionych plików z 1 dodań i 0 usunięć
  1. 1 0
      src/layout/index/top/index.vue

+ 1 - 0
src/layout/index/top/index.vue

@@ -384,6 +384,7 @@
       ...mapActions('user', ['getUserInfo','toSetShow']),
       payCode() {
         console.log('input', this.barCode)
+		this.barCode = this.barCode.toLocaleLowerCase()
         this.btnStatus = {
           status1: false,
           status2: false,