更新
This commit is contained in:
parent
11bff270b3
commit
7f80e857d1
@ -203,7 +203,16 @@
|
||||
url: 'https://ceshi-worker-task.lihaink.cn/api/common/getMiniProgramInfo?name=yangzhi',
|
||||
},
|
||||
type: 3,
|
||||
}
|
||||
},
|
||||
{
|
||||
name: '大屏控制',
|
||||
icon: '/static/applet/yz.png',
|
||||
data: {
|
||||
id: '__UNI__83ABA97',
|
||||
url: 'https://ceshi-worker-task.lihaink.cn/uploads/files/20231016/20231016112144fac6d9128.wgt,
|
||||
},
|
||||
type: 3,
|
||||
}
|
||||
],
|
||||
nowMenuList: [],
|
||||
street: '',
|
||||
|
@ -778,8 +778,8 @@
|
||||
let that = this
|
||||
|
||||
uni.createSelectorQuery().in(this).select(`.act_class${i}`).boundingClientRect(data1 => {
|
||||
that.trnList[i].left = that.cartTagInfo.left - data1.left;
|
||||
that.trnList[i].bottom = that.cartTagInfo.top - data1.top;
|
||||
that.trnList[i].left = that.cartTagInfo?.left - data1.left;
|
||||
that.trnList[i].bottom = that.cartTagInfo?.top - data1.top;
|
||||
|
||||
let timer = setTimeout(() => {
|
||||
that.trnList[i].left = 0
|
||||
|
Loading…
x
Reference in New Issue
Block a user