作者 王智

修改

... ... @@ -285,8 +285,8 @@ class Update extends Api
if ($Parmas['total'] < 199) {
$this->error('订单金额小于199元,无法抵扣');
}
if ($WaterNum / 100 < 100) {
$this->error('氧气泡泡不足100元,无法抵扣');
if ($WaterNum < 100) {
$this->error('氧气泡泡不足100,无法抵扣');
}
//计算总价20%
if (($WaterNum / 100 > $Parmas['total'] * 0.2) || ($WaterNum / 100 == $Parmas['total'] * 0.2)) {
... ...