Browse Source

需求、收藏bug

lyn7568 6 years ago
parent
commit
5c2639f88f

+ 3 - 2
config/prod.env.js

@ -2,6 +2,7 @@
2 2
module.exports = {
3 3
  NODE_ENV: '"production"',
4 4
  ENV_CONFIG:'"prod"',
5
  BASE_API: '"http://xttjpt.cn"',
6
  KX_API: '"https://www.ekexiu.com"'
5
  BASE_API: '""',
6
  // KX_API: '"https://www.ekexiu.com"'
7
  KX_API: '"http://192.168.3.233:81"'
7 8
}

+ 8 - 26
src/pages/center/views/attentionCollect.vue

@ -6,7 +6,7 @@
6 6
          <div class="con-item" v-for="watc in watchList" :key="watc.index">
7 7
            <baseExpert :itemSingle="watc"></baseExpert>
8 8
            <div class="dele">
9
              <el-button type="danger" size="mini" @click.stop="handerDel(watc)">移除</el-button>
9
              <el-button type="danger" size="mini" @click.stop="handerDel(watc.id)">移除</el-button>
10 10
            </div>
11 11
          </div>
12 12
        </div>
@ -14,7 +14,7 @@
14 14
          <div class="con-item" v-for="watc in watchList" :key="watc.index">
15 15
            <baseOrg :itemSingle="watc"></baseOrg>
16 16
            <div class="dele">
17
              <el-button type="danger" size="mini" @click.stop="handerDel(watc)">移除</el-button>
17
              <el-button type="danger" size="mini" @click.stop="handerDel(watc.id)">移除</el-button>
18 18
            </div>
19 19
          </div>
20 20
        </div>
@ -22,7 +22,7 @@
22 22
          <div class="con-item" v-for="watc in watchList" :key="watc.index">
23 23
            <baseService :itemSingle="watc"></baseService>
24 24
            <div class="dele">
25
              <el-button type="danger" size="mini" @click.stop="handerDel(watc)">移除</el-button>
25
              <el-button type="danger" size="mini" @click.stop="handerDel(watc.id)">移除</el-button>
26 26
            </div>
27 27
          </div>
28 28
        </div>
@ -30,7 +30,7 @@
30 30
          <div class="con-item" v-for="watc in watchList" :key="watc.index">
31 31
            <baseResource :itemSingle="watc"></baseResource>
32 32
            <div class="dele">
33
              <el-button type="danger" size="mini" @click.stop="handerDel(watc)">移除</el-button>
33
              <el-button type="danger" size="mini" @click.stop="handerDel(watc.id)">移除</el-button>
34 34
            </div>
35 35
          </div>
36 36
        </div>
@ -38,7 +38,7 @@
38 38
          <div class="con-item" v-for="watc in watchList" :key="watc.index">
39 39
            <baseResult :itemSingle="watc"></baseResult>
40 40
            <div class="dele">
41
              <el-button type="danger" size="mini" @click.stop="handerDel(watc)">移除</el-button>
41
              <el-button type="danger" size="mini" @click.stop="handerDel(watc.id)">移除</el-button>
42 42
            </div>
43 43
          </div>
44 44
        </div>
@ -162,29 +162,11 @@
162 162
        this.pageNo = val
163 163
        this.queryWatchList()
164 164
      },
