|
|
@@ -103,7 +103,7 @@ Page({
|
|
|
const windowWidth = wx.getSystemInfoSync().windowWidth;
|
|
|
const rpxToPx = windowWidth / 750; // rpx到px的转换比例
|
|
|
const btnWidth = 90 * rpxToPx; // 悬浮按钮宽度,90rpx转换为px
|
|
|
- const moveX = -(btnWidth + 40); // 只漏出10px
|
|
|
+ const moveX = -(btnWidth + 35); // 只漏出10px
|
|
|
|
|
|
this.recentBookAnimator.translateX(moveX).step();
|
|
|
this.setData({
|