在js里有個onLoad 的方法,方法的options參數(shù)里,包含了,地址欄的數(shù)據(jù)
 onLoad(options) {
    console.log(options);
   this.getGoodsInfo();
  }