后端:商品价格计算,接入促销活动
H5 前端:购物车接入促销
This commit is contained in:
@@ -248,7 +248,7 @@
|
||||
text += '每';
|
||||
}
|
||||
if (privilege.meetType === 1) {
|
||||
text += '满 ' + privilege.meetValue + ' 元,';
|
||||
text += '满 ' + privilege.meetValue / 100.0 + ' 元,';
|
||||
} else if (privilege.meetType === 2) {
|
||||
text += '满 ' + privilege.meetValue + ' 件,';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user