You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1 line
610 B
1 line
610 B
|
2 months ago
|
<view><view class="title">{{i18n.set.upPhotoTip}}</view><view class="images row"><block wx:for="{{tempFilePaths}}" wx:for-item="item" wx:for-index="index"><view class="row photos"><image class="uploadback" src="{{item}}" data-event-opts="{{[['tap',[['showthumb',[index]]]]]}}" bindtap="__e"></image></view></block><image class="uploadback" src="../../static/image/shangchuantupian.png" data-event-opts="{{[['tap',[['upload',['$event']]]]]}}" bindtap="__e"></image></view><view data-event-opts="{{[['tap',[['uploadok',['$event']]]]]}}" class="uploadbtn" bindtap="__e">{{i18n.set.querenshangchuan}}</view></view>
|