|
|
@ -74,7 +74,7 @@ |
|
|
|
|
|
|
|
|
<view class="cu-bar foot input" style="bottom:{{inputBottom}}px" wx:if="{{momentDetail}}"> |
|
|
<view class="cu-bar foot input" style="bottom:{{inputBottom}}px" wx:if="{{momentDetail}}"> |
|
|
<view class="flex flex-center" style="height:{{100 + safeBottom}}rpx;padding-bottom: {{safeBottom}}rpx;" wx:if="{{!focus}}"> |
|
|
<view class="flex flex-center" style="height:{{100 + safeBottom}}rpx;padding-bottom: {{safeBottom}}rpx;" wx:if="{{!focus}}"> |
|
|
<view class="search-form" style="border-radius: 12rpx;width:420rpx;margin-left: 32rpx" bindtap="showComment"> |
|
|
|
|
|
|
|
|
<view class="search-form" style="border-radius: 12rpx;width:440rpx;margin-left: 32rpx" bindtap="showComment"> |
|
|
<input placeholder="点击输入评论" disabled="true" adjust-position="{{false}}" focus="{{false}}"></input> |
|
|
<input placeholder="点击输入评论" disabled="true" adjust-position="{{false}}" focus="{{false}}"></input> |
|
|
</view> |
|
|
</view> |
|
|
<view class="action" style="margin-right:24rpx"> |
|
|
<view class="action" style="margin-right:24rpx"> |
|
|
@ -93,6 +93,12 @@ |
|
|
<text class="cuIcon-share text-black" style="font-size:22px;"></text> |
|
|
<text class="cuIcon-share text-black" style="font-size:22px;"></text> |
|
|
</button> |
|
|
</button> |
|
|
</view> |
|
|
</view> |
|
|
|
|
|
<!-- 生成海报点击图标 --> |
|
|
|
|
|
<!-- <view class="roder-add flex flex-center"> |
|
|
|
|
|
<button bindtap="createNewImg" class="share-btn"> |
|
|
|
|
|
<text class="cuIcon-news text-black" style="font-size:27px;"></text> |
|
|
|
|
|
</button> |
|
|
|
|
|
</view> --> |
|
|
</view> |
|
|
</view> |
|
|
<view style="padding:30rpx 10rpx 30rpx 30rpx;width:100%" wx:else> |
|
|
<view style="padding:30rpx 10rpx 30rpx 30rpx;width:100%" wx:else> |
|
|
<textarea id="content" maxlength="180" style="height:160rpx;width:100%" focus="{{focus}}" cursor-spacing="40" show-confirm-bar="{{false}}" adjust-position="{{false}}" bindinput="bindInput" placeholder="输入评论,最多180字" placeholder-style="color:#aaa" bindfocus="inputFocus" bindblur="inputBlur"></textarea> |
|
|
<textarea id="content" maxlength="180" style="height:160rpx;width:100%" focus="{{focus}}" cursor-spacing="40" show-confirm-bar="{{false}}" adjust-position="{{false}}" bindinput="bindInput" placeholder="输入评论,最多180字" placeholder-style="color:#aaa" bindfocus="inputFocus" bindblur="inputBlur"></textarea> |
|
|
@ -100,4 +106,14 @@ |
|
|
<button class="cu-btn offer-btn" style="background-color: #008AFF" bindtap="submitComment">发表</button> |
|
|
<button class="cu-btn offer-btn" style="background-color: #008AFF" bindtap="submitComment">发表</button> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
|
|
|
|
|
|
<!--生成海报 --> |
|
|
|
|
|
<!-- <view class='imagePathBox' hidden="{{maskHidden == false}}"> |
|
|
|
|
|
<image src="{{imagePath}}" class='shengcheng'></image> |
|
|
|
|
|
<button class='baocun' bindtap='baocun'>保存相册,分享到朋友圈</button> |
|
|
|
|
|
</view> |
|
|
|
|
|
<view hidden="{{maskHidden == false}}" class="mask"></view> |
|
|
|
|
|
<view class="canvas-box"> |
|
|
|
|
|
<canvas style="width: 375px;height: 667px;position:fixed;top:9999px" canvas-id="mycanvas"/> |
|
|
|
|
|
</view> --> |
|
|
|
|
|
</view> |
|
|
|
|
|
|