@@ -50,7 +50,7 @@
toRecharge(){
let that = this
uni.showLoading({mask:true})
- let remark = '来源于售后付款单'+this.orderInfo.orderSn
+ let remark = '售后付款单'+this.orderInfo.orderSn
toManRecharge({amount:this.orderInfo.actPrice,remark:remark,payWay:0,customId:this.orderInfo.customId}).then(res=>{
uni.hideLoading()
if(res.code == 1){