支付宝小程序适配
parent
f6a8721238
commit
50b2fcf17e
|
|
@ -150,8 +150,6 @@
|
|||
});
|
||||
|
||||
const computedQuery = () => {
|
||||
console.log('uuid', uuid)
|
||||
console.log('computedQuery', sheep.$platform.device.windowHeight)
|
||||
uni.createSelectorQuery()
|
||||
.in(vm)
|
||||
.select(`#fixed-${uuid}`)
|
||||
|
|
@ -168,9 +166,7 @@
|
|||
};
|
||||
|
||||
const setFixed = (value) => {
|
||||
console.log('setFixed1', sheep.$platform.device.windowHeight)
|
||||
if (unref(props.bottom)) {
|
||||
console.log('setFixed2', sheep.$platform.device.windowHeight)
|
||||
state.fixed =
|
||||
value >=
|
||||
state.content.bottom -
|
||||
|
|
|
|||
Loading…
Reference in New Issue