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 lines
2.2 KiB
1 lines
2.2 KiB
<view style="padding-bottom:50rpx;" class="data-v-309fcdcf"><view class="desc data-v-309fcdcf"><view class="h1-title data-v-309fcdcf">动态信息</view><textarea class="value data-v-309fcdcf" placeholder="请输入动态信息" placeholder-style="fontsize: 28rpx" data-event-opts="{{[['input',[['__set_model',['$0','content','$event',[]],['form']]]]]}}" value="{{form.content}}" bindinput="__e"></textarea></view><view class="line data-v-309fcdcf"></view><view class="avatar-info data-v-309fcdcf"><view class="h1-title data-v-309fcdcf">上传图片</view><view class="up-box data-v-309fcdcf"><view data-event-opts="{{[['tap',[['upImages',['$event']]]]]}}" class="up-load data-v-309fcdcf" bindtap="__e"><view class="iconfont icon-tianjia data-v-309fcdcf"></view></view><block wx:for="{{form.photo_show}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view class="up-load data-v-309fcdcf" style="border:none;"><image src="{{item}}" mode class="data-v-309fcdcf"></image><view data-event-opts="{{[['tap',[['deleteImage',[index]]]]]}}" class="close data-v-309fcdcf" bindtap="__e">+</view></view></block></view></view><view class="line data-v-309fcdcf"></view><view class="video-box data-v-309fcdcf"><view class="h1-title data-v-309fcdcf">上传视频</view><block wx:if="{{form.video}}"><view class="video-up-load data-v-309fcdcf"><video class="video data-v-309fcdcf" src="{{form.video}}" controls="{{true}}"></video><view data-event-opts="{{[['tap',[['deleteVideo',['$event']]]]]}}" class="close data-v-309fcdcf" catchtap="__e">+</view></view></block><block wx:else><view data-event-opts="{{[['tap',[['upLoadVideo',['$event']]]]]}}" class="video-up-load data-v-309fcdcf" bindtap="__e"><view class="iconfont icon-tianjia data-v-309fcdcf"></view></view></block></view><view data-event-opts="{{[['tap',[['goLocation',['$event']]]]]}}" class="location data-v-309fcdcf" bindtap="__e"><view style="color:#333;" class="data-v-309fcdcf">{{form.address}}</view><image src="{{imgfixUrls+'merchant/where.svg'}}" class="data-v-309fcdcf"></image><view class="data-v-309fcdcf">定位</view></view><view data-event-opts="{{[['tap',[['handlesubmitClick',['$event']]]]]}}" class="footer-btn data-v-309fcdcf" bindtap="__e">发布</view></view>
|