1 |
- <view class="freight-template"><view data-event-opts="{{[['tap',[['hanldOperationConfim',['$event']]]]]}}" class="invoice-freight" catchtap="__e"><view class="freight-left">运费</view><view class="freight-right"><text class="text-l">{{freightText}}</text></view></view><view data-event-opts="{{[['touchmove',[['discard',['$event']]]],['tap',[['freightConfim',['$event']]]]]}}" class="{{['popup','spec',specClass]}}" catchtouchmove="__e" bindtap="__e"><view class="mask"></view><view data-event-opts="{{[['tap',[['discard',['$event']]]]]}}" class="layer" catchtap="__e"><view class="content"><view class="freight-ltitle">选择运费</view><view class="freight-radio"><radio-group data-event-opts="{{[['change',[['radioChange',['$event']]]]]}}" class="row-group" bindchange="__e"><block wx:for="{{freightList}}" wx:for-item="item" wx:for-index="index" wx:key="value"><label class="row-input"><radio class="row-radio" value="{{item.value}}" checked="{{index===current}}" color="#191919"></radio><view class="row-text">{{item.name}}</view></label></block></radio-group></view><block wx:if="{{freightData.freePostFlag==1}}"><view class="freight-group"><view class="group-from"><input class="form-input" type="text" placeholder="请填写运费" maxlength="20" data-event-opts="{{[['input',[['__set_model',['','hanldFreight','$event',[]]],['setFreightMoney',['$event']]]]]}}" value="{{hanldFreight}}" bindinput="__e"/></view></view></block><block wx:if="{{freightData.freePostFlag==0}}"><view class="freight-group"><text class="text">{{freightText}}</text></view></block><block wx:if="{{freightData.freePostFlag==-1}}"><view class="freight-group"><text class="text">{{freightText}}</text></view></block></view><view class="btn"><view data-event-opts="{{[['tap',[['freightConfim',['$event']]]]]}}" class="button add" bindtap="__e">完成</view></view></view></view></view>
|