Browse Source

baseUtils立即购买注释

yangc 6 years ago
parent
commit
8e88fa00b3
1 changed files with 2 additions and 0 deletions
  1. 2 0
      utils/baseUtils.js

+ 2 - 0
utils/baseUtils.js

@@ -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()