李帅

1.后台可上传图文内容。

......@@ -349,7 +349,7 @@ class UserMakeImages implements ShouldQueue
}
}
return ceil($this->width * $width / 10 / $max_len);
return ceil($this->width * $width / 100 / $max_len);
}
/**
......
......@@ -683,6 +683,6 @@ class UserMakeVideo implements ShouldQueue
}
}
return ceil($this->width * $width / 10 / $max_len);
return ceil($this->width * $width / 100 / $max_len);
}
}
......