|
@@ -14,9 +14,8 @@
|
|
max-count="{{product_img_url_max}}"
|
|
max-count="{{product_img_url_max}}"
|
|
multiple="{{false}}"
|
|
multiple="{{false}}"
|
|
accept="image"
|
|
accept="image"
|
|
- image-fit="widthFix"
|
|
|
|
|
|
+ image-fit="aspectFit"
|
|
data-formkey="product_img_url"
|
|
data-formkey="product_img_url"
|
|
- bind:click-preview="uploadImg"
|
|
|
|
bind:after-read="afterRead"
|
|
bind:after-read="afterRead"
|
|
bind:delete="delete"/>
|
|
bind:delete="delete"/>
|
|
</view>
|
|
</view>
|
|
@@ -35,9 +34,8 @@
|
|
max-count="{{product_rotation_img_list_max}}"
|
|
max-count="{{product_rotation_img_list_max}}"
|
|
multiple="{{true}}"
|
|
multiple="{{true}}"
|
|
accept="image"
|
|
accept="image"
|
|
- image-fit="widthFix"
|
|
|
|
|
|
+ image-fit="aspectFit"
|
|
data-formkey="product_rotation_img_list"
|
|
data-formkey="product_rotation_img_list"
|
|
- bind:click-preview="uploadImg"
|
|
|
|
bind:after-read="afterRead"
|
|
bind:after-read="afterRead"
|
|
bind:delete="delete"/>
|
|
bind:delete="delete"/>
|
|
</view>
|
|
</view>
|
|
@@ -56,9 +54,8 @@
|
|
max-count="{{product_detail_img_list_max}}"
|
|
max-count="{{product_detail_img_list_max}}"
|
|
multiple="{{true}}"
|
|
multiple="{{true}}"
|
|
accept="image"
|
|
accept="image"
|
|
- image-fit="widthFix"
|
|
|
|
|
|
+ image-fit="aspectFit"
|
|
data-formkey="product_detail_img_list"
|
|
data-formkey="product_detail_img_list"
|
|
- bind:click-preview="uploadImg"
|
|
|
|
bind:after-read="afterRead"
|
|
bind:after-read="afterRead"
|
|
bind:delete="delete"/>
|
|
bind:delete="delete"/>
|
|
</view>
|
|
</view>
|