收藏
回答

action-sheet点击一闪一闪的

框架类型 问题类型 API/组件名称 终端类型 操作系统 微信版本 基础库版本
小程序 Bug action-sheet 微信iOS客户端 6.6.7 1.9.1

<!--底部弹出框-->

<action-sheet hidden="{{item.actionSheetHidden!=''?true:false}}" bindchange="actionSheetbindchange">

<view>

<action-sheet-item bindtap="bindmenu">

<view class="pull1">

<image class="cancel" src="/images/close@2x.png" data-cart-index="{{index}}" catchtap="cancel" />

</view>

<!-- <view class="pull2">

                           <view class="pulltitle">

                               起刊时间

                           </view>

                           <view class="pullline">

                               <block wx:for="{{item.bookingStart}}" wx:for-item="ele">

                                   <view data-fromDate="{{ele.fromDate}}" data-index="{{index}}" data-parent-index="{{ele.parentIndex}}" class="{{ele.style}}" catchtap="pickFromDate">

                                       {{ele.fromDate}}

                                   </view>

                               </block>

                           </view>

                       </view> -->

<view class="pull2">

<view class="pulltitle">

年数

</view>

<view class="pullline">

<view class="{{selected4?'pullyearred':'pullyear'}}" catchtap="selected4" data-parent-index="{{index}}">

1年

</view>

<view class="{{selected5?'pullyearred':'pullyear'}}" catchtap="selected5" data-parent-index="{{index}}">

2年

</view>

<view class="{{selected6?'pullyearred':'pullyear'}}" catchtap="selected6" data-parent-index="{{index}}">

3年

</view>

</view>

</view>

<view class="pullsubmit">

<button data-cart-index="{{index}}" catchtap="confirm">确定</button>

</view>

</action-sheet-item>

</view>

</action-sheet>


回答关注问题邀请回答
收藏

1 个回答

登录 后发表内容