|
@@ -179,8 +179,8 @@
|
|
</template>
|
|
</template>
|
|
|
|
|
|
<script>
|
|
<script>
|
|
-
|
|
|
|
-export default{
|
|
|
|
|
|
+import responseDecorator from '@/utils/responseDecorator'
|
|
|
|
+export default {
|
|
data() {
|
|
data() {
|
|
return {
|
|
return {
|
|
title: '国学',
|
|
title: '国学',
|
|
@@ -403,17 +403,17 @@ export default{
|
|
|
|
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
+ },
|
|
|
|
+ methods: {
|
|
|
|
+
|
|
},
|
|
},
|
|
onLoad() {
|
|
onLoad() {
|
|
api.openApi.openApiGanZhiGet8ziByDate(this.form).then(res => {
|
|
api.openApi.openApiGanZhiGet8ziByDate(this.form).then(res => {
|
|
this.userData = responseDecorator.get8ziByDateDecorator(res.data.data)
|
|
this.userData = responseDecorator.get8ziByDateDecorator(res.data.data)
|
|
console.log(this.userData)
|
|
console.log(this.userData)
|
|
})
|
|
})
|
|
-
|
|
|
|
},
|
|
},
|
|
- methods: {
|
|
|
|
|
|
|
|
- }
|
|
|
|
};
|
|
};
|
|
</script>
|
|
</script>
|
|
|
|
|
|
@@ -514,7 +514,7 @@ export default{
|
|
}
|
|
}
|
|
|
|
|
|
.result-desc_limit {
|
|
.result-desc_limit {
|
|
-
|
|
|
|
|
|
+
|
|
display: -webkit-box;
|
|
display: -webkit-box;
|
|
-webkit-box-orient: vertical;
|
|
-webkit-box-orient: vertical;
|
|
-webkit-line-clamp: 3;
|
|
-webkit-line-clamp: 3;
|