|
@@ -117,6 +117,9 @@ Page({
|
|
if(v.couponType == 'D' && v.discount >0){
|
|
if(v.couponType == 'D' && v.discount >0){
|
|
v.discount /= 10
|
|
v.discount /= 10
|
|
}
|
|
}
|
|
|
|
+ if(v.couponType == 'C' && v.discount >0){
|
|
|
|
+ v.reduceCost /= 100
|
|
|
|
+ }
|
|
})
|
|
})
|
|
|
|
|
|
if (this.data.page == 1) {
|
|
if (this.data.page == 1) {
|