Commit ac1bb85f authored by Mac's avatar Mac

1

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