mirror of
https://github.com/ialley-workshop-open/uni-halo.git
synced 2026-06-12 21:29:31 +08:00
新增:更新halo.config.js 配置参数;
更新:更新项目UI框架; 修复:修复友链列表丢失白色背景色BUG;
This commit is contained in:
@@ -253,10 +253,10 @@
|
||||
this.$emit('change',elList);
|
||||
},
|
||||
inits() {
|
||||
this.grid = this.list.length;
|
||||
if(this.grid==0) return;
|
||||
this.$nextTick(async function() {
|
||||
let p = await this.$Querey(".tm-dragGrid", this).catch(e => {})
|
||||
this.grid = this.list.length;
|
||||
this.listData = [];
|
||||
//组件的宽度
|
||||
this.w = uni.upx2px(this.width) || p[0].width || 300;
|
||||
|
||||
Reference in New Issue
Block a user