This commit is contained in:
java110 2023-02-16 12:21:40 +08:00
parent 54c3f6d25c
commit 8bd6e2572d
3 changed files with 7 additions and 5 deletions

View File

@ -25,11 +25,12 @@ import {
*/
export function getRooms() {
return new Promise((resolve, reject) => {
if(!_owner.ownerId){
reject('未包含业主信息');
}
getCurOwner()
.then(function(_owner) {
if(!_owner.ownerId){
reject('未包含业主信息');
}
request({
url: url.queryRoomsByOwner,
method: "GET",

View File

@ -76,7 +76,7 @@
}
this.products=[];
this.pagefrom =1;
this.pagefrom =0;
queryMainCategory(_data)
.then((products) => {
@ -93,7 +93,7 @@
let _that = this;
_that.communityId = getMallCommunityId();
let _data = {
page: this.pagefrom,
page: this.pagefrom+1,
row: this.pagesize,
communityId: _that.communityId,
mainCategoryId: _that.curCategoryId

View File

@ -78,6 +78,7 @@
padding:10upx;
image{
height: 380upx;
width: 100%;
}
.face-desc{
font-size: 32upx;