MCPcopy Create free account
hub / github.com/smallfawn/QLScriptPublic / rewardText

Function rewardText

wxapp/hrj.js:91–94  ·  view source on GitHub ↗
(items)

Source from the content-addressed store, hash-verified

89}
90
91function rewardText(items) {
92 if (!Array.isArray(items) || !items.length) return "";
93 return items.map((item) => `${item.key || "奖励"}${item.value || ""}`).join(" ");
94}
95
96class Task {
97 constructor(openid) {

Callers 2

getSignMainInfoMethod · 0.70
doSignMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected