Commit 5555d49a by 李嘉林

测试

parent f5c4e776
......@@ -729,12 +729,13 @@ $wrapWidth: 50px;
width: 100%;
height: 100%;
top: 0;
left: 0;
left: -8px;
right: 0;
bottom: 0;
border-radius: 34px;
background: var(--default-tab-background-bolor);
z-index: -1;
padding: 0 10px;
}
}
}
......
......@@ -38,13 +38,13 @@ export default {
};
},
onLoad(options) {
Object.assign(this.$data, this.$options.data());
tool.appArea().then(res => {
this.areaList = res;
this.province_list = res.province_list;
this.city_list = res.city_list;
this.county_list = res.county_list;
})
Object.assign(this.$data, this.$options.data());
this.options = options;
if(options.sessionid){
try {
......
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