This commit is contained in:
weipengfei 2023-10-16 11:24:19 +08:00
parent 11bff270b3
commit 7f80e857d1
2 changed files with 12 additions and 3 deletions

View File

@ -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: '',

View File

@ -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