tijiao
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user