68 lines
4.1 KiB
Plaintext
68 lines
4.1 KiB
Plaintext
<image class="recruit-title" src="https://cdn.shuiganying.com/images/2023/07/12/5b93be40823821b0a4ab41d5b7b387ac.png" mode="widthFix"></image>
|
|
<view class="recruit">
|
|
<view class="recruit-cont">
|
|
<view class="recruit-padding">
|
|
<view class="recruit-block">
|
|
<view class="recruit-border">
|
|
<view class="frame">
|
|
<view class="frame-write">
|
|
<view class="frame-write-name">#使用心得##第{{signDayNumber}}天#</view>
|
|
<textarea class="frame-write-text" cols="30" rows="10" placeholder="请输入您对本产品的体验感受~" placeholder-style="color: #cde0ff; font-size: 26rpx" bindinput="etcinput"></textarea>
|
|
</view>
|
|
<view class="album-list">
|
|
<view class="album-list-li" wx:for="{{albumArr}}" wx:key="album" wx:for-index="removeIndex">
|
|
<image class="album-list-img" src="{{item.showpath}}" mode="aspectFill"></image>
|
|
<view class="album-remove" catchtap="removeAlbum" data-id="{{item.id}}" data-index="{{removeIndex}}">删除
|
|
</view>
|
|
</view>
|
|
<view class="album-list-li">
|
|
<view class="album-list-li-add" bindtap="addAlbum">
|
|
<image class="album-list-add-icon" src="/static/icons/circle_add.png"></image>
|
|
<view>上传图片</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
<view class="frame-write" style="margin-top: 50rpx;" wx:if="{{signDayNumber == 10}}">
|
|
<view class="frame-write-name">#产品建议#</view>
|
|
<textarea class="frame-write-text" placeholder="请输入您对本产品的建议~" placeholder-style="color: #cde0ff; font-size: 26rpx" bindinput="bidinput"></textarea>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
|
|
<!-- 按钮 -->
|
|
<view class="clockIn-tool">
|
|
<view class="clockIn-btn">
|
|
<image class="clockIn-btn-img" src="https://cdn.shuiganying.com/images/2023/07/10/81929ad1ad773ad59bc461da4acff445.png" mode="widthFix"></image>
|
|
<view class="clockIn-btn-text">返回</view>
|
|
</view>
|
|
<view class="clockIn-btn" bindtap="tapSign">
|
|
<image class="clockIn-btn-img" src="https://cdn.shuiganying.com/images/2023/07/10/c7a52b0906209823c68ca293946ae051.png" mode="widthFix"></image>
|
|
<view class="clockIn-btn-text">发布</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
|
|
<!-- 底部 -->
|
|
<view class="recruit-bottom">
|
|
<image class="recruit-bottom-img" src="https://cdn.shuiganying.com/images/2023/07/07/99bbdab2c12d05bb267fb43886f6a5b6.png" mode="widthFix"></image>
|
|
<view class="recruit-bottom-text">水感应·好“雾”星球</view>
|
|
</view>
|
|
</view>
|
|
|
|
<!-- 弹出 -->
|
|
<view class="refertoEject {{refertoStatus ? 'active' : ''}}" catchtouchmove='true'></view>
|
|
<view class="refertoCont {{refertoStatus ? 'active' : ''}}" catchtouchmove='true'>
|
|
<image class="refertoCont-img" src="https://cdn.shuiganying.com/images/2023/07/12/66bac7dc880489ef662a3869255356c5.png" mode="widthFix"></image>
|
|
<view class="refertoCont-text">
|
|
<view class="refertoCont-title">已累计打卡<text>{{signDayNumber}}</text>天</view>
|
|
<view class="refertoCont-tips">
|
|
<image class="refertoCont-icon" src="https://cdn.shuiganying.com/images/2023/07/12/a32b59ad180c847d7056735e2694f83c.png" mode="widthFix"></image><text>+{{signWaterNumber}}</text>水滴
|
|
</view>
|
|
<navigator hover-class="none" url="/pages/recruit/writeList/writeList" open-type="redirect" class="refertoCont-btn" bindtap="refertoTap">
|
|
我知道了
|
|
</navigator>
|
|
</view>
|
|
</view>
|