diff --git a/app.json b/app.json index 8ab707f..ad68eef 100644 --- a/app.json +++ b/app.json @@ -1,85 +1,86 @@ { - "pages": [ - "pages/login/index", - "pages/index/index", - "pages/customer/index", - "pages/order/index", - "pages/web-view/index", - "pages/mine/index", - "pages/customer/addCard/index", - "pages/customer/detail/index", - "pages/order/register/index", - "pages/order/detail/index", - "pages/mine/install/index", - "pages/mine/install/staff/index", - "pages/customer/filterList/index", - "pages/order/filterList/index", - "pages/customer/allot/index", - "pages/distribute/index", - "pages/distribute/cashout/index", - "pages/distribute/material/index", - "pages/distribute/reward/index", - "pages/distribute/statistics/index", - "pages/distribute/assets/index", - "pages/customer/editCard/index", - "pages/channel/index", - "pages/dataAnalysis/index", - "pages/distribute/special/index", - "pages/customer/optDefeat/index", - "pages/order/edit/index", - "pages/distribute/storePoster/index", - "pages/distribute/storePoster/modelList/index", - "pages/allot/detail/index", - "pages/allot/list/index", - "pages/audioPlay/index", - "pages/recommend/index", - "pages/allot/index", - "pages/storeInfo/index", - "pages/order/detail/index2", - "pages/order/edit/index2", - "pages/order/editOwner/index", - "pages/order/filterList/index2", - "pages/siyutong/index", - "pages/siyutong/activityDetail/index", - "pages/siyutong/activityRanking/index", - "pages/inventory/detail/index", - "pages/inventory/list/index", - "pages/inventory/warning/index" - ], - "echarts": [ - { - "root": "ecCanvas", - "pages": [ - "pages/index/index" - ] - } - ], - "window": { - "backgroundTextStyle": "light", - "navigationBarBackgroundColor": "#fff", - "navigationBarTitleText": "狸车宝", - "navigationBarTextStyle": "black" - }, - "sitemapLocation": "sitemap.json", - "usingComponents": { - "lcb-msg": "/components/msg/index", - "lcb-auth": "/components/auth/index", - "lcb-navBar": "/components/navBar/navBar", - "lcb-footer": "/components/footer/footer", - "lcb-listmore": "/components/listMore/index", - "lcb-channelTabBarNav": "/components/channel-tab-bar/index", - "lcb-shopTabBarNav": "/components/shop-tab-bar/index", - "lcb-backChannel": "/components/backChannel/index", - "QYWXcontact": "plugin://contactPlugin/cell", - "kefuSuccess": "/components/kefuSuccess/index" - }, - "plugins": { - "contactPlugin": { - "version": "1.4.1", - "provider": "wx104a1a20c3f81ec2" - } - }, - "navigateToMiniProgramAppIdList": [ - "wx98e64c11aac45966" - ] + "pages": [ + "pages/login/index", + "pages/index/index", + "pages/customer/index", + "pages/order/index", + "pages/web-view/index", + "pages/mine/index", + "pages/customer/addCard/index", + "pages/customer/detail/index", + "pages/order/register/index", + "pages/order/detail/index", + "pages/mine/install/index", + "pages/mine/install/staff/index", + "pages/customer/filterList/index", + "pages/order/filterList/index", + "pages/customer/allot/index", + "pages/distribute/index", + "pages/distribute/cashout/index", + "pages/distribute/material/index", + "pages/distribute/reward/index", + "pages/distribute/statistics/index", + "pages/distribute/assets/index", + "pages/customer/editCard/index", + "pages/channel/index", + "pages/dataAnalysis/index", + "pages/distribute/special/index", + "pages/customer/optDefeat/index", + "pages/order/edit/index", + "pages/distribute/storePoster/index", + "pages/distribute/storePoster/modelList/index", + "pages/allot/detail/index", + "pages/allot/list/index", + "pages/audioPlay/index", + "pages/recommend/index", + "pages/allot/index", + "pages/storeInfo/index", + "pages/order/detail/index2", + "pages/order/edit/index2", + "pages/order/editOwner/index", + "pages/order/filterList/index2", + "pages/siyutong/index", + "pages/siyutong/activityDetail/index", + "pages/siyutong/activityRanking/index", + "pages/inventory/detail/index", + "pages/inventory/list/index", + "pages/inventory/warning/index", + "pages/order/editFinance/index" + ], + "echarts": [ + { + "root": "ecCanvas", + "pages": [ + "pages/index/index" + ] + } + ], + "window": { + "backgroundTextStyle": "light", + "navigationBarBackgroundColor": "#fff", + "navigationBarTitleText": "狸车宝", + "navigationBarTextStyle": "black" + }, + "sitemapLocation": "sitemap.json", + "usingComponents": { + "lcb-msg": "/components/msg/index", + "lcb-auth": "/components/auth/index", + "lcb-navBar": "/components/navBar/navBar", + "lcb-footer": "/components/footer/footer", + "lcb-listmore": "/components/listMore/index", + "lcb-channelTabBarNav": "/components/channel-tab-bar/index", + "lcb-shopTabBarNav": "/components/shop-tab-bar/index", + "lcb-backChannel": "/components/backChannel/index", + "QYWXcontact": "plugin://contactPlugin/cell", + "kefuSuccess": "/components/kefuSuccess/index" + }, + "plugins": { + "contactPlugin": { + "version": "1.4.1", + "provider": "wx104a1a20c3f81ec2" + } + }, + "navigateToMiniProgramAppIdList": [ + "wx98e64c11aac45966" + ] } \ No newline at end of file diff --git a/commons/js/config.js b/commons/js/config.js index 1f8a1cb..fe0e9c3 100644 --- a/commons/js/config.js +++ b/commons/js/config.js @@ -55,6 +55,7 @@ api = { appFinance: "app/finance", //获取金融产品列表 appFinanceNums: "app/finance/nums", //获取金融分期期数 + appLoan: "app/loan", //修改贷款信息 appUserBizs: "app/user/bizs", //获取管理门店 appStatisticsCust: "app/statistics/cust", //获取渠道客户统计 diff --git a/commons/js/utils/apiQuery.js b/commons/js/utils/apiQuery.js index 44d86fe..bf14044 100644 --- a/commons/js/utils/apiQuery.js +++ b/commons/js/utils/apiQuery.js @@ -811,5 +811,11 @@ apiQuery.getAppCustomersTag = function (params) { }) } +//修改贷款信息 +apiQuery.putAppLoan = function (params) { + return new Promise(function (resolve, reject) { + HttpRequest(true, Config.api.appLoan, 2, params, "PUT", resolve, reject) + }) +} export default apiQuery; \ No newline at end of file diff --git a/pages/order/detail/index2.wxml b/pages/order/detail/index2.wxml index f0e6866..fc399d7 100644 --- a/pages/order/detail/index2.wxml +++ b/pages/order/detail/index2.wxml @@ -87,7 +87,11 @@ {{key}} - {{value}} + + {{value}} + + + {{value}} diff --git a/pages/order/editFinance/index.js b/pages/order/editFinance/index.js new file mode 100644 index 0000000..66507fe --- /dev/null +++ b/pages/order/editFinance/index.js @@ -0,0 +1,66 @@ +// pages/order/editFinance/index.js +Page({ + + /** + * 页面的初始数据 + */ + data: { + + }, + + /** + * 生命周期函数--监听页面加载 + */ + onLoad: function (options) { + + }, + + /** + * 生命周期函数--监听页面初次渲染完成 + */ + onReady: function () { + + }, + + /** + * 生命周期函数--监听页面显示 + */ + onShow: function () { + + }, + + /** + * 生命周期函数--监听页面隐藏 + */ + onHide: function () { + + }, + + /** + * 生命周期函数--监听页面卸载 + */ + onUnload: function () { + + }, + + /** + * 页面相关事件处理函数--监听用户下拉动作 + */ + onPullDownRefresh: function () { + + }, + + /** + * 页面上拉触底事件的处理函数 + */ + onReachBottom: function () { + + }, + + /** + * 用户点击右上角分享 + */ + onShareAppMessage: function () { + + } +}) \ No newline at end of file diff --git a/pages/order/editFinance/index.json b/pages/order/editFinance/index.json new file mode 100644 index 0000000..8835af0 --- /dev/null +++ b/pages/order/editFinance/index.json @@ -0,0 +1,3 @@ +{ + "usingComponents": {} +} \ No newline at end of file diff --git a/pages/order/editFinance/index.wxml b/pages/order/editFinance/index.wxml new file mode 100644 index 0000000..e171c1d --- /dev/null +++ b/pages/order/editFinance/index.wxml @@ -0,0 +1,2 @@ + +pages/order/editFinance/index.wxml diff --git a/pages/order/editFinance/index.wxss b/pages/order/editFinance/index.wxss new file mode 100644 index 0000000..0013dac --- /dev/null +++ b/pages/order/editFinance/index.wxss @@ -0,0 +1 @@ +/* pages/order/editFinance/index.wxss */ \ No newline at end of file