From 05811328e58b1d6e142b598bc8f083504c84177f Mon Sep 17 00:00:00 2001
From: liangjin <liangjin@finlean.com>
Date: Fri, 14 May 2021 22:21:52 +0800
Subject: [PATCH] 小程序

---
 pages/hbfqPage/orderInfo/orderInfo.js |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/pages/hbfqPage/orderInfo/orderInfo.js b/pages/hbfqPage/orderInfo/orderInfo.js
index 54fbcda..a3047da 100644
--- a/pages/hbfqPage/orderInfo/orderInfo.js
+++ b/pages/hbfqPage/orderInfo/orderInfo.js
@@ -38,7 +38,7 @@
   },
   getList(obj) {
     $api.ajax(
-      '/sib/xcx/order/hbCreateInit',
+      '/zic/order/hbCreateInit',
       'POST',
       (res) => {
         this.setData({
@@ -54,7 +54,7 @@
   },
   orderhbTrial() {
     $api.ajax(
-      '/sib/xcx/order/hbTrial',
+      '/zic/order/hbTrial',
       'POST',
       (res) => {
         let body = res.data.body
@@ -263,7 +263,7 @@
       success: (res) => {
         console.log(res)
         $api.ajax(
-          '/sib/xcx/order/createHb',
+          '/zic/order/createHb',
           'POST',
           (res) => {
             my.reLaunch({

--
Gitblit v1.8.0