|
@@ -286,7 +286,7 @@
|
|
|
<input type="text" v-model="inputComment" placeholder="发表我的态度" :maxlength="50" class="input-box"
|
|
<input type="text" v-model="inputComment" placeholder="发表我的态度" :maxlength="50" class="input-box"
|
|
|
confirm-type="send" @confirm="sendCommentMsg" />
|
|
confirm-type="send" @confirm="sendCommentMsg" />
|
|
|
<view class="send-btn" @click="sendCommentMsg">发送</view>
|
|
<view class="send-btn" @click="sendCommentMsg">发送</view>
|
|
|
- <view class="icon-btn" @tap="openShare">
|
|
|
|
|
|
|
+ <view v-if="false" class="icon-btn" @tap="openShare">
|
|
|
<image src="/static/image/hall/share_icon.png" mode="aspectFill"></image>
|
|
<image src="/static/image/hall/share_icon.png" mode="aspectFill"></image>
|
|
|
<text>分享</text>
|
|
<text>分享</text>
|
|
|
</view>
|
|
</view>
|
|
@@ -3437,7 +3437,7 @@ export default {
|
|
|
text-align: center;
|
|
text-align: center;
|
|
|
color: #FFFFFF;
|
|
color: #FFFFFF;
|
|
|
line-height: 96rpx;
|
|
line-height: 96rpx;
|
|
|
- margin-right: 25rpx;
|
|
|
|
|
|
|
+ // margin-right: 25rpx;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.icon-btn {
|
|
.icon-btn {
|