1 |
- <view class="feedback-wrapper"><view class="head"><view class="left-wrapper"><view class="title">{{$root.m0}}</view><view class="txt">{{feedback}}</view></view><view class="img-box"><image src="../static/feed-icon.png" mode></image></view></view><view class="main"><view class="title">{{$root.m1}}</view><view class="input-box"><input type="text" placeholder="{{$root.m2}}" data-event-opts="{{[['input',[['__set_model',['','name','$event',[]]]]]]}}" value="{{name}}" bindinput="__e"/></view><view class="input-box"><input type="text" placeholder="{{$root.m3}}" data-event-opts="{{[['input',[['__set_model',['','phone','$event',[]]]]]]}}" value="{{phone}}" bindinput="__e"/></view><view class="input-box"><textarea type="text" placeholder="{{$root.m4}}" data-event-opts="{{[['input',[['__set_model',['','con','$event',[]]]]]]}}" value="{{con}}" bindinput="__e"></textarea></view><view data-event-opts="{{[['tap',[['subMit',['$event']]]]]}}" class="sub_btn" bindtap="__e">{{$root.m5}}</view></view></view>
|