Commit d140cdb2 authored by mengcuiguang's avatar mengcuiguang

1.1.2发版

parent 78b1a420
...@@ -248,7 +248,7 @@ public class VideoAdingManager { ...@@ -248,7 +248,7 @@ public class VideoAdingManager {
LogUtil.d(TAG, "2、权重随机值:" + randomWeight); LogUtil.d(TAG, "2、权重随机值:" + randomWeight);
for (WeightBean weightBean : weightList) { for (WeightBean weightBean : weightList) {
LogUtil.d(TAG, weightBean.getType() + " -> " + weightBean.getWeight()); // LogUtil.d(TAG, weightBean.getType() + " -> " + weightBean.getWeight());
randomWeight -= weightBean.getWeight(); randomWeight -= weightBean.getWeight();
if (randomWeight <= 0) { if (randomWeight <= 0) {
LogUtil.d(TAG, "3、权重结果:" + weightBean.getType()); LogUtil.d(TAG, "3、权重结果:" + weightBean.getType());
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment