| 1 |
- <view class="content"><view class="param"><view class="proMiao">评价</view><textarea class="proINname proIMi" placeholder="请输入评价" data-event-opts="{{[['input',[['__set_model',['','evaluate','$event',[]]]]]]}}" value="{{evaluate}}" bindinput="__e"></textarea><view class="proName">评分</view><input class="proINname" placeholder="请输入评分" data-event-opts="{{[['input',[['__set_model',['','score','$event',[]]]]]]}}" value="{{score}}" bindinput="__e"/><view class="project"><view data-event-opts="{{[['tap',[['quxiao',['$event']]]]]}}" class="butt quxiao" bindtap="__e">取消</view><view data-event-opts="{{[['tap',[['addScore',['$event']]]]]}}" class="butt queren" bindtap="__e">确定</view></view><view style="width:100%;height:60rpx;"></view></view></view>
|