Commit d45ef3f0 authored by zhengke's avatar zhengke

修改

parent 65f276ce
......@@ -24,18 +24,16 @@ export default {
this.basedata = uni.getStorageSync("basedata");
this.formatTabbar();
} else {
this.request(
this.request2(
{
url: "",
data: {
r: "api/index/config",
},
url: '/api/Mall/GetHome',
data: {
},
},
(res) => {
uni.setStorageSync("basedata", res.data);
this.basedata = res.data;
this.formatTabbar();
//this.pageTitle = res.data.mall.name;
}
);
}
......
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