|
@@ -461,17 +461,17 @@ func (this *vipSubscribeStruct) GetSubVipPrice(area *map[string]interface{}, ind
|
|
} else { //多城市
|
|
} else { //多城市
|
|
if industryNum == 0 || industryNum == 1 { //多城市 单行业
|
|
if industryNum == 0 || industryNum == 1 { //多城市 单行业
|
|
thisPrice = cityCount * getSetMealPrice(2, industryNum, unit) * count
|
|
thisPrice = cityCount * getSetMealPrice(2, industryNum, unit) * count
|
|
- } else { //多行业 多行业
|
|
|
|
|
|
+ } else { //多城市 多行业
|
|
//industryPrice := SubVipPrice.BuyerClassPrice * industryNum
|
|
//industryPrice := SubVipPrice.BuyerClassPrice * industryNum
|
|
//cityPrice := SubVipPrice.CityPrice * cityCount
|
|
//cityPrice := SubVipPrice.CityPrice * cityCount
|
|
//thisPrice = (industryPrice + cityPrice) * count
|
|
//thisPrice = (industryPrice + cityPrice) * count
|
|
if cityCount > SubVipPrice.CityMaxCount {
|
|
if cityCount > SubVipPrice.CityMaxCount {
|
|
pCount++
|
|
pCount++
|
|
} else {
|
|
} else {
|
|
- thisPrice = getSetMealPrice(2, industryNum, unit) * cityCount * count;
|
|
|
|
- if unit == 1 { //年
|
|
|
|
- thisPrice *= 10
|
|
|
|
- }
|
|
|
|
|
|
+ thisPrice = getSetMealPrice(2, industryNum, unit) * cityCount * count
|
|
|
|
+ // if unit == 1 { //年
|
|
|
|
+ // thisPrice *= 10
|
|
|
|
+ // }
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|