【发布时间】:2021-11-09 05:10:57
【问题描述】:
我试图通过将值从我的 context.js 传递到我的 ProductsList.js 来获取我的产品信息值。但是,当我 console.log ProductsList.js 中的值时,我的控制台没有获取数据......我不知道出了什么问题,有人可以帮助我吗?非常感谢!
这是我的 context.js:
import React from "react";
import {
storeProducts,
detailProduct
} from "./data";
const ProductContext = React.createContext();
//provider
//consumer
class ProductProvider extends React.Component {
state = {
products: storeProducts,
detailProduct: detailProduct
};
handleDetail = () => {
console.log("hello products");
};
addToCart = () => {
console.log("hello details");
};
render() {
return ( <
ProductContext.Provider value = {
{
...this.state,
handleDetail: this.handleDetail,
addToCart: this.addToCart
}
} >
<
/ProductContext.Provider>
);
}
}
const ProductConsumer = ProductContext.Consumer;
export {
ProductProvider,
ProductConsumer
};
这是我的 ProductsList.js:
import React, { Component } from "react";
import Product from "./Product";
import Title from "./Title.js";
import { storeProducts } from "../data";
import { ProductConsumer } from "../context";
export default class ProductsList extends Component {
state = {
products: storeProducts,
};
render() {
return (
<React.Fragment>
<div className="py-5">
<div className="container">
<Title name="our" title="products" />
<div className="row">
<ProductConsumer>
{" "}
{(value) => {
console.log(value);
}}{" "}
</ProductConsumer>{" "}
</div>{" "}
</div>{" "}
</div>{" "}
</React.Fragment>
);
}
}
这是我的 data.js:
/*
https://www.iconfinder.com/icons/1243689/call_phone_icon
Creative Commons (Attribution 3.0 Unported);
https://www.iconfinder.com/Makoto_msk */
export const storeProducts = [{
id: 1,
title: "Google Pixel - Black",
img: "img/product-1.png",
price: 10,
company: "GOOGLE",
info: "Lorem ipsum dolor amet offal butcher quinoa sustainable gastropub, echo park actually green juice sriracha paleo. Brooklyn sriracha semiotics, DIY coloring book mixtape craft beer sartorial hella blue bottle. Tote bag wolf authentic try-hard put a bird on it mumblecore. Unicorn lumbersexual master cleanse blog hella VHS, vaporware sartorial church-key cardigan single-origin coffee lo-fi organic asymmetrical. Taxidermy semiotics celiac stumptown scenester normcore, ethical helvetica photo booth gentrify.",
inCart: false,
count: 0,
total: 0
}, {
id: 2,
title: "Samsung S7",
img: "img/product-2.png",
price: 16,
company: "SAMSUNG",
info: "Lorem ipsum dolor amet offal butcher quinoa sustainable gastropub, echo park actually green juice sriracha paleo. Brooklyn sriracha semiotics, DIY coloring book mixtape craft beer sartorial hella blue bottle. Tote bag wolf authentic try-hard put a bird on it mumblecore. Unicorn lumbersexual master cleanse blog hella VHS, vaporware sartorial church-key cardigan single-origin coffee lo-fi organic asymmetrical. Taxidermy semiotics celiac stumptown scenester normcore, ethical helvetica photo booth gentrify.",
inCart: false,
count: 0,
total: 0
}, {
id: 3,
title: "HTC 10 - Black",
img: "img/product-3.png",
price: 8,
company: "htc",
info: "Lorem ipsum dolor amet offal butcher quinoa sustainable gastropub, echo park actually green juice sriracha paleo. Brooklyn sriracha semiotics, DIY coloring book mixtape craft beer sartorial hella blue bottle. Tote bag wolf authentic try-hard put a bird on it mumblecore. Unicorn lumbersexual master cleanse blog hella VHS, vaporware sartorial church-key cardigan single-origin coffee lo-fi organic asymmetrical. Taxidermy semiotics celiac stumptown scenester normcore, ethical helvetica photo booth gentrify.",
inCart: false,
count: 0,
total: 0
}, {
id: 4,
title: "HTC 10 - White",
img: "img/product-4.png",
price: 18,
company: "htc",
info: "Lorem ipsum dolor amet offal butcher quinoa sustainable gastropub, echo park actually green juice sriracha paleo. Brooklyn sriracha semiotics, DIY coloring book mixtape craft beer sartorial hella blue bottle. Tote bag wolf authentic try-hard put a bird on it mumblecore. Unicorn lumbersexual master cleanse blog hella VHS, vaporware sartorial church-key cardigan single-origin coffee lo-fi organic asymmetrical. Taxidermy semiotics celiac stumptown scenester normcore, ethical helvetica photo booth gentrify.",
inCart: false,
count: 0,
total: 0
}, {
id: 5,
title: "HTC Desire 626s",
img: "img/product-5.png",
price: 24,
company: "htc",
info: "Lorem ipsum dolor amet offal butcher quinoa sustainable gastropub, echo park actually green juice sriracha paleo. Brooklyn sriracha semiotics, DIY coloring book mixtape craft beer sartorial hella blue bottle. Tote bag wolf authentic try-hard put a bird on it mumblecore. Unicorn lumbersexual master cleanse blog hella VHS, vaporware sartorial church-key cardigan single-origin coffee lo-fi organic asymmetrical. Taxidermy semiotics celiac stumptown scenester normcore, ethical helvetica photo booth gentrify.",
inCart: false,
count: 0,
total: 0
}, {
id: 6,
title: "Vintage Iphone",
img: "img/product-6.png",
price: 17,
company: "apple",
info: "Lorem ipsum dolor amet offal butcher quinoa sustainable gastropub, echo park actually green juice sriracha paleo. Brooklyn sriracha semiotics, DIY coloring book mixtape craft beer sartorial hella blue bottle. Tote bag wolf authentic try-hard put a bird on it mumblecore. Unicorn lumbersexual master cleanse blog hella VHS, vaporware sartorial church-key cardigan single-origin coffee lo-fi organic asymmetrical. Taxidermy semiotics celiac stumptown scenester normcore, ethical helvetica photo booth gentrify.",
inCart: false,
count: 0,
total: 0
}, {
id: 7,
title: "Iphone 7",
img: "img/product-7.png",
price: 30,
company: "apple",
info: "Lorem ipsum dolor amet offal butcher quinoa sustainable gastropub, echo park actually green juice sriracha paleo. Brooklyn sriracha semiotics, DIY coloring book mixtape craft beer sartorial hella blue bottle. Tote bag wolf authentic try-hard put a bird on it mumblecore. Unicorn lumbersexual master cleanse blog hella VHS, vaporware sartorial church-key cardigan single-origin coffee lo-fi organic asymmetrical. Taxidermy semiotics celiac stumptown scenester normcore, ethical helvetica photo booth gentrify.",
inCart: false,
count: 0,
total: 0
}, {
id: 8,
title: "Smashed Iphone",
img: "img/product-8.png",
price: 2,
company: "apple",
info: "Lorem ipsum dolor amet offal butcher quinoa sustainable gastropub, echo park actually green juice sriracha paleo. Brooklyn sriracha semiotics, DIY coloring book mixtape craft beer sartorial hella blue bottle. Tote bag wolf authentic try-hard put a bird on it mumblecore. Unicorn lumbersexual master cleanse blog hella VHS, vaporware sartorial church-key cardigan single-origin coffee lo-fi organic asymmetrical. Taxidermy semiotics celiac stumptown scenester normcore, ethical helvetica photo booth gentrify.",
inCart: false,
count: 0,
total: 0
}];
export const detailProduct = {
id: 1,
title: "Google Pixel - Black",
img: "img/product-1.png",
price: 10,
company: "google",
info: "Lorem ipsum dolor amet offal butcher quinoa sustainable gastropub, echo park actually green juice sriracha paleo. Brooklyn sriracha semiotics, DIY coloring book mixtape craft beer sartorial hella blue bottle. Tote bag wolf authentic try-hard put a bird on it mumblecore. Unicorn lumbersexual master cleanse blog hella VHS, vaporware sartorial church-key cardigan single-origin coffee lo-fi organic asymmetrical. Taxidermy semiotics celiac stumptown scenester normcore, ethical helvetica photo booth gentrify.",
inCart: false,
count: 0,
total: 0
};
【问题讨论】: