|
|
@ -40,7 +40,7 @@ Page({ |
|
|
videoTags:res.data, |
|
|
videoTags:res.data, |
|
|
videoTagId:res.data[0].CatalogId |
|
|
videoTagId:res.data[0].CatalogId |
|
|
}) |
|
|
}) |
|
|
this.getList(); |
|
|
// this.getList();
|
|
|
}) |
|
|
}) |
|
|
// 获取图片的标签
|
|
|
// 获取图片的标签
|
|
|
commonApi._post("pbservice/Artpopulate/imgTags").then(res=>{ |
|
|
commonApi._post("pbservice/Artpopulate/imgTags").then(res=>{ |
|
|
@ -53,6 +53,7 @@ Page({ |
|
|
picTagId:res.data[0].TagId |
|
|
picTagId:res.data[0].TagId |
|
|
}) |
|
|
}) |
|
|
}) |
|
|
}) |
|
|
|
|
|
this.getList(); |
|
|
}, |
|
|
}, |
|
|
changeType:function(e){ |
|
|
changeType:function(e){ |
|
|
let type = e.currentTarget.dataset.type; |
|
|
let type = e.currentTarget.dataset.type; |
|
|
|