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.
49 lines
2.0 KiB
49 lines
2.0 KiB
<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>
|
|
|
|
<button wx:if="{{ldata === true}}" open-type="openSetting" bindopensetting='handler' class="refresh" hover-class="hover-btn">
|
|
<image src="../../images/ic_chongxindingwei.png"></image>
|
|
<view class="refresh-name">点击授权并获取位置信息</view>
|
|
</button>
|
|
<button wx:else bindtap="getPosition" class="refresh" hover-class="hover-btn">
|
|
<image src="../../images/ic_chongxindingwei.png"></image>
|
|
<view class="refresh-name">重新选定</view>
|
|
</button>
|
|
|
|
|
|
|
|
<view class="clear"></view>
|
|
</view>
|
|
|
|
<!-- <view class="button" bindtap="submission" style="{{submissionDisabled?'background:grey;':''}}" disabled="{{submissionDisabled}}">提交打卡</view> -->
|
|
<view class="submit" bindtap="submission">
|
|
<image class="submit-bk" src="../../images/submit-bk.png" />
|
|
<view class="submit-text">提交打卡</view>
|
|
</view>
|
|
</view>
|