|
@@ -209,8 +209,8 @@
|
|
|
</template>
|
|
</template>
|
|
|
|
|
|
|
|
<script setup>
|
|
<script setup>
|
|
|
-import { computed } from 'vue'
|
|
|
|
|
-import { onShow, getCurrentInstance } from '@dcloudio/uni-app'
|
|
|
|
|
|
|
+import { computed, getCurrentInstance } from 'vue'
|
|
|
|
|
+import { onShow } from '@dcloudio/uni-app'
|
|
|
import { useUserStore } from '@/stores/user'
|
|
import { useUserStore } from '@/stores/user'
|
|
|
import { profileApi } from '@/utils/api'
|
|
import { profileApi } from '@/utils/api'
|
|
|
|
|
|