修改拼多多话说

This commit is contained in:
2026-06-24 15:10:16 +08:00
parent 396656bd66
commit 88d097f630
6 changed files with 24 additions and 11 deletions
+4 -1
View File
@@ -4137,7 +4137,6 @@
data[i].number = number;
}
}
;
if (kind == "2") {
span_result += '配送吊绳\n'
}
@@ -4147,6 +4146,10 @@
span_result += "\n\n亲 现在下单可以参加淘宝活动8.5折折扣哦!"
}
if (window.parent.system_isPddPrice) {
span_result = span_result.replace("种子纸", "会发芽的纸");
}
addLog(span_result);
$("#span_result").val(span_result);