|
@@ -1045,6 +1045,7 @@ func autoDraw(mode, cluename, phone string, isGroup, isCommerce int) (positionId
|
|
for i, v := range cdataNew {
|
|
for i, v := range cdataNew {
|
|
if i == 0 {
|
|
if i == 0 {
|
|
count = gconv.Int(v["count"])
|
|
count = gconv.Int(v["count"])
|
|
|
|
+ data = v
|
|
} else {
|
|
} else {
|
|
if count < gconv.Int(v["count"]) {
|
|
if count < gconv.Int(v["count"]) {
|
|
count = gconv.Int(v["count"])
|
|
count = gconv.Int(v["count"])
|