diff --git a/config/app.js b/config/app.js
index c901c1c..64c00b0 100644
--- a/config/app.js
+++ b/config/app.js
@@ -7,9 +7,11 @@ let openPlantGrass = '-openPlantGrass-'
// 网络接口修改此字符 小程序域名要求https
let httpApi = 'https://zc.test.cdlfjy.com/' // 开发
+// let httpApi = 'https://zcgx.cdlfjy.com/'
// 聊天接口修改此字符 小程序聊天要求wss 例如:
let wsApi = 'wss://zc.test.cdlfjy.com'
+// let wsApi = 'wss://zcgx.cdlfjy.com'
module.exports = {
// 请求域名 格式: https://您的域名
diff --git a/pages/store/platformCommission/integralRecord/index.vue b/pages/store/platformCommission/integralRecord/index.vue
index f2af69b..c483a22 100644
--- a/pages/store/platformCommission/integralRecord/index.vue
+++ b/pages/store/platformCommission/integralRecord/index.vue
@@ -22,7 +22,7 @@
{{ item.create_time }}
- 赠送豆:{{ (item.get_legumes - item.refund_get_legumes).toFixed(2) }}
+
@@ -202,7 +202,7 @@
width: 300rpx;
}
.legumes {
- width: 50%;
+ //width: 50%;
}
}
}