| | |
| | | * @Name: 其他机构 |
| | | * @Date: 2021-11-15 10:02:12 |
| | | * @Last Modified by: Morpheus |
| | | * @Last Modified time: 2021-12-15 14:44:30 |
| | | * @Last Modified time: 2021-12-21 15:13:31 |
| | | */ |
| | | <template> |
| | | <div> |
| | |
| | | } |
| | | }, |
| | | created () { |
| | | getList({ type: 2 }).then(res => { |
| | | getList({ type: 5 }).then(res => { |
| | | res.data.data.records.forEach(item => { |
| | | this.list.push({ |
| | | navTitle: item.mechanismname, |
| | |
| | | pitch: item.pitch, |
| | | roll: item.roll, |
| | | bgImg: item.tpurl, |
| | | QRImg: item.codeurl |
| | | QRImg: item.codeurl, |
| | | address: item.address, |
| | | telephone: item.telephone, |
| | | introduce: item.introduce |
| | | }) |
| | | }) |
| | | }) |