mirror of
https://gitee.com/java110/PropertyApp.git
synced 2026-02-24 05:46:09 +08:00
优化代码
This commit is contained in:
parent
a4d76afdc2
commit
50f3c60609
@ -148,4 +148,4 @@
|
|||||||
.cu-list {
|
.cu-list {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
@ -35,7 +35,8 @@
|
|||||||
queryStaffListInfo
|
queryStaffListInfo
|
||||||
} from '../../api/common/common.js';
|
} from '../../api/common/common.js';
|
||||||
import {
|
import {
|
||||||
getCurrentCommunity
|
getCurrentCommunity,
|
||||||
|
getCommunityId
|
||||||
} from '../../api/community/community.js'
|
} from '../../api/community/community.js'
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
@ -70,7 +71,7 @@
|
|||||||
let _data = {
|
let _data = {
|
||||||
page: 1,
|
page: 1,
|
||||||
row: 50,
|
row: 50,
|
||||||
communityId: this.communityId,
|
communityId: getCommunityId(),
|
||||||
};
|
};
|
||||||
queryStaffListInfo(this, _data)
|
queryStaffListInfo(this, _data)
|
||||||
.then(function(res) {
|
.then(function(res) {
|
||||||
|
|||||||
@ -17,12 +17,12 @@ let baseUrl = '/';
|
|||||||
|
|
||||||
// 腾讯地图Key, h5使用
|
// 腾讯地图Key, h5使用
|
||||||
let QQMapKey = '';
|
let QQMapKey = '';
|
||||||
let commonBaseUrl= 'https://wuye.yunxiaowuye.com/';
|
let commonBaseUrl= 'https://wuye.huilinwan.cn/';
|
||||||
|
|
||||||
// #ifndef H5
|
// #ifndef H5
|
||||||
//服务器域名 小程序 或者 app 时 后端地址
|
//服务器域名 小程序 或者 app 时 后端地址
|
||||||
//let baseUrl = 'http://demo.homecommunity.cn/';
|
//let baseUrl = 'http://demo.homecommunity.cn/';
|
||||||
let baseUrl = 'https://wuye.yunxiaowuye.com/';
|
let baseUrl = 'https://wuye.huilinwan.cn/';
|
||||||
// #endif
|
// #endif
|
||||||
|
|
||||||
//app支付时这里需要填写支付秘钥
|
//app支付时这里需要填写支付秘钥
|
||||||
|
|||||||
@ -59,7 +59,7 @@
|
|||||||
"quickapp" : {},
|
"quickapp" : {},
|
||||||
/* 小程序特有相关 */
|
/* 小程序特有相关 */
|
||||||
"mp-weixin" : {
|
"mp-weixin" : {
|
||||||
"appid" : "wx5281481254c64034",
|
"appid" : "wx756f290c9a275224",
|
||||||
"setting" : {
|
"setting" : {
|
||||||
"urlCheck" : false
|
"urlCheck" : false
|
||||||
},
|
},
|
||||||
|
|||||||
@ -62,7 +62,7 @@
|
|||||||
<text class="text-grey">处理人</text>
|
<text class="text-grey">处理人</text>
|
||||||
</view>
|
</view>
|
||||||
<view class="action">
|
<view class="action">
|
||||||
<text class="text-grey text-sm">{{workTaskDetailInfo.curStaffName || '-'}}</text>
|
<text class="text-grey text-sm">{{workTaskDetailInfo.staffName || '-'}}</text>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="cu-item">
|
<view class="cu-item">
|
||||||
@ -70,7 +70,7 @@
|
|||||||
<text class="text-grey">抄送人</text>
|
<text class="text-grey">抄送人</text>
|
||||||
</view>
|
</view>
|
||||||
<view class="action">
|
<view class="action">
|
||||||
<text class="text-grey text-sm">{{workTaskDetailInfo.curCopyName || '-'}}</text>
|
<text class="text-grey text-sm">{{workTaskDetailInfo.copyName || '-'}}</text>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="cu-item">
|
<view class="cu-item">
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user