|
@@ -5,7 +5,7 @@
|
|
|
<view class="dljt-page-title">校园动态</view>
|
|
|
<view class="dljt-page-content-box">
|
|
|
<view class="dljt-breadcrumb-box">
|
|
|
- <view class="breadcrumb-text">首页</view>
|
|
|
+ <view class="breadcrumb-text" @click="handleGo()">首页</view>
|
|
|
<icon class="breadcrumb-jt"></icon>
|
|
|
<view class="breadcrumb-active">学院新闻</view>
|
|
|
</view>
|
|
@@ -77,6 +77,12 @@
|
|
|
data.total = res.data.total;
|
|
|
})
|
|
|
}
|
|
|
+
|
|
|
+ function handleGo() {
|
|
|
+ uni.navigateTo({
|
|
|
+ url: '/pages/index/index'
|
|
|
+ })
|
|
|
+ }
|
|
|
</script>
|
|
|
|
|
|
<style>
|