2.0.0修改更新

This commit is contained in:
GaoHao
2024-11-25 17:08:21 +08:00
parent 740a3201e4
commit 18aecb9f6c
3 changed files with 51 additions and 3 deletions

View File

@@ -303,7 +303,6 @@
orderId: this.listinfo.orderId,
userCouponInfos: this.couopnInfo.userCouponInfos,
}
console.log( this.couopnInfo )
if ( this.couopnInfo.isPointsChecked && this.couopnInfo.calcUsablePointsData.pointsNum && this.couopnInfo.calcUsablePointsData.pointsNum > 0) {
params.pointsNum = this.couopnInfo.calcUsablePointsData.pointsNum;
}