Browse Source

Merge branch 'master' of http://116.63.33.55/git/nazw

elis 2 years ago
parent
commit
9036a42c93

+ 2 - 2
nngkxxdp/src/main/resources/static/nnzwminiapp/pages/myComment/putComment.wxml

@@ -7,9 +7,9 @@
 		<view style="display: flex;flex-direction: column;align-items: flex-start;justify-content: center;padding-left: 80rpx;width: 100%;">
 			<view style="display: flex;width: 100%;">
 				<view class="content-text" style="width:525rpx;padding-right: 2%;font-size: 27rpx;">{{ item.content }}</view>
-				<view style="display: flex;align-items: flex-start;">
+				<!-- <view style="display: flex;align-items: flex-start;">
           <view style="font-size: 19rpx;padding: 8rpx;background-color: #ffffff;border: 2rpx solid #000000;border-radius: 10rpx;">删除</view>
-        </view>
+        </view> -->
 			</view>
 			<view class="title-text" style="line-height: 50rpx;padding-left:10rpx;margin-top: 5rpx;width: 600rpx;height: 50rpx;font-size: 24rpx;color: #858585;background-color: #eeeeee;">{{ item.sourceTitle }}</view>
 			<view style="font-size: 20rpx;color: #b5b5b5;margin-top: 10rpx;">{{ item.commentTime }}</view>

+ 2 - 2
nngkxxdp/src/main/resources/static/nnzwminiapp/pages/myComment/receiveComment.wxml

@@ -7,9 +7,9 @@
 		<view style="display: flex;flex-direction: column;align-items: flex-start;justify-content: center;padding-left: 80rpx;width: 100%;">
 			<view style="display: flex;width: 100%;">
 				<view class="content-text" style="width:525rpx;padding-right: 2%;font-size: 27rpx;">{{ item.content }}</view>
-				<view style="display: flex;align-items: flex-start;">
+				<!-- <view style="display: flex;align-items: flex-start;">
           <view style="font-size: 19rpx;padding: 8rpx;background-color: #ffffff;border: 2rpx solid #000000;border-radius: 10rpx;">删除</view>
-        </view>
+        </view> -->
 			</view>
 			<view class="title-text" style="line-height: 50rpx;padding-left:10rpx;margin-top: 5rpx;width: 600rpx;height: 50rpx;font-size: 24rpx;color: #858585;background-color: #eeeeee;">{{ item.sourceTitle }}</view>
 			<view style="font-size: 20rpx;color: #b5b5b5;margin-top: 10rpx;">{{ item.commentTime }}</view>