فهرست منبع

fix: 调整部分功能模块

wenxingxing 20 ساعت پیش
والد
کامیت
7dd32fdd4b
2فایلهای تغییر یافته به همراه32 افزوده شده و 1 حذف شده
  1. 32 1
      pages/course/info.vue
  2. BIN
      static/image/hall/baoxiang_icon.png

+ 32 - 1
pages/course/info.vue

@@ -284,7 +284,7 @@
 			<input type="text" v-model="inputContent" placeholder="发表我的态度" :maxlength="50" class="input-box"
 				confirm-type="send" @confirm="sendCommentMsg" />
 			<view class="send-btn" @click="sendCommentMsg">发送</view>
-			<view class="icon-btn">
+			<view class="icon-btn" @tap="openShare">
 				<image src="/static/image/hall/share_icon.png" mode="aspectFill"></image>
 				<text>分享</text>
 			</view>
@@ -408,6 +408,11 @@
 		<popupBottom ref="mescrollItem" :visible.sync="specVisible" @close="closePop" :cmdId="courseId"
 			:smsNum="data.commentNum" :title="data.commentNum+'条评论'" :type="1" radius="32" maxHeight="1200">
 		</popupBottom>
+
+		<view class="complaintViewClass">
+			<image src="/static/image/my/complaint_icon.png" mode="aspectFill"></image>
+			<view class="complaintViewTextClass">答题</view>
+		</view>
 	</view>
 </template>
 
@@ -3274,4 +3279,30 @@
 			}
 		}
 	}
+
+	.complaintViewClass {
+		@include u-flex(column, center, center);
+		position: fixed;
+		right: 34rpx;
+		bottom: 400rpx;
+
+		image {
+			width: 132rpx;
+			height: 112rpx;
+		}
+
+		.complaintViewTextClass {
+			@include u-flex(row, center, center);
+			width: 152rpx;
+			height: 52rpx;
+			background: linear-gradient(135deg, #FF5B6E 1.51%, #FC1D37 100%);
+			border-radius: 26rpx;
+			font-family: DOUYINSANSBOLD, DOUYINSANSBOLD;
+			font-weight: normal;
+			font-size: 30rpx;
+			color: #FFFFFF;
+			margin-top: -13rpx;
+			z-index: 10;
+		}
+	}
 </style>

BIN
static/image/hall/baoxiang_icon.png