积分申请
This commit is contained in:
@@ -106,9 +106,10 @@ export default {
|
||||
},
|
||||
onShow() {
|
||||
document.title = '积分代申请'
|
||||
this.agentSign()
|
||||
},
|
||||
methods: {
|
||||
...mapActions(['injectJWeixin']),
|
||||
...mapActions(['injectJWeixin', 'agentSign']),
|
||||
submit() {
|
||||
if(this.flag) return
|
||||
|
||||
@@ -193,7 +194,6 @@ export default {
|
||||
this.getType()
|
||||
},
|
||||
scan() {
|
||||
this.$loading()
|
||||
this.injectJWeixin('scanQRCode').then(() => {
|
||||
wx.scanQRCode({
|
||||
desc: '扫描居民信息',
|
||||
@@ -205,7 +205,6 @@ export default {
|
||||
info.realName = info.name
|
||||
var userList = [{...info}]
|
||||
this.handleSelectUser(userList)
|
||||
uni.hideLoading()
|
||||
},
|
||||
error: (res) => {
|
||||
console.log(res)
|
||||
|
||||
Reference in New Issue
Block a user