Commit 8c4c9406 authored by zhaofei's avatar zhaofei

修改模板

parent 69cfe79e
...@@ -213,7 +213,7 @@ Component({ ...@@ -213,7 +213,7 @@ Component({
} = params; } = params;
let prizeList = [] let prizeList = []
<% for(var i = 0; i < configList.length; ++i) {%> <% for(var i = 0; i < configList.length; ++i) {%>
<%- !taskKeys.includes(configList[i].key) && configList[i].sort !== 'prizePool' && prizeList = [...prizeList,...configList[i].key] %><% } %> <%- !taskKeys.includes(configList[i].key) && configList[i].sort !== 'prizePool' && `prizeList = [...prizeList,...${configList[i].key}]` %><% } %>
return { return {
id, id,
activityId, activityId,
......
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