提交 814be0929b212b4f7e7f85b19d5fa9552067ab3e

作者 wangyu
1 个父辈 60c5cf90

优化

正在显示 1 个修改的文件 包含 7 行增加7 行删除
... ... @@ -27,12 +27,12 @@
27 27 </view>
28 28
29 29 <!-- 自定义弹窗 -->
30   -<!-- <view class="mask" catchtouchmove="preventTouchMove" hidden="{{!showModal}}"></view>
  30 +<view class="mask" catchtouchmove="preventTouchMove" hidden="{{!showModal}}"></view>
31 31 <view class='modal_lg' hidden="{{!showModal}}">
32 32 <text class="text_title">您在多个单位有任职信息,请选择您要在哪家单位咨询问题。</text>
33 33 <view class='divide_line_f5f5f5'></view>
34 34 <view style='width:100%;display:flex;flex-direction:column;max-height:486rpx;'>
35   - <view wx:for="{{comlist}}" wx:for-index="idx" bindtap='goselect' id="{{idx}}">
  35 + <view wx:for="{{comlist}}" wx:for-index="idx" bindtap='bindChange' id="{{idx}}">
36 36 <view wx:if="{{idx==choosed_index}}" style='padding:30rpx;display:flex;flex-direction:row;' >
37 37 <view class='text_item_blue float_left' >{{item.name}}</view>
38 38 <image class='icon_choosed' src="/images/icon_chat_choosed.png"></image>
... ... @@ -46,13 +46,13 @@
46 46
47 47 <view class='divide_line_f5f5f5'></view>
48 48 <view style='width:100%;display: flex;'>
49   - <text class='text_cancel' bindtap='cancelhandle'>取消</text>
  49 + <text class='text_cancel' bindtap='cancel'>取消</text>
50 50 <view style='width:1px;background:#F5F5F5;margin:20rpx 0'></view>
51   - <text class='text_confirm' bindtap='confirmhandle'>确定</text>
  51 + <text class='text_confirm' bindtap='confirm'>确定</text>
52 52 </view>
53   -</view> -->
  53 +</view>
54 54
55   -<view hidden="{{!showModal}}">
  55 +<!-- <view hidden="{{!showModal}}">
56 56 <picker-view indicator-style="height: 50px;" style="width: 100%; height: 300px;" value="{{value}}" bindchange="bindChange" class="picker_wrap">
57 57 <view style=' position: absolute;top:10rpx;width: 100%;z-index: 10;'>
58 58 <view bindtap="cancel" style='float: left;margin: 20rpx;color: #818181;'>取消</view>
... ... @@ -62,4 +62,4 @@
62 62 <view wx:for="{{comlist}}" style="line-height: 50px;padding: 0 30rpx;text-align:center;">{{item.name}}</view>
63 63 </picker-view-column>
64 64 </picker-view>
65   -</view>
\ No newline at end of file
  65 +</view> -->
\ No newline at end of file
... ...
注册登录 后发表评论