Commit 94373272 authored by zhengke's avatar zhengke

修改

parent e66d74d6
......@@ -454,7 +454,6 @@ export default {
},
},
(res) => {
console.log(res, "详情");
if (res.resultCode == 1) {
this.g = res.data.goods;
this.isAllowShare = res.data.goods.isAllowShare; //1为可以分享 2为不能分享
......@@ -523,14 +522,12 @@ export default {
},
initComments() {
this.msg.GoodsId = this.id;
console.log(this.msg, "msg");
this.request2(
{
url: "/api/AppletOrder/GetAppletGoodsCommentPageList",
data: this.msg,
},
(res) => {
console.log(res, "pinglun");
this.comments = res.data.pageData;
// this.initRecommend();
......@@ -547,7 +544,6 @@ export default {
},
(res) => {
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