From d5f572496c5fb12fec2fe346b847bf58331299c9 Mon Sep 17 00:00:00 2001 From: YM <479443481@qq.com> Date: 星期三, 17 七月 2024 15:56:51 +0800 Subject: [PATCH] 1 --- src/pages/zhongyi/zhongyi.vue | 13 ++++--------- 1 files changed, 4 insertions(+), 9 deletions(-) diff --git a/src/pages/zhongyi/zhongyi.vue b/src/pages/zhongyi/zhongyi.vue index cbaec02..1e62745 100644 --- a/src/pages/zhongyi/zhongyi.vue +++ b/src/pages/zhongyi/zhongyi.vue @@ -1,6 +1,6 @@ <template> - <view class=""> - <headNav :idIndex="idIndex" :searchBg="false" text="涓尰涓栧尰浼犳壙鏁版嵁搴�" bg="/static/image/topBg1.png" + <view > + <headNav :idIndex="idIndex" :searchBg="false" text="瀹跺浼犳壙" bg="/static/image/topBg1.png" bg1="/static/image/line1.png" /> <view class="flex" style="padding: .24rem 1.21rem ;background-color: #f0f0f0;"> @@ -10,10 +10,9 @@ </view> <ul class="flex Lists"> <li style="background-color: #DA7A2B;color: #fff;">涓栧尰浼犳壙</li> - <!-- /pages/AcademicHistory/AcademicHistory --> <li @click="ListClick" style="background-color: #fff;color: #DA7A2B;" >涓栧尰浼犳壙</li> </ul> - <view class="" style="width: 1rem;"></view> + <view style="width: 1rem;"></view> </view> <!-- echarts鍥� --> <div class="barChart" ref="barChart"></div> @@ -31,7 +30,6 @@ }, onLoad(options) { this.idIndex = options.id - console.log('optionsoptionsoptions', options.id); }, mounted() { // 鍒濆鍖� echarts @@ -610,10 +608,7 @@ }, // 杩斿洖鎸夐挳 goBack() { - // uuni.redirectTo(); - uni.redirectTo({ - url: '/pages/index/index' - }) + this.$router.go(-1); }, } } -- Gitblit v1.9.1