update about api

This commit is contained in:
cmxdd
2020-07-30 19:49:12 +08:00
parent 5094efd41e
commit 22ea59f5c5
16 changed files with 1298 additions and 809 deletions

View File

@@ -50,7 +50,7 @@ export default {
},
toDetailsPage() {
uni.navigateTo({
url: '/pages/user/contentDetails?current=' + this.cur
url: '/pages/user/contentDetails?current=' + this.type+'&id=' + this.info.article_id
});
}
},