From 4402fdd67af1572a95cfe07fe14934120abad82c Mon Sep 17 00:00:00 2001 From: sx <2427911852@qq.com> Date: Thu, 27 Feb 2025 14:53:04 +0800 Subject: [PATCH] =?UTF-8?q?2025.02.27=20=E5=B7=A5=E4=BD=9C=E4=BB=A3?= =?UTF-8?q?=E7=A0=81=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jiuyi2/common/js/config.js | 3 ++- jiuyi2/components/index/indexVideo.vue | 9 ++++----- jiuyi2/pages/index/index.nvue | 20 ++++++++------------ jiuyi2/pages/index/videoHome.vue | 4 ++-- jiuyi2/pages/index/wallet/topUp.vue | 4 ++-- jiuyi2/pages/release/commodity.vue | 16 +++++++++++----- jiuyi2/pages/release/video.vue | 16 +++++++++++++++- jiuyi2/pages/shop/commodity/index.vue | 13 +++++++++++-- jiuyi2/pages/shop/commodity/payment.vue | 8 ++++++++ jiuyi2/static/footerMenuPlus1.png | Bin 386 -> 773 bytes jiuyi2/static/userMenu.png | Bin 865 -> 2807 bytes jiuyi2/vite.config.js | 3 ++- 12 files changed, 65 insertions(+), 31 deletions(-) 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() {