mirror of
https://gitee.com/java110/WechatOwnerService.git
synced 2026-02-23 21:36:38 +08:00
mall bug
This commit is contained in:
parent
54c3f6d25c
commit
8bd6e2572d
@ -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",
|
||||
|
||||
@ -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
|
||||
|
||||
@ -78,6 +78,7 @@
|
||||
padding:10upx;
|
||||
image{
|
||||
height: 380upx;
|
||||
width: 100%;
|
||||
}
|
||||
.face-desc{
|
||||
font-size: 32upx;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user