在js里有个onLoad 的方法,方法的options参数里,包含了,地址栏的数据
 onLoad(options) {
    console.log(options);
   this.getGoodsInfo();
  }