Browse Source

细节修改

master
aBin 5 years ago
parent
commit
a3f788b058
  1. 1
      src/components/Introduce/Model.vue
  2. 1
      src/views/IncubationPlatform/Children/Services.vue
  3. 2
      src/views/NewPlatform/components/NewModel.vue

1
src/components/Introduce/Model.vue

@ -153,6 +153,7 @@
:label-col="formItemLayout.labelCol" :label-col="formItemLayout.labelCol"
:wrapper-col="formItemLayout.wrapperCol" :wrapper-col="formItemLayout.wrapperCol"
label="求职意向" label="求职意向"
required
> >
<a-textarea placeholder="请输入求职意向..." v-model.trim="recruit.jobWilling" /> <a-textarea placeholder="请输入求职意向..." v-model.trim="recruit.jobWilling" />
</a-form-item> </a-form-item>

1
src/views/IncubationPlatform/Children/Services.vue

@ -382,7 +382,6 @@ export default {
}, },
showDiv(index) { showDiv(index) {
var divs = document.getElementsByClassName('item-intro'); var divs = document.getElementsByClassName('item-intro');
console.log('divs: ', divs);
let list = ['查看全部', '查看全部', '查看全部', '查看全部']; let list = ['查看全部', '查看全部', '查看全部', '查看全部'];
for (let i = 0; i < divs.length; i++) { for (let i = 0; i < divs.length; i++) {
if (index === i) { if (index === i) {

2
src/views/NewPlatform/components/NewModel.vue

@ -291,7 +291,7 @@ export default {
contact: this.platform.contact, contact: this.platform.contact,
phone: this.platform.phone, phone: this.platform.phone,
message: this.platform.message, message: this.platform.message,
pic: this.codeNum, // pic: this.codeNum,
fileList: this.fileList, fileList: this.fileList,
}, },
}; };

Loading…
Cancel
Save