优化代码

This commit is contained in:
wuxw 2024-12-04 11:45:13 +08:00
parent a4d76afdc2
commit 50f3c60609
5 changed files with 9 additions and 8 deletions

View File

@ -148,4 +148,4 @@
.cu-list {
margin: 0;
}
</style>
</style>

View File

@ -35,7 +35,8 @@
queryStaffListInfo
} from '../../api/common/common.js';
import {
getCurrentCommunity
getCurrentCommunity,
getCommunityId
} from '../../api/community/community.js'
export default {
@ -70,7 +71,7 @@
let _data = {
page: 1,
row: 50,
communityId: this.communityId,
communityId: getCommunityId(),
};
queryStaffListInfo(this, _data)
.then(function(res) {

View File

@ -17,12 +17,12 @@ let baseUrl = '/';
// 腾讯地图Key, h5使用
let QQMapKey = '';
let commonBaseUrl= 'https://wuye.yunxiaowuye.com/';
let commonBaseUrl= 'https://wuye.huilinwan.cn/';
// #ifndef H5
//服务器域名 小程序 或者 app 时 后端地址
//let baseUrl = 'http://demo.homecommunity.cn/';
let baseUrl = 'https://wuye.yunxiaowuye.com/';
let baseUrl = 'https://wuye.huilinwan.cn/';
// #endif
//app支付时这里需要填写支付秘钥

View File

@ -59,7 +59,7 @@
"quickapp" : {},
/* */
"mp-weixin" : {
"appid" : "wx5281481254c64034",
"appid" : "wx756f290c9a275224",
"setting" : {
"urlCheck" : false
},

View File

@ -62,7 +62,7 @@
<text class="text-grey">处理人</text>
</view>
<view class="action">
<text class="text-grey text-sm">{{workTaskDetailInfo.curStaffName || '-'}}</text>
<text class="text-grey text-sm">{{workTaskDetailInfo.staffName || '-'}}</text>
</view>
</view>
<view class="cu-item">
@ -70,7 +70,7 @@
<text class="text-grey">抄送人</text>
</view>
<view class="action">
<text class="text-grey text-sm">{{workTaskDetailInfo.curCopyName || '-'}}</text>
<text class="text-grey text-sm">{{workTaskDetailInfo.copyName || '-'}}</text>
</view>
</view>
<view class="cu-item">