浏览代码

修改大写变小写

achao 3 年之前
父节点
当前提交
fdcf954fad
共有 1 个文件被更改,包括 1 次插入0 次删除
  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,