|
@@ -28,7 +28,6 @@
|
|
.request
|
|
.request
|
|
.post("getContent",{id : this.id})
|
|
.post("getContent",{id : this.id})
|
|
.then(res=>{
|
|
.then(res=>{
|
|
- console.log(res);
|
|
|
|
if(res.code == 200) {
|
|
if(res.code == 200) {
|
|
this.content = res.data.content;
|
|
this.content = res.data.content;
|
|
uni.setNavigationBarTitle({
|
|
uni.setNavigationBarTitle({
|
|
@@ -45,11 +44,16 @@
|
|
}
|
|
}
|
|
</script>
|
|
</script>
|
|
|
|
|
|
-<style>
|
|
|
|
|
|
+<style lang="scss">
|
|
@import url("/components/gaoyia-parse/parse.css");
|
|
@import url("/components/gaoyia-parse/parse.css");
|
|
|
|
|
|
#box {
|
|
#box {
|
|
z-index: -1;
|
|
z-index: -1;
|
|
padding: 15px;
|
|
padding: 15px;
|
|
}
|
|
}
|
|
|
|
+ /deep/ {
|
|
|
|
+ .img{
|
|
|
|
+ display: block !important;
|
|
|
|
+ }
|
|
|
|
+ }
|
|
</style>
|
|
</style>
|