shish 1 سال پیش
والد
کامیت
0e9d51232a
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){