| | |
| | | </div> |
| | | </div> |
| | | <div class="wrapper joinBtnBox" v-if="details"> |
| | | <router-link to="/partner#4" tag="el-button">申请加入</router-link> |
| | | <router-link to="/partner.html" tag="el-button">申请加入</router-link> |
| | | </div> |
| | | </div> |
| | | </template> |
| | |
| | | }, |
| | | methods: { |
| | | jumpmenu (menu) { |
| | | this.$router.push({name: menu.PageType.toLowerCase(), params: {menuId: menu.ID}}) |
| | | let _menuId = menu.ID |
| | | _menuId = _menuId + '.html' |
| | | |
| | | this.$router.push({name: menu.PageType.toLowerCase(), params: {menuId: _menuId}}) |
| | | }, |
| | | load () { |
| | | let param = { |
| | | func: 'Web_productCenter_GetData', |
| | | ID: this.menuId |
| | | ID: this.menuId.replace('.html', '') |
| | | } |
| | | this.Service.getParamData(param).then(res => { |
| | | this.url = res.Image1 |