This commit is contained in:
yanran200730
2022-05-27 11:46:40 +08:00
parent 2538a9be6f
commit 3f6be2a780

View File

@@ -61,7 +61,7 @@
</template>
<script>
import { mapState } from 'vuex'
import { mapState, mapActions } from 'vuex'
export default {
name: 'AlbumDetail',
@@ -87,7 +87,7 @@
},
computed: {
...mapState(['user', 'token'])
...mapState(['user'])
},
onLoad (query) {
@@ -120,6 +120,8 @@
},
methods: {
...mapActions(['selectPrivilegedContact']),
linkTo (url) {
uni.navigateTo({
url