bug
This commit is contained in:
@@ -64,11 +64,6 @@ export default {
|
||||
padding: 24px 32px;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
::v-deep .el-textarea__inner::placeholder {
|
||||
color: #f56c6c;
|
||||
font-size: 12px;
|
||||
line-height: 1;
|
||||
}
|
||||
|
||||
.tips {
|
||||
padding: 12px 32px;
|
||||
|
||||
@@ -375,10 +375,14 @@ export default {
|
||||
this.$refs.login.show()
|
||||
} else {
|
||||
this.toAuth()
|
||||
}
|
||||
}
|
||||
uni.$on('auth', () => {
|
||||
this.toAuth()
|
||||
})
|
||||
this.qqmapsdk = new QQMapWX({
|
||||
key: process.env.NODE_ENV == 'production' ? 'RWWBZ-64BEJ-MVLFJ-FTHLQ-JTR6J-SAB2S' : '3RZBZ-LZUCF-CT6J5-NWKZH-FCWOQ-UUFKY'
|
||||
})
|
||||
this.$dict.load(['fdIntegralTaskType'])
|
||||
},
|
||||
}
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user