自营兼容返回goods_label

parent 5f6e107e
Showing with 3 additions and 0 deletions
......@@ -54,6 +54,9 @@ func (ts *TagsService) GetTags(skuId string, self_supplier_type int64) (goodsTag
if !php2go.InArray(TagZiyingSku, tags) {
tags = append(tags, TagZiyingSku)
tagNames = append(tagNames, vars.GoodsTags[TagZiyingSku])
goodsTags.GoodsLabel = TagZiyingSku
goodsTags.GoodsLabelName = vars.GoodsTags[TagZiyingSku]
}
}
goodsTags.GoodsTagNames = tagNames
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment