mirror of
https://gitee.com/java110/WechatOwnerService.git
synced 2026-06-12 10:00:57 +08:00
优化代码
This commit is contained in:
parent
f7cf50c8ea
commit
212b75c9fe
@ -161,6 +161,7 @@
|
|||||||
.then(function(_fees) {
|
.then(function(_fees) {
|
||||||
if (_fees && _fees.length > 0) {
|
if (_fees && _fees.length > 0) {
|
||||||
_that.storeId = _fees[0].incomeObjId;
|
_that.storeId = _fees[0].incomeObjId;
|
||||||
|
_that.ownerId = _fees[0].ownerId;
|
||||||
}
|
}
|
||||||
_that.fees = _fees;
|
_that.fees = _fees;
|
||||||
_fees.forEach(function(_item) {
|
_fees.forEach(function(_item) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user