- window.location.replace
window.location.replace('url'),简单的防止后退到前一个页面。
- fluentData的ParameterOut
fluentData的ParameterOut方法有bug 如果output decimal的话,小数点的位置会被设置为0,所以改用 Currency
ParameterOut("SubTotal", DataTypes.Currency)
开发杂记-未整理
分类:
学习笔记