Compare commits

...

3 Commits

Author SHA1 Message Date
java110
24f75e9452
优化查询类型bug
Signed-off-by: java110 <928255095@qq.com>
2025-09-23 08:40:37 +00:00
wuxw
c0df2b0583 Merge https://gitee.com/java110/WechatOwnerService 2025-09-23 11:23:48 +08:00
wuxw
ddcb418a87 优化代码 2025-09-23 11:23:01 +08:00
4 changed files with 9 additions and 12 deletions

View File

@ -157,11 +157,8 @@ export function loadActivites(dataObj) {
} }
_activites.forEach(function(_item) { _activites.forEach(function(_item) {
_item.src = url.filePath + "?fileId=" + _item.headerImg + _item.src = _item.headerImg;
"&communityId=" + dataObj.communityId +
"&time=" + new Date();
_item.startTime = dateTimeStringToDateString(_item.startTime); _item.startTime = dateTimeStringToDateString(_item.startTime);
_acts.push(_item); _acts.push(_item);
}); });
resolve(_acts); resolve(_acts);

View File

@ -80,12 +80,12 @@
"disableHostCheck" : true, "disableHostCheck" : true,
"proxy" : { "proxy" : {
"/app" : { "/app" : {
"target" : "http://127.0.0.1:8008/", // "target" : "http://demo.homecommunity.cn/", //
"changeOrigin" : true, // "changeOrigin" : true, //
"secure" : true // https "secure" : true // https
}, },
"/callComponent" : { "/callComponent" : {
"target" : "http://127.0.0.1:8008/", // "target" : "http://demo.homecommunity.cn/", //
"changeOrigin" : true, // "changeOrigin" : true, //
"secure" : true // https "secure" : true // https
} }

View File

@ -196,7 +196,7 @@
loadApplyRoomDiscountType: function(){ loadApplyRoomDiscountType: function(){
let _that = this; let _that = this;
let params = { let params = {
communityId: this.roomDetail.communityId, communityId: getCommunityId(),
page: 1, page: 1,
row: 50 row: 50
} }

View File

@ -46,18 +46,18 @@
<script> <script>
var _this; var _this;
import wInput from '../../components/watch-input.vue' //input import wInput from '@/components/watch-input.vue' //input
import wButton from '../../components/watch-button.vue' //button import wButton from '@/components/watch-button.vue' //button
import { import {
sendSmsCode, sendSmsCode,
ownerLogin, ownerLogin,
} from '../../api/user/userApi.js' } from '@/api/user/userApi.js'
import context from '../../lib/java110/Java110Context.js'; import context from '@/lib/java110/Java110Context.js';
import { import {
getLoginCode getLoginCode
} from '../../lib/java110/page/Page.js'; } from '@/lib/java110/page/Page.js';
import { import {
saveOwnerStorage, saveOwnerStorage,