|
@@ -409,9 +409,9 @@ func GetActivitySpecialList(user *models.WxUserItem, currentIndex, pageSize int,
|
|
err = errors.New("GetActivityLabelSpecialConfirmList11, Err: " + e.Error())
|
|
err = errors.New("GetActivityLabelSpecialConfirmList11, Err: " + e.Error())
|
|
return
|
|
return
|
|
}
|
|
}
|
|
- if totalConfirm == 0 {
|
|
|
|
- return
|
|
|
|
- }
|
|
|
|
|
|
+ //if totalConfirm == 0 {
|
|
|
|
+ // return
|
|
|
|
+ //}
|
|
if currentIndex == 1 && len(listConfirm) > 0 {
|
|
if currentIndex == 1 && len(listConfirm) > 0 {
|
|
listConfirm[0].Explain = utils.ACtIVITY_SPECIAL_TRIP_EXPLAIN
|
|
listConfirm[0].Explain = utils.ACtIVITY_SPECIAL_TRIP_EXPLAIN
|
|
}
|
|
}
|