tremble 4 years ago
parent
commit
d91f4961c5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      js/shop/brand.js

+ 1 - 1
js/shop/brand.js

@@ -5322,7 +5322,7 @@ $(function () {
           }
           
           if (data.userId) {
-            vm.brand.adminId = data.userId || ''
+            vm.brand.adminId = parseInt(data.userId) || ''
             vm.brand.adminName = data.nickname || ''
             layer.closeAll()
           }