Commit 94373272 authored by zhengke's avatar zhengke

修改

parent e66d74d6
...@@ -454,7 +454,6 @@ export default { ...@@ -454,7 +454,6 @@ export default {
}, },
}, },
(res) => { (res) => {
console.log(res, "详情");
if (res.resultCode == 1) { if (res.resultCode == 1) {
this.g = res.data.goods; this.g = res.data.goods;
this.isAllowShare = res.data.goods.isAllowShare; //1为可以分享 2为不能分享 this.isAllowShare = res.data.goods.isAllowShare; //1为可以分享 2为不能分享
...@@ -523,14 +522,12 @@ export default { ...@@ -523,14 +522,12 @@ export default {
}, },
initComments() { initComments() {
this.msg.GoodsId = this.id; this.msg.GoodsId = this.id;
console.log(this.msg, "msg");
this.request2( this.request2(
{ {
url: "/api/AppletOrder/GetAppletGoodsCommentPageList", url: "/api/AppletOrder/GetAppletGoodsCommentPageList",
data: this.msg, data: this.msg,
}, },
(res) => { (res) => {
console.log(res, "pinglun");
this.comments = res.data.pageData; this.comments = res.data.pageData;
// this.initRecommend(); // this.initRecommend();
...@@ -547,7 +544,6 @@ export default { ...@@ -547,7 +544,6 @@ export default {
}, },
(res) => { (res) => {
this.recommend = res.data.List; this.recommend = res.data.List;
console.log(this.recommend, "recommeds");
} }
); );
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment