瀏覽代碼

确认页立即购买传入参数

yangc 7 年之前
父節點
當前提交
0f3508f9bc
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      components/applyPurchase/BatchPublish.vue

+ 1 - 1
components/applyPurchase/BatchPublish.vue

@@ -1038,7 +1038,7 @@
         this.onInput(index)
       },
       buyNow: function (goods, index) {
-        this.baseUtils.buyOrCar(true, null, this, goods, null, this.fragments[index].num)
+        this.baseUtils.buyOrCar(true, null, this, goods, '/user#/order/pay/', this.fragments[index].num)
       },
       linkSaler: function (commodity) {
         this.baseUtils.goLinkUser(this, commodity.enUU)