Commit 9d8097fb authored by Mac's avatar Mac

首页一些修改

parent 4b6e2a9f
......@@ -246,8 +246,6 @@
this.intervalDay='半天'
}
}
console.log(this.info)
this.getCarClassList()//车辆分类下拉
this.getOrderListExportEnumList()//获取出行类型
},
......
......@@ -790,6 +790,7 @@ export default {
reloadUserinfo() {
this.u = uni.getStorageSync("mall_UserInfo");
this.$refs.son[0].getSmallShopById(2); //第一次登陆成功后去调取微店的信息
this.getPageType()//获取用户类型(校园)
// 如果登录的情况下直接跳转商品详情或者直播列表
setTimeout(() => {
if (this.JumpType == 1) {
......@@ -804,6 +805,18 @@ export default {
}
}, 500);
},
getPageType(){
this.request2(
{
url: "/api/AppletUser/GetAppletUserPageType",
data: {},
},
(res) => {
console.log(res, "PageType");
}
);
},
//关闭登录窗口
gbAuth() {
this.showAuth = false;
......
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