Commit 29bd98f9 authored by Mac's avatar Mac

随机

parent 3ee77188
...@@ -41,7 +41,6 @@ export default { ...@@ -41,7 +41,6 @@ export default {
created() { created() {
let tempArray = []; let tempArray = [];
this.height = this.navs.rows * this.height; this.height = this.navs.rows * this.height;
console.log(this.navs)
this.navs.navs.forEach((x, i) => { this.navs.navs.forEach((x, i) => {
tempArray.push(x); tempArray.push(x);
if ( if (
......
...@@ -906,7 +906,22 @@ ...@@ -906,7 +906,22 @@
} }
} else if (x.id == 'shop-info') { } else if (x.id == 'shop-info') {
this.getSmallShopById() this.getSmallShopById()
}else if(x.id == 'miaiuser'){//4-29新加 相亲模式随机的时候调用接口
if(x.data.addUserType == 4){
this.request2({
url: "/api/AppletMiai/GetDailyRandomList",
data: {pageIndex:1,pageSize:x.data.goodsLength,Sex:0},
},
(Daily) => {
if (Daily.resultCode == 1) {
x.data.list = Daily.data.pageData
}
}
);
} }
}
}) })
} }
...@@ -947,6 +962,7 @@ ...@@ -947,6 +962,7 @@
}, },
(error) => {} (error) => {}
); );
...@@ -1204,7 +1220,7 @@ ...@@ -1204,7 +1220,7 @@
yj(){ yj(){
uni.navigateTo({ uni.navigateTo({
url: '/pages/share/index/index' url: '/pages/blindDate/personal/peoplescreen'
}) })
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment