瀏覽代碼

no message

xingzai 6 月之前
父節點
當前提交
4a0f4e7217
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      controllers/order.go

+ 1 - 1
controllers/order.go

@@ -498,7 +498,7 @@ func (this *OrderController) UserOrderList() {
 			item.LabelKeywordImgLink = utils.LABEL_ICO_3
 			item.LabelKeyword = activityLabelKeyword[v.SourceId]
 		} else if orderType == 3 {
-			item.LabelKeyword = "畅读日卡" //日卡图标
+			item.LabelKeyword = "活动回放" //日卡图标
 		}
 		if v.OrderType == 3 {
 			item.PlaySeconds = mapActivityVivo[v.SourceId]