|
@@ -11,7 +11,7 @@
|
|
|
active-color="#fff" inactive-color="#ffffff" bg-color="#ffffff00"></u-tabs> -->
|
|
|
<view style="width: 340rpx;height: 80rpx;text-align: center;padding-top: 25rpx;padding-left: 20rpx;float: left;margin-top: 0;margin-left: 30rpx;">
|
|
|
<view style="float: left;">
|
|
|
- <text @click="whole">全部</text>
|
|
|
+ <text @tap="$u.throttle(whole, 500)">全部</text>
|
|
|
<view v-if="bottoma == true" style="width: 100%;height: 1rpx;background-color: #FFFFFF;border-radius: 10rpx;"></view>
|
|
|
<view v-else></view>
|
|
|
</view>
|