parcel.wxml 1.5 KB

1
  1. <view class="back data-v-245043da"><view class="box data-v-245043da" style="border-radius:16rpx 16rpx 0 0;"><view class="boxitem u-flex data-v-245043da"><text class="name data-v-245043da">{{i18n.TrackingNumber}}</text><input style="flex:1;" type="text" placeholder="{{i18n.trackingNumber}}" data-event-opts="{{[['input',[['__set_model',['','logistics_no','$event',[]]]]]]}}" value="{{logistics_no}}" bindinput="__e" class="data-v-245043da"/></view></view><view class="box data-v-245043da"><view class="boxitem u-flex u-row-between data-v-245043da"><text class="name data-v-245043da">{{i18n.Expresscompany}}</text><view data-event-opts="{{[['tap',[['toexpress',['$event']]]]]}}" class="u-flex data-v-245043da" bindtap="__e"><view class="selection data-v-245043da">{{logistics_company_name||i18n.selection}}</view><image style="width:30rpx;height:30rpx;" src="../static/express/next1.png" mode class="data-v-245043da"></image></view></view></view><view class="box data-v-245043da" style="border-radius:0 0 16rpx 16rpx;"><view class="boxitem u-flex u-row-end data-v-245043da"><text class="name data-v-245043da">{{i18n.Parcelweight}}</text><input style="flex:1;" type="text" placeholder="{{i18n.parcelWeight}}" data-event-opts="{{[['input',[['__set_model',['','estimated_weight','$event',[]]]]]]}}" value="{{estimated_weight}}" bindinput="__e" class="data-v-245043da"/><text class="data-v-245043da">kg</text></view></view><view data-event-opts="{{[['tap',[['offline',['$event']]]]]}}" class="btn data-v-245043da" bindtap="__e">{{''+i18n.Addlist+''}}</view></view>