13 lines
499 B
Plaintext
13 lines
499 B
Plaintext
<view style='height:{{windowHeight}}px' class='shade' hidden='{{hidden}}'>
|
|
<view class='toast'>
|
|
<view class='title'>
|
|
{{title}}
|
|
</view>
|
|
|
|
<input class='toast_input' bindinput='setValue' value='{{value}}' placeholder='请输入话题'></input>
|
|
<view slot='button' class='button_box'>
|
|
<button catchtap='toastCancel' class='cancel_btn'>{{toastCancel}}</button>
|
|
<button catchtap='toastConfirm' class='confirm_btn'>{{toastConfirm}}</button>
|
|
</view>
|
|
</view>
|
|
</view> |