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