Browse Source

确认页立即购买传入参数

yangc 6 years ago
parent
commit
0f3508f9bc
1 changed files with 1 additions and 1 deletions
  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)