1 line
1.6 KiB
Plaintext
1 line
1.6 KiB
Plaintext
|
<view><page-head wx:if="{{a}}" u-i="ce3cdece-0" bind:__l="__l" u-p="{{a}}"></page-head><view class="uni-common-mt"><form><view class="uni-list"><view class="uni-list-cell"><view class="uni-list-cell-left"><view class="uni-label">图片来源</view></view><view class="uni-list-cell-right"><picker range="{{c}}" bindchange="{{d}}" value="{{e}}" mode="selector"><view class="uni-input">{{b}}</view></picker></view></view><view class="uni-list-cell"><view class="uni-list-cell-left"><view class="uni-label">图片质量</view></view><view class="uni-list-cell-right"><picker range="{{g}}" bindchange="{{h}}" value="{{i}}" mode="selector"><view class="uni-input">{{f}}</view></picker></view></view><view class="uni-list-cell"><view class="uni-list-cell-left"><view class="uni-label">数量限制</view></view><view class="uni-list-cell-right"><picker range="{{k}}" bindchange="{{l}}" mode="selector"><view class="uni-input">{{j}}</view></picker></view></view></view><view class="uni-list list-pd"><view class="uni-list-cell cell-pd"><view class="uni-uploader"><view class="uni-uploader-head"><view class="uni-uploader-title">点击可预览选好的图片</view><view class="uni-uploader-info">{{m}}/9</view></view><view class="uni-uploader-body"><view class="uni-uploader__files"><block wx:for="{{n}}" wx:for-item="image" wx:key="d"><view class="uni-uploader__file"><image class="uni-uploader__img" src="{{image.a}}" data-src="{{image.b}}" bindtap="{{image.c}}"></image></view></block><view class="uni-uploader__input-box"><view class="uni-uploader__input" bindtap="{{o}}"></view></view></view></view></view></view></view></form></view></view>
|