Commit 15b4c66e by 杨树贤

商品类型字典修改

parent b5e3a6f4
Showing with 6 additions and 5 deletions
package vars
//商品类型字段
// 商品类型字段
var GoodsLabel = map[int]string{
1: "国内现货",
2: "猎芯期货",
3: "国际现货",
2: "国际现货",
3: "猎芯期货",
4: "询价现货",
}
//商品标签对应的展示
//1精选,2原厂直供,3认证,4当天发货
// 商品标签对应的展示
// 1精选,2原厂直供,3认证,4当天发货
var GoodsTags = map[int]string{
1: "精选",
2: "原厂直供",
......
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