165
      handerDel(watc) {
166
        var that = this;
167
        var Id = ''
168
        switch (that.activeName) {
169
          case '1':
170
           Id = watc.professorId
171
           break
172
          case '2':
173
           Id = watc.orgId
174
           break
175
          case '3':
176
           Id = watc.id
177
           break
178
          case '4':
179
           Id = watc.resourceId
180
           break
181
          case '5':
182
           Id = watc.id
183
           break
184
        }
165
      handerDel(id) {
166
        var that = this
185 167
        loginStatus(function () {
186 168
          that.$axios.post('/ajax/collection/delete', {
187
            oid: Id,
169
            oid: id,
188 170
            type: that.activeName
189 171
          }, function(res) {
190 172
            if (res.success) {

+ 2 - 2
src/pages/center/views/myDemands/DemandIssue.vue

@ -64,7 +64,7 @@
64 64
          <el-col :span="24"><div class="form-line"></div></el-col>
65 65
          <el-col :span="12">
66 66
            <el-form-item label="需求方名称" prop="linkOrg">
67
              <el-input v-model="ruleFormDem.linkOrg" placeholder="建议填写您的企业名称" maxlength="50"></el-input>
67
              <el-input v-model="ruleFormDem.linkOrg" placeholder="请填写需求方企业名称" maxlength="50"></el-input>
68 68
            </el-form-item>
69 69
          </el-col>
70 70
          <el-col :span="12">
@ -75,7 +75,7 @@
75 75
          <el-col :span="24" ><el-form-item style="height:20px"></el-form-item></el-col>
76 76
          <el-col :span="24" >
77 77
            <el-form-item align="center">
78
              <el-button type="primary" @click="submitForm('ruleFormDem')" style="padding: 12px 50px">保存</el-button><br/>
78
              <el-button type="primary" @click="submitForm('ruleFormDem')" style="padding: 12px 50px">立即发布</el-button><br/>
79 79
            </el-form-item>
80 80
          </el-col>
81 81
        </el-row>

+ 1 - 1
src/pages/demand/closeOperate.vue

@ -24,7 +24,7 @@
24 24
      </el-form-item>
25 25
      <div class="el-btn-col">
26 26
        <div class="el-btn-col-box" align="center">
27
          <el-button type="primary" @click="submitReq">确定</el-button>
27
          <el-button type="primary" @click="submitReq">提交</el-button>
28 28
          <el-button type="info" @click="closedDiloag">关闭</el-button>
29 29
        </div>
30 30
      </div>

+ 1 - 1
src/pages/demand/completeOperate.vue

@ -24,7 +24,7 @@
24 24
      </el-form-item>
25 25
      <div class="el-btn-col">
26 26
        <div class="el-btn-col-box" align="center">
27
          <el-button type="primary" @click="submitReq">确定</el-button>
27
          <el-button type="primary" @click="submitReq">提交</el-button>
28 28
          <el-button type="info" @click="closedDiloag">关闭</el-button>
29 29
        </div>
30 30
      </div>

+ 11 - 9
src/pages/index/views/Dashboard/index.vue

@ -41,7 +41,7 @@
41 41
            <router-link class="content-more" to="trends">更多</router-link>
42 42
          </div>
43 43
        </div>
44
        <div class="content-wrapper full-wrapper" style="margin-top:20px">
44
        <div class="content-wrapper full-wrapper" style="width:800px;margin-top:20px">
45 45
          <div class="content-title">
46 46
            <span>最新入驻企业</span>
47 47
            <router-link class="content-more" to="comp">更多</router-link>
@ -57,6 +57,8 @@
57 57
                </div>
58 58
              </a>
59 59
            </div>
60
            <div class="swiper-button-prev el-icon-arrow-left" ref="prevCmp" style="line-height:170px"></div>
61
            <div class="swiper-button-next el-icon-arrow-right" ref="nextCmp" style="line-height:170px"></div>
60 62
          </div>
61 63
        </div>
62 64
      </div>
@ -218,9 +220,9 @@
218 220
      this.latestCmpSwiper = new Swiper(this.$refs.latestCmp, {
219 221
        slidesPerView: 3.6,
220 222
        spaceBetween: 20,
221
        loop: true,
222
        autoplay: {
223
          disableOnInteraction: false
223
        navigation: {
224
          nextEl: this.$refs.nextCmp,
225
          prevEl: this.$refs.prevCmp
224 226
        },
225 227
        observer: true,
226 228
        observeParents: true
@ -228,9 +230,9 @@
228 230
229 231
      this.findServiceSwiper = new Swiper(this.$refs.findService, {
230 232
        slidesPerView: 4.8,
231
        loopedSlides: 20,
232
        loop: true,
233
        spaceBetween: 20,
233
        spaceBetween: 10,
234
        // loopedSlides: 20,
235
        // loop: true,
234 236
        autoplay: {
235 237
          disableOnInteraction: false
236 238
        },
@ -245,8 +247,8 @@
245 247
      this.findResourceSwiper = new Swiper(this.$refs.findResource, {
246 248
        slidesPerView: 4.8,
247 249
        spaceBetween: 20,
248
        loopedSlides: 20,
249
        loop: true,
250
        // loopedSlides: 20,
251
        // loop: true,
250 252
        autoplay: {
251 253
          disableOnInteraction: false
252 254
        },