master
chen 2021-09-03 18:37:33 +08:00
commit 35e359caef
3 changed files with 7 additions and 3 deletions

View File

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

View File

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

View File

@ -13,7 +13,7 @@
"newFeature": false,
"coverView": true,
"nodeModules": true,
"autoAudits": true,
"autoAudits": false,
"showShadowRootInWxmlPanel": true,
"scopeDataCheck": false,
"uglifyFileName": false,
@ -39,7 +39,7 @@
"showES6CompileOption": false
},
"compileType": "miniprogram",
"libVersion": "2.16.0",
"libVersion": "2.19.2",
"appid": "wxf0ac33e1fb0d8358",
"projectname": "tanzhongheY",
"debugOptions": {