This commit is contained in:
2025-03-12 11:39:31 +08:00
parent b8a44a2716
commit 55954a4a9b
125 changed files with 30973 additions and 30045 deletions

View File

@@ -985,7 +985,7 @@ export default {
});
}
this.getOrderList();
}
},
);
} else if (payItem.paymentMethod == 1) {
console.log("微信支付");
@@ -1285,7 +1285,7 @@ export default {
//匹配最后一个表情符号并删除11。
this.Pform.comment = this.Pform.comment.replace(
/(\[[^\]]+\]|[\s\S])$/,
""
"",
);
if (this.emoji.length > 0) {
this.emoji = this.emoji.slice(0, -1);