diff --git a/conf/config.js b/conf/config.js index 07517f9..1f82268 100644 --- a/conf/config.js +++ b/conf/config.js @@ -17,12 +17,12 @@ let baseUrl = '/'; // 腾讯地图Key, h5使用 let QQMapKey = ''; -let commonBaseUrl= 'https://wuye.huilinwan.cn/'; +let commonBaseUrl= 'https://xytzjt.vip/'; // #ifndef H5 //服务器域名 小程序 或者 app 时 后端地址 //let baseUrl = 'http://demo.homecommunity.cn/'; -let baseUrl = 'https://wuye.huilinwan.cn/'; +let baseUrl = 'https://xytzjt.vip/'; // #endif //app支付时这里需要填写支付秘钥 diff --git a/constant/url.js b/constant/url.js index dc36350..fc184e2 100644 --- a/constant/url.js +++ b/constant/url.js @@ -205,7 +205,7 @@ export default { - queryOwnerAccount: baseUrl+"app/account/queryOwnerAccount", + queryOwnerAccount: baseUrl+"app/account.queryCommunityOwnerAccount", useIntegral: baseUrl+"app/integral.useIntegral", listIntegralUserDetail: baseUrl+"app/integral.listIntegralUserDetail", listReserveGoodsConfirmOrder: baseUrl+"app/reserveOrder.listReserveGoodsConfirmOrder", diff --git a/lib/java110/utils/translate-image.js b/lib/java110/utils/translate-image.js index 0ffff83..9a1ffe3 100644 --- a/lib/java110/utils/translate-image.js +++ b/lib/java110/utils/translate-image.js @@ -29,7 +29,7 @@ export function translate(that, imgSrc, callback) { export function addWaterMark(ctx, width, height) { let _date = new Date(); let time = _date.getHours() + ":" + _date.getMinutes(); - let today = _date.getFullYear() + "-" + (_date.getMonth() + 1) + "-" + _date.getDay(); + let today = _date.getFullYear() + "-" + (_date.getMonth() + 1) + "-" + _date.getDate(); ctx.font = '60px Arial'; ctx.fillStyle = 'rgba(255, 255, 255, 1)'; diff --git a/manifest.json b/manifest.json index d43704b..a768622 100644 --- a/manifest.json +++ b/manifest.json @@ -59,7 +59,7 @@ "quickapp" : {}, /* 小程序特有相关 */ "mp-weixin" : { - "appid" : "wx756f290c9a275224", + "appid" : "wxdbca3f17edd8cf70", "setting" : { "urlCheck" : false },