Browse Source

feat-修改请求问题

hejie 3 năm trước cách đây
mục cha
commit
d2daceba20
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/pages/product/p_details.vue

+ 1 - 1
src/pages/product/p_details.vue

@@ -315,7 +315,7 @@ export default {
     },
     getProPage() {
       uni.navigateTo({
-        url: "/pages/pay-agreement/index",
+        url: "/pages/pay-agreement/index?type=" + this.goodsDa.type,
       });
     },