master
wangxinglong 2021-09-03 18:25:40 +08:00
parent 84a44db965
commit 7aeb254a85
3 changed files with 5 additions and 6 deletions

View File

@ -1,8 +1,8 @@
// var host = "https://carbonneutral.bjfs.org.cn";//线上 var host = "https://carbonneutral.bjfs.org.cn";//线上
// var host = "https://carbon.my-footprint.cn";//线上域名2 // var host = "https://carbon.my-footprint.cn";//线上域名2
// var host = "https://tanzhonghe-admin.com";//本地 // var host = "https://tanzhonghe-admin.com";//本地
var host = "https://carbon.scdxtc.cn";//大向天诚服务器 // var host = "http://carbon.scdxtc.cn";//大向天诚服务器
var config = { var config = {
host: host, host: host,
appkey: '8c10f27733333fef726885b08ff9d858',//appkey 碳中和Y appkey: '8c10f27733333fef726885b08ff9d858',//appkey 碳中和Y

View File

@ -371,7 +371,7 @@ Page({
success(res) { success(res) {
//支付成功 //支付成功
wx.request({ wx.request({
url: urlPath.apiNeutralizationPaid, //查询 url: urlPath.apiNeutralizationPaidV2, //查询
data: { data: {
'openid': wx.getStorageSync('openid'), 'openid': wx.getStorageSync('openid'),
neutralization_id: data.neutralization_id, neutralization_id: data.neutralization_id,

View File

@ -13,7 +13,7 @@
"newFeature": false, "newFeature": false,
"coverView": true, "coverView": true,
"nodeModules": true, "nodeModules": true,
"autoAudits": true, "autoAudits": false,
"showShadowRootInWxmlPanel": true, "showShadowRootInWxmlPanel": true,
"scopeDataCheck": false, "scopeDataCheck": false,
"uglifyFileName": false, "uglifyFileName": false,
@ -30,7 +30,6 @@
"outputPath": "" "outputPath": ""
}, },
"enableEngineNative": false, "enableEngineNative": false,
"bundle": false,
"useIsolateContext": true, "useIsolateContext": true,
"useCompilerModule": true, "useCompilerModule": true,
"userConfirmedUseCompilerModuleSwitch": false, "userConfirmedUseCompilerModuleSwitch": false,
@ -40,7 +39,7 @@
"minifyWXSS": true "minifyWXSS": true
}, },
"compileType": "miniprogram", "compileType": "miniprogram",
"libVersion": "2.16.0", "libVersion": "2.19.2",
"appid": "wxf0ac33e1fb0d8358", "appid": "wxf0ac33e1fb0d8358",
"projectname": "tanzhongheY", "projectname": "tanzhongheY",
"debugOptions": { "debugOptions": {