-
async onLoad () {
let res = await wepy.getSystemInfo()
this.sliderLeft = (res.windowWidth / this.tabs.length - sliderWidth) / 2
this.sliderOffset = res.windowWidth / this.tabs.le…
-
编译的时候终端一直报错 ^ Please use space for indentation.
环境: wepy 2.0.0-alpha.2
### Observed Results
[实际表现]
![image](https://user-images.githubusercontent.com/36948546/70388842-39c1be80-19f2-11…
-
通过compilele2ant插件编译成支付宝程序后,提示报错!
![image](https://user-images.githubusercontent.com/13564806/148484454-da47dc4d-0606-4f8a-8fea-3a277544e908.png)
-
## Description
在[这一行代码](https://github.com/Tencent/wepy/blob/3ea63e965bc9c68ac647f1946c836629ecd017ea/packages/core/weapp/init/hooks.js#L5)中, 某些情况下会出现 `vm.$app` 为 `undefined` 的情况, 导致 crash, 因为目前是出现…
-
父:
子:
export default class ShopItem extends wepy.component {
props = {
dataResource:{}
};
data ={
…
-
## 问题描述
如果不能断点调试,要找Bug实在太难了,但在网上找不到关于wepy断点调试的方法,请问应该怎样调试呢?
-
npm WARN deprecated coffee-script@1.12.7: CoffeeScript on NPM has moved to "coffeescript" (no hyphen)
npm WARN checkPermissions Missing write access to /usr/local/lib/node_modules
npm ERR! path /usr…
-
场景:
我在A页面数据传递到对应的组件,数据更新跳转到别的页面,在使用小程序的回退到A页面的时候,发现数据已经更新了 但是视图并未更新。
具体的代码片段太多 无法给与片段
-
# Description
==========================
我在redux的actions中import了一个request header对象,这个request header对象中的Authorization是从storage中获取的token,现在出现的问题是每次从storage中获取的token都是上一次的,不是最近一次的。无论是同步获取设置storage还是异…
-
## Description
我的新安卓手机(小米 MIX3) 在其应用中心安装了微信后,有个奇怪的升级提示,升级到 Patch 版本,然后我的小程序在 P 版本上就无法运行了,通过 Remote Debug 并未发现有异常,只是手机屏幕是空白,内容无法加载,通过查看手机端调试,只是显示一句语法错误的 ERROR 但无法追踪来源。
通过各种应用的对比,目前估计是 Wepy 在某些地方对…