1. const dishInfo = e.target.dataset.dishInfo || {};
    2. //如果第一个值为false,就取后面的值. 避免返回错误.
    3. //If variable already exists use it, otherwise create an empty object