Commit 2c8ec0e0 authored by wangxuelai's avatar wangxuelai

''

parent e35963af
......@@ -592,6 +592,7 @@ Page({
}
const medals = drawTrail.filter(ele => ele.type == 'medal').map(ele => ele.id).join(',');
const flowercount = drawTrail.filter(ele => ele.type == 'flower').map(ele => ele.id).length;
console.log(JSON.stringify(_content), 'JSON.stringify(_content)');
const params = {
record_id: this.data.cid,
resource: this.data.src,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment