This commit is contained in:
shijingjing
2023-03-31 17:13:06 +08:00
parent 3fd7aca320
commit 0e92e929a9
2 changed files with 5 additions and 6 deletions

View File

@@ -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;

View File

@@ -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>