Commit d16c6c05 authored by spc's avatar spc

Merge branch 'dev' of http://gitlab2.dui88.com/fh/20250528_FHQ1 into dev

parents 75dc13fa 3d0d7175
<template>
<view class="expertTeamPage">
<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">
</image>
<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">
</image>
<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">
</image>
<view class="tab_box">
......
......@@ -115,7 +115,7 @@
</image>
</view>
</view>
<view class="et_con_box">
<view class="et_con_box" @tap="onETMore">
<image class="et_con1" v-if="etTabSelIndex == 0" :src="$baseUrl + expertTeam.etConUrl1">
</image>
<image class="et_con2" v-if="etTabSelIndex == 1" :src="$baseUrl + expertTeam.etConUrl2">
......@@ -1076,7 +1076,7 @@ export default {
.et_con_bg {
margin-left: 3rpx;
width: 650rpx;
width: 652rpx;
height: 562rpx;
background-color: #ffffff;
border-radius: 38rpx;
......
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