king
2020-10-21 0b733984acbbc018511fba1ce3ce913d71639f64
src/views/productCenter/index.vue
@@ -53,7 +53,7 @@
      </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>
@@ -77,12 +77,15 @@
  },
  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