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; padding: 24px 32px;
box-sizing: border-box; box-sizing: border-box;
} }
::v-deep .el-textarea__inner::placeholder {
color: #f56c6c;
font-size: 12px;
line-height: 1;
}
.tips { .tips {
padding: 12px 32px; padding: 12px 32px;

View File

@@ -376,9 +376,13 @@ export default {
} else { } else {
this.toAuth() this.toAuth()
} }
uni.$on('auth', () => {
this.toAuth()
})
this.qqmapsdk = new QQMapWX({ this.qqmapsdk = new QQMapWX({
key: process.env.NODE_ENV == 'production' ? 'RWWBZ-64BEJ-MVLFJ-FTHLQ-JTR6J-SAB2S' : '3RZBZ-LZUCF-CT6J5-NWKZH-FCWOQ-UUFKY' key: process.env.NODE_ENV == 'production' ? 'RWWBZ-64BEJ-MVLFJ-FTHLQ-JTR6J-SAB2S' : '3RZBZ-LZUCF-CT6J5-NWKZH-FCWOQ-UUFKY'
}) })
this.$dict.load(['fdIntegralTaskType'])
}, },
} }
</script> </script>