Sfoglia il codice sorgente

修改大写变小写

achao 3 anni fa
parent
commit
fdcf954fad
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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,