积分申请

This commit is contained in:
liuye
2023-07-05 10:25:09 +08:00
parent 34c91e6829
commit 2c69834d9a

View File

@@ -66,7 +66,7 @@
</template>
<script>
import { mapState } from 'vuex'
import {mapActions, mapState} from "vuex";
export default {
name: "integralAdd",
appName: '积分申请',
@@ -102,11 +102,13 @@ export default {
this.getDetail()
}
this.$dict.load(['clapEventStatus'])
this.injectJWeixin(['scanQRCode'])
},
onShow() {
document.title = '积分代申请'
},
methods: {
...mapActions(['injectJWeixin']),
submit() {
if(this.flag) return
@@ -201,6 +203,7 @@ export default {
this.handleSelectUser(userList)
},
error: (res) => {
console.log(res)
if (res.errMsg.indexOf('function_not_exist') > 0) {
alert('版本过低请升级')
}