shish %!s(int64=2) %!d(string=hai) anos
pai
achega
48f3904abd
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      ghsApp/src/pagesClient/member/detail.vue

+ 1 - 1
ghsApp/src/pagesClient/member/detail.vue

@@ -527,7 +527,7 @@ export default {
         this.form.showStock = this.userInfo.showStock
         this.discount = parseFloat(res.data.discount)
         if(res.data.remainDebtAmount && Number(res.data.remainDebtAmount)>0){
-          let name = res.data.name && !this.$util.isEmpty(res.data.name) ? res.data.name+' 待结款' : '待结款'
+          let name = res.data.name && !this.$util.isEmpty(res.data.name) ? res.data.name+' 待结金额' : '待结金额'
           this.title = name+' ¥'+res.data.remainDebtAmount
         }
       })