tremble %!s(int64=5) %!d(string=hai) anos
pai
achega
d91f4961c5
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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()
           }