Commit ac1bb85f authored by Mac's avatar Mac

1

parent 0b7ad32b
......@@ -1099,6 +1099,7 @@ export default {
delta: 1,
});
} else if (this.Jumptype == 1) {
this.getHome()//调用一次gethome
uni.reLaunch({
url:
"/pages/blindDate/persondetails?UserId=" +
......@@ -1119,6 +1120,18 @@ export default {
}
);
},
getHome() {
this.request2(
{
url: "/api/Mall/GetHome",
data: {},
},
(res) => {
uni.setStorageSync("basedata", res.data);
}
);
},
getEnumList() {
//学历
this.request2(
......
......@@ -293,7 +293,7 @@
<image
src="https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/tipbg.png"
mode="widthFix"
style="width690rpx"
style="width:690rpx;height: auto;"
@click="goperson"
/>
</view>
......
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