xuxueyang
2024-07-17 b75418f77342f81cd3c1ecf8897759e6bbaea6fa
pages/login/supplier-login.vue
@@ -126,7 +126,7 @@
            } = await this.$http.request('post', '/api/sms/send/code', {
               data: {
                  tel: this.phoneNumber,
                  userType: 'supplier'
                  userType: this.apitype.replace("login", "").toLowerCase() || 'supplier'
               }
            })
            if (code == 0) {
@@ -268,10 +268,12 @@
      border-radius: 50rpx;
      margin-bottom: 50rpx;
      border: 1px solid #e9e9e9;
      /deep/ .u-input{
         padding-left: 60rpx !important;
         padding-right: 40rpx !important;
      }
      /deep/ input {
         height: 70rpx;
         line-height: 70rpx;