소스 검색

确认页立即购买传入参数

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)