Commit 49c0aaf9 authored by 刘用法's avatar 刘用法

首页头部不动补充

parent 5aec1478
......@@ -114,9 +114,9 @@ export default {
} catch (a) {}
},
async getBaseInfo(vm, callBack) {
uni.showLoading({
title: "加载中……",
});
// uni.showLoading({
// title: "加载中……",
// });
const res = await vm.$u.api.getSettleBaseInfo();
if (res.code !== 200) {
uni.showToast({
......
......@@ -11,7 +11,7 @@
"style": {
"navigationBarTitleText": "首页",
"navigationStyle": "custom",
"enablePullDownRefresh": true,
// "enablePullDownRefresh": true,
"disableScroll": true
}
},
......
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