lyn7568 %!s(int64=6) %!d(string=hace) años
padre
commit
df749a9a5c

+ 0 - 5
src/components/ShareOut/index.vue

20
    import { urlshare } from '@/libs/util';
20
    import { urlshare } from '@/libs/util';
21
  export default {
21
  export default {
22
    props: {
22
    props: {
23
      tUrl: {
24
        type: String
25
      },
26
      tPosition: {
23
      tPosition: {
27
        type: String,
24
        type: String,
28
        default: 'bottom-start'
25
        default: 'bottom-start'
46
          height: 120
43
          height: 120
47
        });
44
        });
48
        qrcode.clear();
45
        qrcode.clear();
49
        console.log(this.tUrl,12)
50
        console.log(urlshare())
51
        qrcode.makeCode(urlshare());
46
        qrcode.makeCode(urlshare());
52
      }
47
      }
53
    }
48
    }

+ 2 - 2
src/libs/util.js

323
  if (arr && arr.length) {
323
  if (arr && arr.length) {
324
    let index = arr[0].indexOf('.');
324
    let index = arr[0].indexOf('.');
325
    let temp = arr[0].substring(0, index);
325
    let temp = arr[0].substring(0, index);
326
    let url = "http://" + window.location.host + "/h5.html#/" + temp + "?id=" + urlParse('id');
326
    let url = 'http://' + window.location.host + '/h5.html#/' + temp + '?id=' + urlParse('id');
327
    return url;
327
    return url;
328
  }
328
  }
329
}
329
}
332
  let url = urlshare();
332
  let url = urlshare();
333
  if (navigator.userAgent.match(/(iPhone|iPod|Android|ios)/i)) {
333
  if (navigator.userAgent.match(/(iPhone|iPod|Android|ios)/i)) {
334
    location.href = url
334
    location.href = url
335
  } 
335
  }
336
}
336
}

+ 1 - 3
src/pages/company/show.vue

11
            <div class="info-tag"><span v-if="orgInfo.type === '2'" style="margin-right:10px">{{compType[orgInfo.type]}} </span>{{keywordObj[1] ? keywordObj[1].join(" | ") : ''}}</div>
11
            <div class="info-tag"><span v-if="orgInfo.type === '2'" style="margin-right:10px">{{compType[orgInfo.type]}} </span>{{keywordObj[1] ? keywordObj[1].join(" | ") : ''}}</div>
12
            <div class="info-operate">
12
            <div class="info-operate">
13
              <div class="addr">{{citys[orgInfo.addr]}}</div>
13
              <div class="addr">{{citys[orgInfo.addr]}}</div>
14
              <shareOut :tUrl="elurl"></shareOut>
14
              <shareOut></shareOut>
15
            </div>
15
            </div>
16
          </div>
16
          </div>
17
        </div>
17
        </div>
140
      return {
140
      return {
141
        activeName: 'first',
141
        activeName: 'first',
142
        orgInfo: '',
142
        orgInfo: '',
143
        elurl: '',
144
        pageSize: 10,
143
        pageSize: 10,
145
        pageNo: 1,
144
        pageNo: 1,
146
        productCount: 0,
145
        productCount: 0,
160
    },
159
    },
