index.wxml 472 B

12345678
  1. <view class='dialog-container' hidden="{{!isShow}}">
  2. <view class='dialog-mask' bindtap='hideDialog'></view>
  3. <view class='dialog-info'>
  4. <input class='dialog-content' placeholder-class='dialog-hint' placeholder='输入兑换码' type='text' bindinput ="cashCodeInput" value='{{cashCode}}'></input>
  5. <view class='dialog-errmsg'>{{errMsg}}</view>
  6. <button class='dialog-footer' catchtap='confirmEvent'>{{confirmText}}</button>
  7. </view>
  8. </view>