Authored by 李奇

删除无效log

... ... @@ -125,7 +125,6 @@ export default class ProductDetail extends Component {
let code = options.scene;
getQRCodeSource(code).then(json => {
if (json) {
console.log(json)
if (json.skup) {
wx.hideShareMenu();
this.setState({
... ...