优化助力

This commit is contained in:
黄志军
2021-11-13 14:44:52 +08:00
parent faef74610c
commit 8a0e05fa10
4 changed files with 209 additions and 144 deletions
+2 -2
View File
@@ -477,8 +477,8 @@ function try_MyTrials(page, selected) {
count++
}
if (item.text.text.includes('试用资格将保留10天')) {
message1 = "<font color=\'#8552a1\' size=1>" + `${getManName},` + "</font>\n\n"
message1 = "<font color=\'#4B0082\' size=1>" + `你的商品待领取,请尽快领取` + "</font>\n\n"
message1 = "<font color=\'##130c0e\' size=3>" + getManName + "</font>"
message1 += "<font color=\'#4B0082\' size=1>" + `,你的商品待领取,请尽快领取` + "</font>\n\n"
message1 += "<font color=\'#ef5b9c\' size=1>" + `成功获取:${item.trialName}` + "</font>\n\n"
message1 += "<font color=\'#4B0082\' size=1>" + `剩余时间:${remaining(item.leftTime)}` + "</font>\n\n"
postToDingTalk2(message1)