mirror of
https://gitee.com/java110/WechatOwnerService.git
synced 2026-06-12 10:00:57 +08:00
优化代码
This commit is contained in:
parent
f425366407
commit
7fb026d120
@ -86,7 +86,7 @@
|
|||||||
import {getCurOwner} from '@/api/owner/ownerApi.js';
|
import {getCurOwner} from '@/api/owner/ownerApi.js';
|
||||||
|
|
||||||
import {payFeeWechat} from '../../api/fee/feeApi.js';
|
import {payFeeWechat} from '../../api/fee/feeApi.js';
|
||||||
import {getUserId,getUserName} from '../../api/user/userApi.js';
|
import {getUserId,getUserName,getUserTel} from '../../api/user/userApi.js';
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
data() {
|
data() {
|
||||||
@ -114,10 +114,11 @@
|
|||||||
this.selectdGoods = _selectdGoods;
|
this.selectdGoods = _selectdGoods;
|
||||||
let _that = this;
|
let _that = this;
|
||||||
_that.personName = getUserName();
|
_that.personName = getUserName();
|
||||||
|
_that.personTel = getUserTel();
|
||||||
getCurOwner()
|
getCurOwner()
|
||||||
.then(_ownerInfo=>{
|
.then(_ownerInfo=>{
|
||||||
//_that.personName = _ownerInfo.appUserName;
|
//_that.personName = _ownerInfo.appUserName;
|
||||||
_that.personTel = _ownerInfo.link;
|
// _that.personTel = _ownerInfo.link;
|
||||||
_that.communityId = _ownerInfo.communityId;
|
_that.communityId = _ownerInfo.communityId;
|
||||||
});
|
});
|
||||||
this.todayDate = formatDate(new Date());
|
this.todayDate = formatDate(new Date());
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user