diff --git a/package-lock.json b/package-lock.json index 48db6a8..641a2a8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2984,7 +2984,6 @@ "resolved": "https://registry.npmjs.org/boom/-/boom-2.10.1.tgz", "integrity": "sha1-OciRjO/1eZ+D+UkqhI9iWt0Mdm8=", "dev": true, - "optional": true, "requires": { "hoek": "2.x.x" } @@ -6630,8 +6629,7 @@ "version": "2.16.3", "resolved": "https://registry.npmjs.org/hoek/-/hoek-2.16.3.tgz", "integrity": "sha1-ILt0A9POo5jpHcRxCo/xuCdKJe0=", - "dev": true, - "optional": true + "dev": true }, "hoopy": { "version": "0.1.4", @@ -9943,8 +9941,7 @@ "version": "2.2.2", "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.2.2.tgz", "integrity": "sha512-q0M/9eZHzmr0AulXyPwNfZjtwZ/RBZlbN3K3CErVrk50T2ASYI7Bye0EvekFY3IP1Nt2DHu0re+V2ZHIpMkuWg==", - "dev": true, - "optional": true + "dev": true }, "pify": { "version": "2.3.0", diff --git a/src/view/data.vue b/src/view/data.vue index 6e1a848..e6a1f6d 100755 --- a/src/view/data.vue +++ b/src/view/data.vue @@ -3,7 +3,8 @@ 您的位置: 首页 - 数据上报 + 数据上报 + 详情 @@ -18,10 +19,10 @@ - +
    -
  • {{ index+1 }}、{{item.title}}{{item.publishTime}}
  • +
  • {{ index+1 }}、{{item.title}}{{item.publishTime}}
+ +

上海市集成电路行业协会简介

+
作者:SICA       发布日期:2011年12月28日 星期三
+
+
@@ -43,10 +49,20 @@ export default { titleList: [], activeIndex: 0, dataList: [], - total: 0 + total: 0, + isShow: false, + activeItem: {} } }, methods: { + goToList(){ + this.isShow = false + this.$forceUpdate() + }, + goToDetail(item){ + this.isShow = true + this.activeItem = {...item} + }, async getChannelsRequest(){ let res = await getChannelsRequest({current:1,size:100}) if(res.code == 200){ @@ -66,7 +82,7 @@ export default { if(this.titleList && this.titleList[0]){ this.getChannelInformationsRequest(this.titleList[0].id) } - + } }, diff --git a/src/view/exchange.vue b/src/view/exchange.vue index 6d1f80f..4eefc94 100755 --- a/src/view/exchange.vue +++ b/src/view/exchange.vue @@ -3,7 +3,8 @@ 您的位置: 首页 - 合作交流 + 合作交流 + 详情 @@ -21,13 +22,13 @@ - - + +

活动预告

    -
  • - +

    {{item.title}}

    @@ -41,13 +42,18 @@ :total="total" prev-text="上一页" next-text="下一页" style="float: right;margin: 10px"> + +

    上海市集成电路行业协会简介

    +
    作者:SICA       发布日期:2011年12月28日 星期三
    +
    +