This commit is contained in:
nyoung 2024-08-24 10:33:08 +08:00
parent a351bdf30f
commit bb6c493d69

View File

@ -12,14 +12,15 @@
</view> </view>
<view class="h-text">搜索</view> <view class="h-text">搜索</view>
</view> </view>
<view class="top-tap">
<view class="tap-box" :class="{'cc' : gindex == item.id }" v-for="(item,index) in arrtap" :key="index"
@click="getindex(item.id)">
<view style="margin-bottom: 4px;">{{item.text}}</view>
<view class="gang" v-if="item.id == gindex"></view>
</view>
</view>
</view> </view>
<view class="top-tap">
<view class="tap-box" :class="{'cc' : gindex == item.id }" v-for="(item,index) in arrtap" :key="index"
@click="getindex(item.id)">
<view style="margin-bottom: 4px;">{{item.text}}</view>
<view class="gang" v-if="item.id == gindex"></view>
</view>
</view>
<view class="dil"> <view class="dil">
<view class="ques" v-if="orderList.length== 0 "> <view class="ques" v-if="orderList.length== 0 ">
<image src="../../static/quesheng.png" mode=""></image> <image src="../../static/quesheng.png" mode=""></image>
@ -119,7 +120,7 @@
text: '待评价', text: '待评价',
id: 4 id: 4
} }
], ],
arrbox: [], arrbox: [],
role: '' role: ''
@ -487,4 +488,4 @@
height: 100%; height: 100%;
} }
} }
</style> </style>