Browse Source

去除冗余代码

htc 6 months ago
parent
commit
a56bd61284
1 changed files with 1 additions and 56 deletions
  1. 1 56
      pages/solution/fmcs.vue

+ 1 - 56
pages/solution/fmcs.vue

@@ -34,7 +34,7 @@
 				<image src="../../static/imgs/fmcs_fajg.png" mode="widthFix" @click="showBigImg"></image>
 			</view>
 			<!-- 产品功能 -->
-			<view class="cpgn box">
+			<view class="box">
 				<view class="title">产品功能</view>
 				<block v-if="functionList.length">
 					<uFunction :title="item.title" :list="item.list" v-for="(item,index) in functionList" :key="index"></uFunction>
@@ -210,7 +210,6 @@
 							that.saveImage(imgUrl);
 						},
 						fail(err) {
-							console.log('保存失败1',err)
 							that.$showToast(err.errMsg);
 						}
 					}
@@ -228,7 +227,6 @@
 								that.$showToast('保存成功');
 							},
 							fail(err) {
-								console.log('保存失败2',err)
 								that.$showToast('保存失败');
 							}
 						})
@@ -296,59 +294,6 @@
 						width: 100%;
 					}
 				}
-			
-				&.cpgn{
-					.item{
-						margin-top: 48rpx;
-						.i_title{
-							display: flex;
-							align-items: center;
-							image{
-								width: 50rpx;
-								height: 24rpx;
-							}
-							text{
-								font-family: PingFang-SC, PingFang-SC;
-								font-weight: bold;
-								font-size: 36rpx;
-								color: #134F99;
-								line-height: 50rpx;
-								margin-left: 8rpx;
-							}
-						}
-						.i_pre{
-							margin-top: 48rpx;
-							.ip_title{
-								padding-left: 18rpx;
-								font-family: PingFang-SC, PingFang-SC;
-								font-weight: bold;
-								font-size: 32rpx;
-								color: #111111;
-								line-height: 45rpx;
-								position: relative;
-								&:before{
-									content: '';
-									width: 6rpx;
-									height: 36rpx;
-									background: #1460CA;
-									position: absolute;
-									left: 0;
-									top: 50%;
-									margin-top: -18rpx;
-								}
-							}
-							.ip_nr{
-								font-family: PingFangSC, PingFang SC;
-								font-weight: 400;
-								font-size: 24rpx;
-								color: #666666;
-								line-height: 34rpx;
-								margin-top: 16rpx;
-								letter-spacing: 2rpx;
-							}
-						}
-					}
-				}
 			}
 		}
 	}