Browse Source

Merge remote-tracking branch 'origin/release-201827-wangcz' into release-201827-wangcz

wangcz 7 years ago
parent
commit
a55192c300
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)
         this.onInput(index)
       },
       },
       buyNow: function (goods, 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) {
       linkSaler: function (commodity) {
         this.baseUtils.goLinkUser(this, commodity.enUU)
         this.baseUtils.goLinkUser(this, commodity.enUU)