Browse Source

Merge branch 'songjie/feature-20251023161635-首页' into milestone-20251031-简版功能开发

maziyang/feature-20251025172218-智能客服中台
宋杰 4 weeks ago
parent
commit
9f70c70893
  1. 9
      pages/home/home.vue

9
pages/home/home.vue

@ -47,7 +47,7 @@
<text class="section-title">深度探索</text>
</view>
<view class="header-right">
<text class="more-btn">查看更多</text>
<text class="more-btn" @click="goToDeepExploration">查看更多</text>
</view>
</view>
</view>
@ -430,6 +430,13 @@ export default {
},
methods: {
//
goToDeepExploration() {
uni.navigateTo({
url: '/pages/deepExploration/deepExploration'
})
},
//
handleVisitorLoginSuccess(data) {
console.log('收到游客登录成功事件:', data)

Loading…
Cancel
Save