|
@@ -1,7 +1,7 @@
|
|
<template>
|
|
<template>
|
|
- <view class="page-content complaintsdetails">
|
|
|
|
- <view class="complaintsdetails-content">
|
|
|
|
- <view class="complaintsdetails-item complaintsdetails-plauser">
|
|
|
|
|
|
+ <view class="page-content regulationsdetails">
|
|
|
|
+ <view class="regulationsdetails-content">
|
|
|
|
+ <view class="regulationsdetails-item regulationsdetails-arttitle">
|
|
<view class="item-content">
|
|
<view class="item-content">
|
|
<view class="item-text">
|
|
<view class="item-text">
|
|
<view class="item-textlable">
|
|
<view class="item-textlable">
|
|
@@ -13,7 +13,7 @@
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
- <view class="complaintsdetails-item complaintsdetails-plaphone">
|
|
|
|
|
|
+ <view class="regulationsdetails-item regulationsdetails-artauthor">
|
|
<view class="item-content">
|
|
<view class="item-content">
|
|
<view class="item-text">
|
|
<view class="item-text">
|
|
<view class="item-textlable">
|
|
<view class="item-textlable">
|
|
@@ -25,7 +25,7 @@
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
- <view class="complaintsdetails-item complaintsdetails-planame">
|
|
|
|
|
|
+ <view class="regulationsdetails-item regulationsdetails-artsummary">
|
|
<view class="item-content">
|
|
<view class="item-content">
|
|
<view class="item-text">
|
|
<view class="item-text">
|
|
<view class="item-textlable">
|
|
<view class="item-textlable">
|
|
@@ -37,12 +37,12 @@
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
- <view class="complaintsdetails-placontent">
|
|
|
|
- <view class="placontent-text">
|
|
|
|
- <view class="placontent-textlable">
|
|
|
|
- <text class="placontent-lable">内容:</text>
|
|
|
|
|
|
+ <view class="regulationsdetails-artcontent">
|
|
|
|
+ <view class="artcontent-text">
|
|
|
|
+ <view class="artcontent-textlable">
|
|
|
|
+ <text class="artcontent-lable">内容:</text>
|
|
</view>
|
|
</view>
|
|
- <view class="placontent-textvalue">
|
|
|
|
|
|
+ <view class="artcontent-textvalue">
|
|
<view class="u-content">
|
|
<view class="u-content">
|
|
<u-parse
|
|
<u-parse
|
|
:html="regulationsDetailsObj.artContent"
|
|
:html="regulationsDetailsObj.artContent"
|
|
@@ -78,9 +78,9 @@ export default {
|
|
methods: {
|
|
methods: {
|
|
/** 初始化数据 */
|
|
/** 初始化数据 */
|
|
initData() {
|
|
initData() {
|
|
- const currComplaintsDetailsItem = (this.$store.getters || {}).regulationsDetailsObj || {};
|
|
|
|
|
|
+ const currRegulationDetailsItem = (this.$store.getters || {}).regulationsDetailsObj || {};
|
|
regulationsViewData({
|
|
regulationsViewData({
|
|
- id: currComplaintsDetailsItem.artId
|
|
|
|
|
|
+ id: currRegulationDetailsItem.artId
|
|
}).then(res => {
|
|
}).then(res => {
|
|
this.regulationsDetailsObj = res.data || {};
|
|
this.regulationsDetailsObj = res.data || {};
|
|
}).catch(() => {
|
|
}).catch(() => {
|
|
@@ -92,14 +92,14 @@ export default {
|
|
</script>
|
|
</script>
|
|
|
|
|
|
<style lang="scss" scoped>
|
|
<style lang="scss" scoped>
|
|
-.complaintsdetails {
|
|
|
|
|
|
+.regulationsdetails {
|
|
padding: 0;
|
|
padding: 0;
|
|
|
|
|
|
- .complaintsdetails-content {
|
|
|
|
|
|
+ .regulationsdetails-content {
|
|
width: 100%;
|
|
width: 100%;
|
|
padding-top: 24rpx;
|
|
padding-top: 24rpx;
|
|
|
|
|
|
- .complaintsdetails-item {
|
|
|
|
|
|
+ .regulationsdetails-item {
|
|
height: 138rpx;
|
|
height: 138rpx;
|
|
padding-left: 24rpx;
|
|
padding-left: 24rpx;
|
|
background-color: #ffffff;
|
|
background-color: #ffffff;
|
|
@@ -142,19 +142,19 @@ export default {
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
- .complaintsdetails-placontent {
|
|
|
|
|
|
+ .regulationsdetails-artcontent {
|
|
margin-top: 24rpx;
|
|
margin-top: 24rpx;
|
|
background-color: #ffffff;
|
|
background-color: #ffffff;
|
|
min-height: 154rpx;
|
|
min-height: 154rpx;
|
|
|
|
|
|
- .placontent-text {
|
|
|
|
|
|
+ .artcontent-text {
|
|
padding: 24rpx;
|
|
padding: 24rpx;
|
|
|
|
|
|
- .placontent-textlable {
|
|
|
|
|
|
+ .artcontent-textlable {
|
|
height: 42rpx;
|
|
height: 42rpx;
|
|
line-height: 42rpx;
|
|
line-height: 42rpx;
|
|
|
|
|
|
- .placontent-lable {
|
|
|
|
|
|
+ .artcontent-lable {
|
|
height: 42rpx;
|
|
height: 42rpx;
|
|
font-size: 30rpx;
|
|
font-size: 30rpx;
|
|
font-family: PingFangSC-Regular, PingFang SC;
|
|
font-family: PingFangSC-Regular, PingFang SC;
|
|
@@ -164,8 +164,8 @@ export default {
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
- .placontent-textvalue {
|
|
|
|
- .placontent-textarea {
|
|
|
|
|
|
+ .artcontent-textvalue {
|
|
|
|
+ .artcontent-textarea {
|
|
min-height: 48rpx;
|
|
min-height: 48rpx;
|
|
font-size: 34rpx;
|
|
font-size: 34rpx;
|
|
font-family: PingFangSC-Regular, PingFang SC;
|
|
font-family: PingFangSC-Regular, PingFang SC;
|
|
@@ -175,54 +175,6 @@ export default {
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
-
|
|
|
|
- .complaintsdetails-plares {
|
|
|
|
- margin-top: 24rpx;
|
|
|
|
- background-color: #ffffff;
|
|
|
|
- min-height: 154rpx;
|
|
|
|
-
|
|
|
|
- .plares-text {
|
|
|
|
- padding: 24rpx;
|
|
|
|
-
|
|
|
|
- .plares-textlable {
|
|
|
|
- height: 42rpx;
|
|
|
|
- line-height: 42rpx;
|
|
|
|
-
|
|
|
|
- .plares-lable {
|
|
|
|
- height: 42rpx;
|
|
|
|
- font-size: 30rpx;
|
|
|
|
- font-family: PingFangSC-Regular, PingFang SC;
|
|
|
|
- font-weight: 400;
|
|
|
|
- color: #666666;
|
|
|
|
- line-height: 42rpx;
|
|
|
|
- }
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- .plares-textvalue {
|
|
|
|
- .plares-textarea {
|
|
|
|
- min-height: 48rpx;
|
|
|
|
- font-size: 34rpx;
|
|
|
|
- font-family: PingFangSC-Regular, PingFang SC;
|
|
|
|
- font-weight: 400;
|
|
|
|
- color: #333333;
|
|
|
|
- }
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- .plares-textnovalue {
|
|
|
|
- height: 48rpx;
|
|
|
|
- line-height: 48rpx;
|
|
|
|
-
|
|
|
|
- .plares-value {
|
|
|
|
- height: 48rpx;
|
|
|
|
- font-size: 34rpx;
|
|
|
|
- font-family: PingFangSC-Regular, PingFang SC;
|
|
|
|
- font-weight: 400;
|
|
|
|
- color: #333333;
|
|
|
|
- line-height: 48rpx;
|
|
|
|
- }
|
|
|
|
- }
|
|
|
|
- }
|
|
|
|
- }
|
|
|
|
}
|
|
}
|
|
}
|
|
}
|
|
</style>
|
|
</style>
|