Commit 2c80ddc1 by huangchengyi

1.0

parent fc1a765a
Showing with 5 additions and 0 deletions
...@@ -229,7 +229,12 @@ End: //最终执行 ...@@ -229,7 +229,12 @@ End: //最终执行
A.Set("ladder_price",ladderType) A.Set("ladder_price",ladderType)
A.Set("ratio",ratio) A.Set("ratio",ratio)
A.Set("ac_type",Actype) A.Set("ac_type",Actype)
if gjson.Get(GoodsActivityPrice,"activity_type").Int() == 2 {
A.Set("ac_type",8)
}
allow_coupon := gjson.Get(GoodsActivityPrice,"allow_coupon").Int() allow_coupon := gjson.Get(GoodsActivityPrice,"allow_coupon").Int()
if gjson.Get(GoodsActivityPrice,"allow_coupon").Int() == 0 { if gjson.Get(GoodsActivityPrice,"allow_coupon").Int() == 0 {
allow_coupon = 1 allow_coupon = 1
......
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