|
|
@ -8,13 +8,13 @@ |
|
|
|
> |
|
|
|
<view class="cuIcon-home"></view>首页 |
|
|
|
</view> |
|
|
|
<view @tap="handleClickButton(1)" class="action text-gray add-action"> |
|
|
|
<view @tap="$emit('scan')" class="action text-gray add-action"> |
|
|
|
<button class="cu-btn cuIcon-scan bg-blue shadow"></button> |
|
|
|
扫一扫 |
|
|
|
</view> |
|
|
|
<view |
|
|
|
:class="[index === 2 ? 'text-blue': 'text-gray']" |
|
|
|
@tap="handleClickButton(2)" |
|
|
|
:class="[index === 1 ? 'text-blue': 'text-gray']" |
|
|
|
@tap="handleClickButton(1)" |
|
|
|
class="action" |
|
|
|
hover-class="cc-active" |
|
|
|
> |
|
|
|