shish 1 год назад
Родитель
Сommit
0db6eaa761
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      hdApp/src/admin/billing/remind.vue

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

@@ -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){