8 changed files with 171 additions and 97 deletions
@ -1,41 +1,45 @@ |
|||
<view class="container"> |
|||
<view class="info"> |
|||
<textarea bindinput="getbindinput" value="{{operationDesc}}" placeholder="请拍摄活动图片打卡签到500字以内" maxlength="500"></textarea> |
|||
<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="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> |
|||
|
|||
<view class="info-line"></view> |
|||
<view class="photo"> |
|||
<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> |
|||
|
|||
<!-- <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 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">提交打卡</view> |
|||
<view class="button" bindtap="submission">提交打卡</view> |
|||
</view> |
Loading…
Reference in new issue