Compare commits

..

No commits in common. "001176c0cde33c5ee55cd7b22a08798dc3c47879" and "786864122ed70c5cf9072047ed9250f7776006c1" have entirely different histories.

3 changed files with 4 additions and 4 deletions

View File

@ -5,7 +5,7 @@
var host = "https://carbon.scdxtc.cn";//大向天诚服务器 var host = "https://carbon.scdxtc.cn";//大向天诚服务器
var config = { var config = {
host: host, host: host,
appkey: '8c10f27733333fef726885b08ff9d858',//appkey 碳中和Y appkey: '8c10f27733333fef726885b08ff9d858',//appkey
newsList: host + '/dxtc-apiCarbonArticles', newsList: host + '/dxtc-apiCarbonArticles',
newsDetail: host + '/dxtc-apiCarbonArticleDetail', newsDetail: host + '/dxtc-apiCarbonArticleDetail',
markList: host + "/dxtc-apiFootMarkList", markList: host + "/dxtc-apiFootMarkList",
@ -19,7 +19,7 @@ var config = {
postResult: host + '/dxtc-apiCarbonCalc', postResult: host + '/dxtc-apiCarbonCalc',
gMarketDetail: host + '/dxtc-apiFootMarkDetail', gMarketDetail: host + '/dxtc-apiFootMarkDetail',
getThreeList: host + '/dxtc-apiTreeCases', getThreeList: host + '/dxtc-apiTreeCases',
getapiCasesOnlyForestManagementV2: host + '/dxtc-apiCasesOnlyForestManagementV2', getapiCasesV2: host + '/dxtc-apiCasesV2',
postPayData: host + '/dxtc-apiNeutralizationPay', postPayData: host + '/dxtc-apiNeutralizationPay',
postPayDataV2: host + '/dxtc-apiNeutralizationPayV2', postPayDataV2: host + '/dxtc-apiNeutralizationPayV2',

View File

@ -250,7 +250,7 @@ Page({
} }
}) })
wx.request({ wx.request({
url: urlPath.getapiCasesOnlyForestManagementV2, url: urlPath.getapiCasesV2,
header: {'content-type': 'application/x-www-form-urlencoded'}, header: {'content-type': 'application/x-www-form-urlencoded'},
method: 'post', method: 'post',
dataType: 'json', // 添加这个配置 dataType: 'json', // 添加这个配置

View File

@ -42,7 +42,7 @@
"compileType": "miniprogram", "compileType": "miniprogram",
"libVersion": "2.16.0", "libVersion": "2.16.0",
"appid": "wxf0ac33e1fb0d8358", "appid": "wxf0ac33e1fb0d8358",
"projectname": "tanzhongheY", "projectname": "tanzhonghe",
"debugOptions": { "debugOptions": {
"hidedInDevtools": [] "hidedInDevtools": []
}, },