|
@@ -45,6 +45,9 @@
|
|
</u-picker>
|
|
</u-picker>
|
|
|
|
|
|
</view>
|
|
</view>
|
|
|
|
+ <u-action-sheet :actions="$helper.imgTypeList" :title="$helper.imgType" :show="isShowimgType"
|
|
|
|
+ @select="imgTypeSelect" @cancel='isShowimgType=false' :closeOnClickOverlay="true" :closeOnClickAction="true" @close="isShowimgType=false">
|
|
|
|
+ </u-action-sheet>
|
|
<view class="content4">
|
|
<view class="content4">
|
|
<view style='margin:0 0 18px;font-size:12px;color:#999;' class='flex items-center'>
|
|
<view style='margin:0 0 18px;font-size:12px;color:#999;' class='flex items-center'>
|
|
<u--image style='margin-right:5px;' @click='consent'
|
|
<u--image style='margin-right:5px;' @click='consent'
|