From 315bc474d6cb5e5f49de840b436caf49ccc108d1 Mon Sep 17 00:00:00 2001 From: cs10086 <1291454411@qq.com> Date: Thu, 6 Aug 2026 00:10:19 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E5=96=84=E6=9C=AA=E5=AE=8C=E6=88=90?= =?UTF-8?q?=E5=8A=9F=E8=83=BD:=E4=BF=AE=E5=A4=8D=E5=85=B3=E6=B3=A8?= =?UTF-8?q?=E5=88=97=E8=A1=A8/=E8=AF=84=E8=AE=BA=E5=8F=91=E5=B8=83/?= =?UTF-8?q?=E7=BC=96=E8=BE=91=E5=99=A8=E8=8D=89=E7=A8=BF=E7=AD=89=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 7 + App.vue | 31 +- main.js | 7 +- manifest.json | 2 +- package.json | 4 + .../articleContentDetail.vue | 233 ++--- pages/index/index.vue | 27 +- pages/login/login.vue | 76 +- pages/my/my.vue | 306 +++--- pages/test/test.vue | 191 ++-- .../arctcleCollectList/arctcleCollectList.vue | 288 +++--- pages2/arctcleLikeList/arctcleLikeList.vue | 309 +++--- pages2/balance/balance.vue | 190 ++-- pages2/editCms/editCms.vue | 979 ++++++------------ pages2/editCms/editSetting.vue | 580 +++++------ pages2/editCms/editText.vue | 503 +++------ pages2/editCms/preview.vue | 617 +++++------ pages2/editCms/smallTitle.vue | 312 ++---- pages2/editCms/titleStyle.vue | 414 +++----- pages2/editCms/vote.vue | 252 ++--- pages2/edit_list/edit_list.vue | 188 ++-- pages2/follow/follow.vue | 333 +++--- pages2/historyList/historyList.vue | 297 +++--- pages2/replyCommentList/replyCommentList.vue | 529 +++++----- pages2/setting/setting.vue | 338 +++--- pages2/withdraw/withdraw.vue | 239 +++-- .../uni_modules/uni-id-pages/common/store.js | 2 +- .../uni-cms-article/pages/detail/detail.vue | 1 - 28 files changed, 2979 insertions(+), 4276 deletions(-) diff --git a/.gitignore b/.gitignore index a98e9c4..e13eabe 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,10 @@ unpackage/ .hbuilderx/ *.key package-lock.json +HBuilderX/ +HBuilderX*.zip +MuMuInstaller.exe +android/ +.trae/ +hx_page.html +git/gitea.txt diff --git a/App.vue b/App.vue index 3cb217d..10b2a2a 100644 --- a/App.vue +++ b/App.vue @@ -1,20 +1,23 @@ + export default { + setup() { + onLaunch(async () => { + console.log('App Launch') + await uniIdPageInit() + }) + onShow(() => { + console.log('App Show') + }) + onHide(() => { + console.log('App Hide') + }) + return {} + } + } + \ No newline at end of file + diff --git a/pages/index/index.vue b/pages/index/index.vue index 89b7fd8..467b147 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -5,23 +5,18 @@ diff --git a/pages/login/login.vue b/pages/login/login.vue index c25fc74..5a21b86 100644 --- a/pages/login/login.vue +++ b/pages/login/login.vue @@ -9,62 +9,54 @@ diff --git a/pages2/arctcleCollectList/arctcleCollectList.vue b/pages2/arctcleCollectList/arctcleCollectList.vue index 5f46ddd..8b95cca 100644 --- a/pages2/arctcleCollectList/arctcleCollectList.vue +++ b/pages2/arctcleCollectList/arctcleCollectList.vue @@ -5,7 +5,6 @@ @error="onqueryerror" :page-size="10" @onPullDownRefresh="onPullDownRefresh" @load="listLoad" :collection="colList" > - @@ -60,27 +59,21 @@ diff --git a/pages2/arctcleLikeList/arctcleLikeList.vue b/pages2/arctcleLikeList/arctcleLikeList.vue index 705a44a..5aff453 100644 --- a/pages2/arctcleLikeList/arctcleLikeList.vue +++ b/pages2/arctcleLikeList/arctcleLikeList.vue @@ -5,7 +5,6 @@ @error="onqueryerror" :page-size="10" @onPullDownRefresh="onPullDownRefresh" @load="listLoad" :collection="colList" > - @@ -35,9 +34,12 @@ :data="getNewItem(item)"> - 111 + + + 该文章已被下架或删除 + + - @@ -64,27 +66,21 @@ @@ -359,4 +314,20 @@ .pages .uni-list ::v-deep .uni-list--border:after { background-color: #f5f5f5; } + + .main { + display: flex; + justify-content: space-between; + flex-direction: column; + flex: 1; + padding-left: 30rpx; + padding-right: 30rpx; + padding-top: 24rpx; + padding-bottom: 24rpx; + + .title { + font-size: 30rpx; + color: #bbb; + } + } diff --git a/pages2/balance/balance.vue b/pages2/balance/balance.vue index deb558b..e65a292 100644 --- a/pages2/balance/balance.vue +++ b/pages2/balance/balance.vue @@ -44,7 +44,7 @@ - { 0 }} + {{ userInfo.available || 0 }} 元 剩余提现额度 @@ -53,7 +53,7 @@ - {{ 0 }} + {{ userInfo.total_recharge || 0 }} 元 累计收益 @@ -79,7 +79,7 @@ + :hover-stay-time="150"> @@ -104,109 +104,110 @@ @@ -245,7 +246,6 @@ } } - .ithui { &-content { .h5title { @@ -360,20 +360,17 @@ background-color: #ff8440; padding-bottom: 100rpx; - .userinfo-headimg { width: 130rpx; height: 130rpx; overflow: hidden; margin-right: 20rpx; - } .borde-radius { border-radius: 50%; } - .arrow { position: relative; padding-right: 30rpx; @@ -522,6 +519,5 @@ } } } - } - \ No newline at end of file + diff --git a/pages2/editCms/editCms.vue b/pages2/editCms/editCms.vue index 01e8ccb..03bbb7a 100644 --- a/pages2/editCms/editCms.vue +++ b/pages2/editCms/editCms.vue @@ -39,7 +39,7 @@ - + @@ -131,7 +131,6 @@ @@ -192,334 +191,165 @@ @@ -487,7 +393,7 @@ .container { position: relative; - flex-shrink: 0; /* 禁止宽度压缩 */ + flex-shrink: 0; width: 200rpx; height: 200rpx; border: 1rpx solid #ccc; diff --git a/pages2/editCms/editText.vue b/pages2/editCms/editText.vue index 4f37e71..591f3ab 100644 --- a/pages2/editCms/editText.vue +++ b/pages2/editCms/editText.vue @@ -1,20 +1,18 @@ - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/pages2/editCms/preview.vue b/pages2/editCms/preview.vue index a2f44d3..a887882 100644 --- a/pages2/editCms/preview.vue +++ b/pages2/editCms/preview.vue @@ -13,20 +13,6 @@ - @@ -34,19 +20,14 @@ - - {{ userInfo.nickname || '' }} · - 刚刚 - - @@ -65,12 +46,6 @@ - - @@ -145,8 +119,6 @@ - - {{ isExpired ? '已截止' : '点击登录后投票' }} - - - + + + - - - - - @@ -185,48 +152,31 @@ @click="tabbarClick" :text="item.text"> - - - - - - - - - - - - - - - + + + + + + + + + + @@ -244,101 +194,19 @@ diff --git a/pages2/editCms/titleStyle.vue b/pages2/editCms/titleStyle.vue index 59716d0..792140e 100644 --- a/pages2/editCms/titleStyle.vue +++ b/pages2/editCms/titleStyle.vue @@ -14,8 +14,6 @@ - - @@ -59,285 +57,197 @@ - - - - - - - - - - - - - - - - - - - - - - - diff --git a/pages2/editCms/vote.vue b/pages2/editCms/vote.vue index 707b4e4..97ba9b2 100644 --- a/pages2/editCms/vote.vue +++ b/pages2/editCms/vote.vue @@ -68,178 +68,140 @@ diff --git a/pages2/edit_list/edit_list.vue b/pages2/edit_list/edit_list.vue index 72b1a86..e3fdee7 100644 --- a/pages2/edit_list/edit_list.vue +++ b/pages2/edit_list/edit_list.vue @@ -85,111 +85,113 @@ diff --git a/pages2/historyList/historyList.vue b/pages2/historyList/historyList.vue index 88e9260..953dbdd 100644 --- a/pages2/historyList/historyList.vue +++ b/pages2/historyList/historyList.vue @@ -5,7 +5,6 @@ @error="onqueryerror" :page-size="10" @onPullDownRefresh="onPullDownRefresh" @load="listLoad" :collection="colList" > - @@ -35,7 +34,6 @@ {{ "最近访问于:文章不存在"}} - - - @@ -73,27 +69,21 @@ \ No newline at end of file + diff --git a/pages2/withdraw/withdraw.vue b/pages2/withdraw/withdraw.vue index 69bc934..900aadc 100644 --- a/pages2/withdraw/withdraw.vue +++ b/pages2/withdraw/withdraw.vue @@ -53,126 +53,153 @@