|
@@ -302,15 +302,18 @@ func (this *OrderController) UserOrderList() {
|
|
|
if orderType == 1 {
|
|
|
if v.GoodsId == 1 {
|
|
|
item.LabelKeywordImgLink = utils.LABEL_ICO_7 //日卡图标
|
|
|
+ item.LabelKeyword = "畅读日卡" //日卡图标
|
|
|
item.StartDate = v.StartDate.Format(utils.FormatDateTime)
|
|
|
item.EndDate = v.EndDate.Format(utils.FormatDateTime)
|
|
|
} else if v.GoodsId == 2 {
|
|
|
item.LabelKeywordImgLink = utils.LABEL_ICO_8 // 月卡图标
|
|
|
+ item.LabelKeyword = "畅读月卡" //日卡图标
|
|
|
item.StartDate = v.StartDate.Format(utils.FormatDate)
|
|
|
item.EndDate = v.EndDate.Format(utils.FormatDate)
|
|
|
}
|
|
|
} else {
|
|
|
item.LabelKeywordImgLink = utils.LABEL_ICO_3
|
|
|
+ item.LabelKeyword = "上市公司小范围"
|
|
|
}
|
|
|
item.CreateTime = v.CreateTime.Format(utils.FormatDateTime)
|
|
|
resp.List = append(resp.List, item)
|