shish пре 2 година
родитељ
комит
96f8eaefbb
1 измењених фајлова са 2 додато и 3 уклоњено
  1. 2 3
      ghsApp/src/pagesClient/member/detail.vue

+ 2 - 3
ghsApp/src/pagesClient/member/detail.vue

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