Commit 50a2dd38 authored by chenkai1's avatar chenkai1

1

parent 17d20f25
<template> <template>
<view class="expertTeamPage"> <view class="expertTeamPage">
<image :class="['bg', 'bg_1']" v-show="curTabIndex==1" <image :class="['bg', 'bg_1']" v-show="curTabIndex==1"
:src="$baseUrl + 'homepage/et_bg_1.jpg'" :src="$baseUrl + 'homepage/et_bg_sj1.jpg'"
mode="aspectFit"> mode="aspectFit">
</image> </image>
<image :class="['bg', 'bg_2']" v-show="curTabIndex==2" <image :class="['bg', 'bg_2']" v-show="curTabIndex==2"
:src="$baseUrl + 'homepage/et_bg_2.jpg'" :src="$baseUrl + 'homepage/et_bg_zj1.jpg'"
mode="aspectFit"> mode="aspectFit">
</image> </image>
<image :class="['bg', 'bg_3']" v-show="curTabIndex==3" <image :class="['bg', 'bg_3']" v-show="curTabIndex==3"
:src="$baseUrl + 'homepage/et_bg_3.jpg'" :src="$baseUrl + 'homepage/et_bg_jg1.jpg'"
mode="aspectFit"> mode="aspectFit">
</image> </image>
<view class="tab_box"> <view class="tab_box">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment