diff --git a/jiuyi2/common/js/config.js b/jiuyi2/common/js/config.js index d9448b2f..bce99ca0 100644 --- a/jiuyi2/common/js/config.js +++ b/jiuyi2/common/js/config.js @@ -6,7 +6,8 @@ const config = { // host: 'h5api', // #endif // #ifndef H5 - host: 'http://91f.xyz:8080', + // host: 'http://91f.xyz:8080', + host: 'http://chi9fe.natappfree.cc', // #endif // 支付方式配置 payType: { diff --git a/jiuyi2/components/index/indexVideo.vue b/jiuyi2/components/index/indexVideo.vue index bbf1b54f..647df013 100644 --- a/jiuyi2/components/index/indexVideo.vue +++ b/jiuyi2/components/index/indexVideo.vue @@ -586,11 +586,10 @@ - - {{ item.likeCount }} - - - 点赞 + + {{ item.likeCount }} + 隐私赞 + 点赞 diff --git a/jiuyi2/pages/index/index.nvue b/jiuyi2/pages/index/index.nvue index 605bf838..9c596671 100644 --- a/jiuyi2/pages/index/index.nvue +++ b/jiuyi2/pages/index/index.nvue @@ -163,20 +163,16 @@ util.getMyTask() // 监听登录 - uni.$on('login', () => { - recList.data.length = 0 - attList.data.length = 0 - nextTick(() => { - // 获取列表 - tabCurrent.value.refreshList() - }) - }) + // uni.$on('login', () => { + // // 获取列表 + // tabCurrent.value.refreshList() + // }) // 监听登录 - uni.$on('logout', () => { - // 获取列表 - tabCurrent.value.refreshList() - }) + // uni.$on('logout', () => { + // // 获取列表 + // tabCurrent.value.refreshList() + // }) // 视频数据被修改 uni.$on('updateVideo', (item) => { diff --git a/jiuyi2/pages/index/videoHome.vue b/jiuyi2/pages/index/videoHome.vue index 7cce3588..9f14f3e1 100644 --- a/jiuyi2/pages/index/videoHome.vue +++ b/jiuyi2/pages/index/videoHome.vue @@ -356,7 +356,7 @@ function toCommentsList() {