mirror of
https://github.com/ialley-workshop-open/uni-halo.git
synced 2026-06-12 13:19:31 +08:00
新增:更新halo.config.js 配置参数;
更新:更新项目UI框架; 修复:修复友链列表丢失白色背景色BUG;
This commit is contained in:
@@ -25,7 +25,7 @@
|
||||
]"
|
||||
|
||||
>
|
||||
<view class="fulled" v-if="showSheet">
|
||||
<view class="fulled" >
|
||||
<slot name="default"></slot>
|
||||
</view>
|
||||
</view>
|
||||
@@ -151,25 +151,7 @@ export default {
|
||||
return this.$tm.vx.state().tmVuetify.black;
|
||||
}
|
||||
},
|
||||
data() {
|
||||
return {
|
||||
showSheet:true,
|
||||
};
|
||||
},
|
||||
created() {
|
||||
// #ifdef APP-VUE || APP-PLUS || MP
|
||||
this.showSheet = false;
|
||||
// #endif
|
||||
},
|
||||
mounted() {
|
||||
let t= this;
|
||||
|
||||
// #ifdef APP-VUE || APP-PLUS || MP
|
||||
setTimeout(function() {
|
||||
t.showSheet = true;
|
||||
}, 30);
|
||||
// #endif
|
||||
}
|
||||
|
||||
};
|
||||
</script>
|
||||
<style lang="scss" scoped>
|
||||
|
||||
Reference in New Issue
Block a user