Commit 645d2b9da723939f603345f2b1ff671f616155fe

Authored by WXD-SEASON\season
1 parent 04a9750d

优化1

packageD/pages/AI-test-skin/select_photo/select_photo.wxml
1 1 <view class="content" style="height: 70%;">
2 2 <view style="height: 100%;;display:flex;align-items:center;overflow: hidden;">
3   - <image style="width: 100%;border-radius: 3%;" mode="widthFix" src="{{gl_skin_img['path']}}"></image>
  3 + <image style="width: 100%;border-radius: 3%;max-height:400px" mode="widthFix" src="{{gl_skin_img['path']}}"></image>
4 4 <!-- <image wx:else style="width: 100%;border-radius: 3%;" mode="widthFix" src="{{gl_skin_img['path']}}"></image> -->
5 5 </view>
6 6  
... ...