积分申请

This commit is contained in:
liuye
2023-07-05 11:43:20 +08:00
parent 5688e1c651
commit 422422f768

View File

@@ -105,7 +105,9 @@ export default {
},
onShow() {
document.title = '积分代申请'
this.injectJWeixin(['scanQRCode'])
this.$nextTick(() => {
this.injectJWeixin(['scanQRCode'])
})
},
methods: {
...mapActions(['injectJWeixin']),