积分申请
This commit is contained in:
@@ -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('版本过低请升级')
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user