|
|
@@ -24,9 +24,12 @@ import jyfParser from '@/components/jyf-parser/jyf-parser.vue'
|
|
|
},
|
|
|
methods:{
|
|
|
loadData(){
|
|
|
- post("ShuZiTeaYW/shop/newTutorial").then(res => {
|
|
|
- if (res.status == 200) {
|
|
|
- this.content = res.data.content
|
|
|
+ let data = {
|
|
|
+ type:3
|
|
|
+ }
|
|
|
+ post("/my/article",data).then(res => {
|
|
|
+ if (res.code == 0) {
|
|
|
+ this.content = res.data.data.content
|
|
|
console.log(this.content)
|
|
|
// this.BannerImg = res.list;
|
|
|
}
|