shish il y a 1 an
Parent
commit
0e9d51232a
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      hdApp/src/admin/billing/remind.vue

+ 1 - 1
hdApp/src/admin/billing/remind.vue

@@ -50,7 +50,7 @@
       toRecharge(){
       toRecharge(){
         let that = this
         let that = this
         uni.showLoading({mask:true})
         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=>{
         toManRecharge({amount:this.orderInfo.actPrice,remark:remark,payWay:0,customId:this.orderInfo.customId}).then(res=>{
           uni.hideLoading()
           uni.hideLoading()
           if(res.code == 1){
           if(res.code == 1){