ERROR TypeError: Cannot read property 'replace' of undefined

clipboard.png
注意看提示,點擊進去就知道錯誤行。(uniapp)
報錯緣由:app

let content = this.page_lang.tips;    //初始化時,這裏沒值,下方沒有判斷就會報錯。
content = content.replace(/-\+num\+-/g, '<text class="ptNum" style="color:#f6375b;">' + this.remain_people+this.page_lang.people_unit + '</text>');        //沒有判斷content是否爲空,爲空不能調用replace.
相關文章
相關標籤/搜索