Commit 29bd98f9 authored by Mac's avatar Mac

随机

parent 3ee77188
......@@ -41,7 +41,6 @@ export default {
created() {
let tempArray = [];
this.height = this.navs.rows * this.height;
console.log(this.navs)
this.navs.navs.forEach((x, i) => {
tempArray.push(x);
if (
......
......@@ -906,7 +906,22 @@
}
} else if (x.id == 'shop-info') {
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 @@
},
(error) => {}
);
......@@ -1204,7 +1220,7 @@
yj(){
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