1
This commit is contained in:
parent
a351bdf30f
commit
bb6c493d69
@ -12,14 +12,15 @@
|
||||
</view>
|
||||
<view class="h-text">搜索</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 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="ques" v-if="orderList.length== 0 ">
|
||||
<image src="../../static/quesheng.png" mode=""></image>
|
||||
@ -119,7 +120,7 @@
|
||||
text: '待评价',
|
||||
id: 4
|
||||
}
|
||||
|
||||
|
||||
],
|
||||
arrbox: [],
|
||||
role: ''
|
||||
@ -487,4 +488,4 @@
|
||||
height: 100%;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
</style>
|
||||
|
Loading…
Reference in New Issue
Block a user