| | |
| | | scroll-y="{{true}}" |
| | | wx:else |
| | | class="scroll-box" |
| | | refresher-enabled="{{true}}" |
| | | lower-threshold="{{200}}" |
| | | refresher-threshold="{{80}}" |
| | | refresher-default-style="none" |
| | | refresher-triggered="{{triggered}}" |
| | | bindscrolltolower="onReachBottom" |
| | |
| | | scroll-y="{{true}}" |
| | | wx:else |
| | | class="scroll-box" |
| | | refresher-enabled="{{true}}" |
| | | lower-threshold="{{200}}" |
| | | refresher-threshold="{{80}}" |
| | | refresher-default-style="none" |
| | | refresher-triggered="{{triggered}}" |
| | | bindscrolltolower="onReachBottom" |
| | |
| | | scroll-y="{{true}}" |
| | | wx:else |
| | | class="scroll-box" |
| | | refresher-enabled="{{true}}" |
| | | lower-threshold="{{200}}" |
| | | refresher-threshold="{{80}}" |
| | | refresher-default-style="none" |
| | | refresher-triggered="{{triggered}}" |
| | | bindscrolltolower="onReachBottom" |
| | |
| | | </view> |
| | | </view> |
| | | <t-toast id="t-toast" /> |
| | | |
| | | <!-- 弹窗 --> |
| | | <view class="info-center" style="top:{{height*0.3}}px;" wx:if="{{dialogBox}}"> |
| | | <view> |
| | | <view class="row-info"> |
| | | <view class="body"> |
| | | <view class="dialog-title">请输入邮箱</view> |
| | | <view class="input-box"> |
| | | <t-input |
| | | style="{{inputStyle}}" |
| | | class="input" |
| | | placeholder="请输入联系方式" |
| | | value="{{input}}" |
| | | bind:change="inputChange" |
| | | ></t-input> |
| | | </view> |
| | | </view> |
| | | <view class="row-btn"> |
| | | <view class="left-btn" bindtap="closeDialog">取消</view> |
| | | <view class="right-btn" bindtap="confirmM">确认</view> |
| | | </view> |
| | | </view> |
| | | </view> |
| | | </view> |