Skip to content

Commit

Permalink
Merge pull request #938 from Matataki-io/testing
Browse files Browse the repository at this point in the history
fix: release fix
  • Loading branch information
frankwei98 authored Dec 8, 2020
2 parents e7e8ced + 394d90f commit 060bf8c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion components/user_timeline/bilibili.vue
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ export default {
return {
pull: {
params: {
network: 'test',
network: '',
pagesize: 12,
start: ''
},
Expand All @@ -80,6 +80,10 @@ export default {
computed: {
...mapGetters(['isMe']),
},
mounted () {
this.pull.params.network = this.$utils.getNetwork(window)
if (this.pull.params.network === 'dev') this.pull.params.network = 'test'
},
methods: {
// 点击更多按钮返回的数据
buttonLoadMoreRes(res) {
Expand Down

0 comments on commit 060bf8c

Please sign in to comment.