|
@@ -5,6 +5,7 @@ import (
|
|
"fmt"
|
|
"fmt"
|
|
"github.com/rdlucklib/rdluck_tools/paging"
|
|
"github.com/rdlucklib/rdluck_tools/paging"
|
|
"hongze/hongze_web_mfyx/models"
|
|
"hongze/hongze_web_mfyx/models"
|
|
|
|
+ "hongze/hongze_web_mfyx/models/order"
|
|
"hongze/hongze_web_mfyx/services"
|
|
"hongze/hongze_web_mfyx/services"
|
|
"hongze/hongze_web_mfyx/utils"
|
|
"hongze/hongze_web_mfyx/utils"
|
|
"strconv"
|
|
"strconv"
|
|
@@ -887,6 +888,7 @@ func (this *ActivityNoLoginController) Detail() {
|
|
}
|
|
}
|
|
detailResp.SignupType = mapActivitySignup[activityId]
|
|
detailResp.SignupType = mapActivitySignup[activityId]
|
|
resp.Detail = detailResp
|
|
resp.Detail = detailResp
|
|
|
|
+ resp.GoodsList = make([]*order.CygxGoodsResp, 0)
|
|
} else {
|
|
} else {
|
|
hasPermission, sellerName, sellerMobile, popupMsg, err := services.GetUserHasPermission(user)
|
|
hasPermission, sellerName, sellerMobile, popupMsg, err := services.GetUserHasPermission(user)
|
|
if err != nil {
|
|
if err != nil {
|