|
@@ -243,7 +243,7 @@ export default {
|
|
|
let data ={
|
|
|
rid: rid
|
|
|
}
|
|
|
- api.requestRecommen(url,data).then(res =>{
|
|
|
+ api.recommen(url,data).then(res =>{
|
|
|
if (res.code == 200) this.onClickRecommon(that.recommenIndex);
|
|
|
})
|
|
|
// let that = this;
|
|
@@ -259,7 +259,7 @@ export default {
|
|
|
// 操作推荐内容全部(提交/取消)
|
|
|
requestOptionAll(url) {
|
|
|
let data = { typeid: this.recommenIndex }
|
|
|
- api.requestRecommen(url,data).then(res =>{
|
|
|
+ api.recommen(url,data).then(res =>{
|
|
|
if (res.code == 200) this.onClickRecommon(that.recommenIndex);
|
|
|
})
|
|
|
// let that = this;
|