27430
This commit is contained in:
@@ -259,6 +259,7 @@ export default {
|
||||
this.flag = false
|
||||
if (res.code == 0) {
|
||||
uni.$emit('update')
|
||||
this.$forceUpdate()
|
||||
setTimeout(() => {
|
||||
uni.navigateBack()
|
||||
}, 600)
|
||||
@@ -412,5 +413,9 @@ export default {
|
||||
text-align: center;
|
||||
color: #ffffff;
|
||||
}
|
||||
::v-deep AiUploader {
|
||||
width: 80px;
|
||||
height: 80px;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user