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