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.
|
|
|
<view class="container">
|
|
|
|
<view class="info">
|
|
|
|
<textarea bindinput="getbindinput" value="{{operationDesc}}" placeholder="请拍摄活动图片打卡签到500字以内" maxlength="500"></textarea>
|
|
|
|
|
|
|
|
<view class="info-tips">
|
|
|
|
<view wx:for="{{phraseList}}" wx:key="{{index}}" class="tips"
|
|
|
|
bindtap="toOperationDesc"
|
|
|
|
data-phrase="{{item.phrase}}"
|
|
|
|
data-id="{{item.id}}">
|
|
|
|
<view class="spot"></view>
|
|
|
|
<view class="content display-inline">{{item.phrase}}</view>
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
|
|
|
|
<view class="info-line"></view>
|
|
|
|
<view class="photo">
|
|
|
|
<wux-upload listType="picture-card" defaultFileList="{{ fileList }}" max="3" count="3" url="{{BASEURL}}group/topic/upload" bind:change="onChange" bind:success="onSuccess" bind:fail="onFail" bind:complete="onComplete" bind:preview="onPreview">
|
|
|
|
<image src="../../images/uploadImg3.png"></image>
|
|
|
|
</wux-upload>
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
|
|
|
|
<!-- <view class="location">222</view> -->
|
|
|
|
|
|
|
|
<view class="location">
|
|
|
|
<view class="info-box">
|
|
|
|
打卡地点
|
|
|
|
</view>
|
|
|
|
<view class="info-box-last-require">
|
|
|
|
{{operationAddress}}
|
|
|
|
</view>
|
|
|
|
<view bindtap="getPosition" class="refresh">
|
|
|
|
<image src="../../images/ic_chongxindingwei.png"></image>
|
|
|
|
<view class="refresh-name">重新选定</view>
|
|
|
|
</view>
|
|
|
|
|
|
|
|
<view class="clear"></view>
|
|
|
|
</view>
|
|
|
|
|
|
|
|
<view class="button" bindtap="submission">提交打卡</view>
|
|
|
|
</view>
|