diff --git a/src/pages/index/index.vue b/src/pages/index/index.vue
index 80f70f0..84d3dac 100644
--- a/src/pages/index/index.vue
+++ b/src/pages/index/index.vue
@@ -51,44 +51,51 @@
-
+
-
-
+
+
{{ item.name }}
@@ -248,7 +255,7 @@
-
+
@@ -297,26 +305,34 @@
-
-
-
-
-
-
-
-
- {{ item.title }}
+
+
+
+
+
+
- {{ item.description }}
-
- 2025-8-23
-
+
-
-
+
+
@@ -337,8 +353,8 @@
-
-
+
+
@@ -432,14 +448,14 @@ export default defineComponent({
},
onChange(e) {
- console.log(e)
- this.city = this.swiperList[e.current].city
- this.title = this.swiperList[e.current].title
+ // // console.log(e)
+ // this.city = this.swiperList[e.current].city
+ // this.title = this.swiperList[e.current].title
},
changeTab(e) {
- console.log(e)
- // this.currentTab = e.id
+ // console.log(e)
+ this.current_item = e
},
async getArticle() {
diff --git a/src/pages/my/components/wx-login.vue b/src/pages/my/components/wx-login.vue
index 96357cb..bdc3e3d 100644
--- a/src/pages/my/components/wx-login.vue
+++ b/src/pages/my/components/wx-login.vue
@@ -172,12 +172,14 @@ import { defineComponent } from 'vue'
// })
function more(item) {
const islogin = hasLogin()
+ // const islogin = true
if (islogin === false) {
uni.navigateTo({
url: '/pages/login/login',
})
return
}
+
if (islogin === true) {
// console.log(item)
if (item.type == 1) {
diff --git a/src/pages/my/setting.vue b/src/pages/my/setting.vue
index 43fdc71..575cc60 100644
--- a/src/pages/my/setting.vue
+++ b/src/pages/my/setting.vue
@@ -15,7 +15,9 @@
:value="userInfo.nickname"
:border="false"
size="large"
+ is-link
custom-style="padding:20rpx;font-size:28rpx"
+ @click="showName = true"
/>
-
+