161
    created() {
160
    created() {
162
      this.companyId = urlParse('id');
161
      this.companyId = urlParse('id');
163
      this.elurl = window.location.href;
164
      this.getDictoryData();
162
      this.getDictoryData();
165
      this.getorgInfo();
163
      this.getorgInfo();
166
      this.getCompanyKeyword();
164
      this.getCompanyKeyword();

+ 1 - 3
src/pages/content/show.vue

11
                  <span>{{contentInfo.modifyTime}}</span>
11
                  <span>{{contentInfo.modifyTime}}</span>
12
                  <pageView v-if="contentId" :pageObj="{ tn: 'article', id: contentId, src: '1'}"></pageView>
12
                  <pageView v-if="contentId" :pageObj="{ tn: 'article', id: contentId, src: '1'}"></pageView>
13
                  <span>作者/来源:{{contentInfo.source}}</span>
13
                  <span>作者/来源:{{contentInfo.source}}</span>
14
                  <shareOut :tUrl="elurl"></shareOut>
14
                  <shareOut></shareOut>
15
                </div>
15
                </div>
16
              </div>
16
              </div>
17
            </div>
17
            </div>
75
      return {
75
      return {
76
        /* eslint-disable no-undef */
76
        /* eslint-disable no-undef */
77
        adinfo: PLAT.info.adinfo.mainAd,
77
        adinfo: PLAT.info.adinfo.mainAd,
78
        elurl: '',
79
        contentInfo: '',
78
        contentInfo: '',
80
        platExperts: '',
79
        platExperts: '',
81
        platOrgs: '',
80
        platOrgs: '',
84
    },
83
    },
85
    created() {
84
    created() {
86
      this.contentId = urlParse('id');
85
      this.contentId = urlParse('id');
87
      this.elurl = window.location.href;
88
      this.getContentInfo();
86
      this.getContentInfo();
89
      this.getPlatExperts();
87
      this.getPlatExperts();
90
      this.getPlatOrgs();
88
      this.getPlatOrgs();

+ 1 - 3
src/pages/expert/show.vue

9
            <div class="info-tag"><span v-if="expertInfo.title" style="margin-right:10px">{{expertInfo.title}}</span> {{expertInfo.offt}}</div>
9
            <div class="info-tag"><span v-if="expertInfo.title" style="margin-right:10px">{{expertInfo.title}}</span> {{expertInfo.offt}}</div>
10
            <div class="info-operate">
10
            <div class="info-operate">
11
              <div class="addr">{{expertInfo.address}}</div>
11
              <div class="addr">{{expertInfo.address}}</div>
12
              <shareOut :tUrl="elurl"></shareOut>
12
              <shareOut></shareOut>
13
            </div>
13
            </div>
14
          </div>
14
          </div>
15
          <el-row class="goSpan" :gutter="10">
15
          <el-row class="goSpan" :gutter="10">
219
        activeName: 'first',
219
        activeName: 'first',
220
        expertInfo: '',
220
        expertInfo: '',
221
        expertId: '',
221
        expertId: '',
222
        elurl: '',
223
        platServices: [],
222
        platServices: [],
224
        serCount: 0,
223
        serCount: 0,
225
        loadingModalShow: true, // 是否显示按钮
224
        loadingModalShow: true, // 是否显示按钮
247
    },
246
    },
248
    created() {
247
    created() {
249
      this.expertId = urlParse('id');
248
      this.expertId = urlParse('id');
250
      this.elurl = window.location.href;
251
      this.getExpertInfo();
249
      this.getExpertInfo();
252
      this.getExpertWave();
250
      this.getExpertWave();
253
      this.getExpertPatent();
251
      this.getExpertPatent();

+ 0 - 6
src/pages/h5/views/Result/result.vue

94
94
95
<script>
95
<script>
96
  import { urlParse, ImageUrl, defaultSet, strToArr, TimeTr } from '@/libs/util';
96
  import { urlParse, ImageUrl, defaultSet, strToArr, TimeTr } from '@/libs/util';
97
  import collectCo from '@/components/CollectCo';
98
  import contactChat from '@/components/ContactChat';
99
97
100
  import baseResult from '@/components/subTemplate/BaseResult';
98
  import baseResult from '@/components/subTemplate/BaseResult';
101
  import queryBase from '@/libs/queryBase';
99
  import queryBase from '@/libs/queryBase';
107
        activeName: 'first',
105
        activeName: 'first',
108
        patentInfo: '',
106
        patentInfo: '',
109
        patentId: '',
107
        patentId: '',
110
        elurl: '',
111
        likePatents: '',
108
        likePatents: '',
112
        patentAuthors: '',
109
        patentAuthors: '',
113
        defaultExpertImg: defaultSet.img.expert
110
        defaultExpertImg: defaultSet.img.expert
115
    },
112
    },
116
    created() {
113
    created() {
117
      this.patentId = urlParse('id');
114
      this.patentId = urlParse('id');
118
      this.elurl = window.location.href;
119
      this.getPatentInfo();
115
      this.getPatentInfo();
120
      this.getLikePatents();
116
      this.getLikePatents();
121
      this.getPatentAuthors();
117
      this.getPatentAuthors();
122
    },
118
    },
123
    components: {
119
    components: {
124
      collectCo,
125
      contactChat,
126
      baseResult
120
      baseResult
127
    },
121
    },
128
    methods: {
122
    methods: {

+ 0 - 4
src/pages/h5/views/resource/resource.vue

72
72
73
  import previewMagnify from '../components/swiperImg';
73
  import previewMagnify from '../components/swiperImg';
74
  import beyondTo from '@/components/BeyondTo';
74
  import beyondTo from '@/components/BeyondTo';
75
  import contactChat from '@/components/ContactChat';
76
  import baseResource from '@/components/subTemplate/BaseResource';
75
  import baseResource from '@/components/subTemplate/BaseResource';
77
76
78
  export default {
77
  export default {
80
      return {
79
      return {
81
        resourceInfo: '',
80
        resourceInfo: '',
82
        resourceId: '',
81
        resourceId: '',
83
        elurl: '',
84
        tPosition: 'top-start',
82
        tPosition: 'top-start',
85
        owner: {
83
        owner: {
86
          id: '',
84
          id: '',
93
    },
91
    },
94
    created() {
92
    created() {
95
      this.resourceId = urlParse('id');
93
      this.resourceId = urlParse('id');
96
      this.elurl = window.location.href;
97
      this.getResourceInfo();
94
      this.getResourceInfo();
98
      this.getLikeResources();
95
      this.getLikeResources();
99
      this.getLinkmans();
96
      this.getLinkmans();
101
    components: {
98
    components: {
102
      previewMagnify,
99
      previewMagnify,
103
      beyondTo,
100
      beyondTo,
104
      contactChat,
105
      baseResource
101
      baseResource
106
    },
102
    },
107
    methods: {
103
    methods: {

+ 0 - 6
src/pages/h5/views/service/service.vue

56
  import { urlParse, ImageUrl, defaultSet, strToArr } from '@/libs/util';
56
  import { urlParse, ImageUrl, defaultSet, strToArr } from '@/libs/util';
57
57
58
  import previewMagnify from '../components/swiperImg';
58
  import previewMagnify from '../components/swiperImg';
59
  import collectCo from '@/components/CollectCo';
60
  import beyondTo from '@/components/BeyondTo';
59
  import beyondTo from '@/components/BeyondTo';
61
  import contactChat from '@/components/ContactChat';
62
60
63
  import baseService from '@/components/subTemplate/BaseService';
61
  import baseService from '@/components/subTemplate/BaseService';
64
62
67
      return {
65
      return {
68
        serveInfo: '',
66
        serveInfo: '',
69
        serveId: '',
67
        serveId: '',
70
        elurl: '',
71
        tPosition: 'top-start',
68
        tPosition: 'top-start',
72
        ownerB: {
69
        ownerB: {
73
          id: '',
70
          id: '',
80
    },
77
    },
81
    created() {
78
    created() {
82
      this.serveId = urlParse('id');
79
      this.serveId = urlParse('id');
83
      this.elurl = window.location.href;
84
      this.getserveInfo();
80
      this.getserveInfo();
85
      this.getLikeserves();
81
      this.getLikeserves();
86
      this.getLinkmans();
82
      this.getLinkmans();
87
    },
83
    },
88
    components: {
84
    components: {
89
      previewMagnify,
85
      previewMagnify,
90
      collectCo,
91
      beyondTo,
86
      beyondTo,
92
      contactChat,
93
      baseService
87
      baseService
94
    },
88
    },
95
    methods: {
89
    methods: {

+ 1 - 3
src/pages/org/show.vue

11
            <div class="info-tag"><span v-if="orgInfo.orgType === '2'" style="margin-right:10px">{{compType[orgInfo.orgType]}}</span></div>
11
            <div class="info-tag"><span v-if="orgInfo.orgType === '2'" style="margin-right:10px">{{compType[orgInfo.orgType]}}</span></div>
12
            <div class="info-operate">
12
            <div class="info-operate">
13
              <div class="addr">{{orgInfo.city}}</div>
13
              <div class="addr">{{orgInfo.city}}</div>
14
              <shareOut :tUrl="elurl"></shareOut>
14
              <shareOut></shareOut>
15
            </div>
15
            </div>
16
          </div>
16
          </div>
17
          <el-row class="goSpan" :gutter="10">
17
          <el-row class="goSpan" :gutter="10">
181
        compType: [],
181
        compType: [],
182
        orgInfo: '',
182
        orgInfo: '',
183
        orgId: '',
183
        orgId: '',
184
        elurl: '',
185
        platServices: [],
184
        platServices: [],
186
        serCount: 0,
185
        serCount: 0,
187
        loadingModalShow: true, // 是否显示按钮
186
        loadingModalShow: true, // 是否显示按钮
208
    },
207
    },
209
    created() {
208
    created() {
210
      this.orgId = urlParse('id');
209
      this.orgId = urlParse('id');
211
      this.elurl = window.location.href;
212
      this.getDictoryData();
210
      this.getDictoryData();
213
      this.getorgInfo();
211
      this.getorgInfo();
214
      this.getOrgWave();
212
      this.getOrgWave();

+ 1 - 3
src/pages/product/show.vue

12
              <div class="info-tag">简介:{{productInfo.cnt}}</div>
12
              <div class="info-tag">简介:{{productInfo.cnt}}</div>
13
              <div class="info-operate zoom-operate">
13
              <div class="info-operate zoom-operate">
14
                <!-- <div class="addr">浏览量 10</div> -->
14
                <!-- <div class="addr">浏览量 10</div> -->
15
                <shareOut :tUrl="elurl" :tPosition="tPosition"></shareOut>
15
                <shareOut :tPosition="tPosition"></shareOut>
16
              </div>
16
              </div>
17
            </div>
17
            </div>
18
          </div>
18
          </div>
87
        productInfo: '',
87
        productInfo: '',
88
        companyId: '',
88
        companyId: '',
89
        keywords: '',
89
        keywords: '',
90
        elurl: '',
91
        tPosition: 'top-start',
90
        tPosition: 'top-start',
92
        otherProducts: ''
91
        otherProducts: ''
93
      };
92
      };
94
    },
93
    },
95
    created() {
94
    created() {
96
      this.productId = urlParse('id');
95
      this.productId = urlParse('id');
97
      this.elurl = window.location.href;
98
      this.getproductInfo();
96
      this.getproductInfo();
99
      this.getProductKeyword();
97
      this.getProductKeyword();
100
    },
98
    },

+ 1 - 3
src/pages/resource/show.vue

12
              <div class="info-tag">应用用途:{{resourceInfo.supportedServices}}</div>
12
              <div class="info-tag">应用用途:{{resourceInfo.supportedServices}}</div>
13
              <div class="info-operate zoom-operate">
13
              <div class="info-operate zoom-operate">
14
                <collectCo :watchOptions="{oid: resourceId, type: 4}"></collectCo>
14
                <collectCo :watchOptions="{oid: resourceId, type: 4}"></collectCo>
15
                <shareOut :tUrl="elurl" :tPosition="tPosition"></shareOut>
15
                <shareOut :tPosition="tPosition"></shareOut>
16
              </div>
16
              </div>
17
            </div>
17
            </div>
18
          </div>
18
          </div>
115
      return {
115
      return {
116
        resourceInfo: '',
116
        resourceInfo: '',
117
        resourceId: '',
117
        resourceId: '',
118
        elurl: '',
119
        tPosition: 'top-start',
118
        tPosition: 'top-start',
120
        owner: {
119
        owner: {
121
          id: '',
120
          id: '',
128
    },
127
    },
129
    created() {
128
    created() {
130
      this.resourceId = urlParse('id');
129
      this.resourceId = urlParse('id');
131
      this.elurl = window.location.href;
132
      this.getResourceInfo();
130
      this.getResourceInfo();
133
      this.getLikeResources();
131
      this.getLikeResources();
134
      this.getLinkmans();
132
      this.getLinkmans();

+ 1 - 3
src/pages/result/show.vue

9
                <div class="info-tit info-tit-big">{{patentInfo.name}}</div>
9
                <div class="info-tit info-tit-big">{{patentInfo.name}}</div>
10
                <div class="info-operate zoom-operate">
10
                <div class="info-operate zoom-operate">
11
                  <collectCo :watchOptions="{oid: patentId, type: 5}"></collectCo>
11
                  <collectCo :watchOptions="{oid: patentId, type: 5}"></collectCo>
12
                  <shareOut :tUrl="elurl"></shareOut>
12
                  <shareOut></shareOut>
13
                </div>
13
                </div>
14
              </div>
14
              </div>
15
            </div>
15
            </div>
122
        activeName: 'first',
122
        activeName: 'first',
123
        patentInfo: '',
123
        patentInfo: '',
124
        patentId: '',
124
        patentId: '',
125
        elurl: '',
126
        likePatents: '',
125
        likePatents: '',
127
        patentAuthors: '',
126
        patentAuthors: '',
128
        defaultExpertImg: defaultSet.img.expert
127
        defaultExpertImg: defaultSet.img.expert
130
    },
129
    },
131
    created() {
130
    created() {
132
      this.patentId = urlParse('id');
131
      this.patentId = urlParse('id');
133
      this.elurl = window.location.href;
134
      this.getPatentInfo();
132
      this.getPatentInfo();
135
      this.getLikePatents();
133
      this.getLikePatents();
136
      this.getPatentAuthors();
134
      this.getPatentAuthors();

+ 1 - 3
src/pages/serve/show.vue

12
              <div class="info-tag">服务内容:{{serveInfo.cnt}}</div>
12
              <div class="info-tag">服务内容:{{serveInfo.cnt}}</div>
13
              <div class="info-operate zoom-operate">
13
              <div class="info-operate zoom-operate">
14
                <collectCo :watchOptions="{oid: serveId, type: 3}"></collectCo>
14
                <collectCo :watchOptions="{oid: serveId, type: 3}"></collectCo>
15
                <shareOut :tUrl="elurl" :tPosition="tPosition"></shareOut>
15
                <shareOut :tPosition="tPosition"></shareOut>
16
              </div>
16
              </div>
17
            </div>
17
            </div>
18
          </div>
18
          </div>
103
      return {
103
      return {
104
        serveInfo: '',
104
        serveInfo: '',
105
        serveId: '',
105
        serveId: '',
106
        elurl: '',
107
        tPosition: 'top-start',
106
        tPosition: 'top-start',
108
        ownerB: {
107
        ownerB: {
109
          id: '',
108
          id: '',
116
    },
115
    },
117
    created() {
116
    created() {
118
      this.serveId = urlParse('id');
117
      this.serveId = urlParse('id');
119
      this.elurl = window.location.href;
120
      this.getserveInfo();
118
      this.getserveInfo();
121
      this.getLikeserves();
119
      this.getLikeserves();
122
      this.getLinkmans();
120
      this.getLinkmans();