| | |
| | | <template> |
| | | <view class=""> |
| | | <view > |
| | | <headNav :idIndex="idIndex" :searchBg="false" text="中医世医传承数据库" bg="/static/image/topBg1.png" |
| | | bg1="/static/image/line1.png" /> |
| | | |
| | |
| | | <li style="background-color: #DA7A2B;color: #fff;">世医传承</li> |
| | | <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> |
| | |
| | | }, |
| | | onLoad(options) { |
| | | this.idIndex = options.id |
| | | console.log('optionsoptionsoptions', options.id); |
| | | }, |
| | | mounted() { |
| | | // 初始化 echarts |