@@ -6,6 +6,8 @@ const NULL_ARR = ['空', '没', '无', '-', '—', 'null', '#N/A']
* event: 触发事件
* $this: 当前对象
* item: 操作对象
+ * url: 购买跳转的结算页地址
+ * buyCount: 购买数量,不填则选择起订量
* */
const _buyOrCar = function (isBuy, event, $this, item, url = '/user#/order/pay/', buyCount) {
if (event) event.stopPropagation()