This commit is contained in:
linfso 2025-06-20 08:38:51 +08:00
parent 746d2b9244
commit 9bb7670690

View File

@ -149,6 +149,9 @@ export default {
},
created() {
this.reset();
if (!ua.match(/MicroMessenger/i)) {
this.isWx=false;
}
this.initPayOrder();
},
methods: {