xbx #224

Merged
theluyuan merged 2 commits from xbx into master 2020-08-17 09:24:09 +00:00
Showing only changes of commit ec3420a026 - Show all commits

View File

@ -27,6 +27,7 @@ export default {
methods: {
getMemberPointsStat() {
this.$u.api.getMemberPointsStat().then((res)=>{
console.log(res)
if (res.errCode == 0) {
this.title = res.data.grade_rule.document_title;
const nodes = res.data.grade_rule.document_content;