mirror of
https://gitee.com/java110/PropertyApp.git
synced 2026-02-23 21:36:39 +08:00
优化代码
This commit is contained in:
parent
a4d76afdc2
commit
50f3c60609
@ -148,4 +148,4 @@
|
||||
.cu-list {
|
||||
margin: 0;
|
||||
}
|
||||
</style>
|
||||
</style>
|
||||
|
||||
@ -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) {
|
||||
|
||||
@ -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支付时这里需要填写支付秘钥
|
||||
|
||||
@ -59,7 +59,7 @@
|
||||
"quickapp" : {},
|
||||
/* 小程序特有相关 */
|
||||
"mp-weixin" : {
|
||||
"appid" : "wx5281481254c64034",
|
||||
"appid" : "wx756f290c9a275224",
|
||||
"setting" : {
|
||||
"urlCheck" : false
|
||||
},
|
||||
|
||||
@ -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">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user