فهرست منبع

修改大写变小写

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,