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.
47 lines
1.9 KiB
47 lines
1.9 KiB
<t-toast id="t-toast" />
|
|
<!--单身情况下-->
|
|
<view class="xybtn2" wx:if="{{single}}"><text class="btn21">银币</text><text class="btn22">{{userInfo.silverCoin}}枚</text></view>
|
|
<view class="xybtn3" wx:if="{{single}}" bindtap="go2MyYw">我的愿望</view>
|
|
|
|
<!--非单身情况下-->
|
|
<view class="qlxybtn2" wx:if="{!{single}}"><text class="btn21">银币</text><text class="btn22">{{userInfo.silverCoin}}枚</text></view>
|
|
<view class="qlxybtn21" wx:if="{!{single}}" bindtap="go2TaYw">Ta的愿望</view>
|
|
<view class="qlxybtn22" wx:if="{!{single}}" bindtap="go2MyYw">我的愿望</view>
|
|
<view class="bgt3" ></view>
|
|
<view class="bgt2" ></view>
|
|
<view class="bgt1" ></view>
|
|
<view class="xyk" ></view>
|
|
<view class="xybtn" bindtap="doXyPop"></view>
|
|
|
|
<view class="ppop" bindtap="showMultiText"></view>
|
|
|
|
<t-popup class="txypop" visible="{{visible}}" placement="center">
|
|
<view class="ttop1">
|
|
<view class="xynr">许愿内容</view>
|
|
<view class="qwsj">期望时间</view>
|
|
<view class="xylj">许愿链接</view>
|
|
<view class="xytp">许愿图片</view>
|
|
<t-textarea class="xynrf" model:value="{{xyContent}}" t-class="external-class" placeholder="内容限制30个字" />
|
|
<t-textarea class="qwsjt" placeholder="请选择到期时间" bindtap="doXzTime" value="{{note}}" disabled />
|
|
<view class="xltb"></view>
|
|
<t-textarea class="xyljt" model:value="{{xyLink}}" placeholder="愿望链接(可不填)" />
|
|
|
|
<view >
|
|
<t-upload class="xytpt"
|
|
mediaType="{{['video','image']}}"
|
|
max="{{1}}"
|
|
files="{{fileList}}"
|
|
bind:add="handleAdd"
|
|
bind:remove="handleRemove"
|
|
>
|
|
</t-upload>
|
|
|
|
</view>
|
|
|
|
|
|
<view class="qx" bindtap="doCancelXy">取消</view>
|
|
<view data-fs="{{form}}" data-note="{{note}}" class="wc" bindtap="doFinishXy">完成</view>
|
|
</view>
|
|
</t-popup>
|
|
|
|
<t-calendar visible="{{cvisible}}" bind:confirm="handleConfirm" bind:close="onClose" /> |