| | |
| | | <view class="popup-box" wx:if="{{showIndex=='1'}}" bindtap="closePopup"></view> |
| | | <view |
| | | class="info-center" |
| | | style="top:{{height*0.3}}px" |
| | | style="top:{{height*0.1}}px" |
| | | wx:if="{{showIndex=='1'}}" |
| | | > |
| | | <view class="top-icon"> |
| | |
| | | <view class="close-icon" bind:tap="closePopup"> |
| | | <t-icon |
| | | name="close-circle" |
| | | size="24" |
| | | size="28" |
| | | data-name="close-circle" |
| | | bind:click="onIconTap" |
| | | color="#f1f1f1" |
| | |
| | | disableDefaultPadding="{{true}}" |
| | | indicator |
| | | bind:change="textareaChange" |
| | | style="{{inputStyle}}" |
| | | style="{{textareaStyle}}" |
| | | placeholder-style="{{placeholderstyle}}" |
| | | /> |
| | | </view> |