0xssw
Results
3
issues of
0xssw
关于裁剪头像问题
2
onLoad(option) { let rectInfo = uni.getSystemInfoSync(); this.width = rectInfo.windowWidth; this.height = rectInfo.windowHeight - this.bottomNavHeight; this.cropperOpt.width = this.width; this.cropperOpt.height = this.height; this.cropperOpt.pixelRatio = rectInfo.pixelRatio; if (option.destWidth) this.destWidth = option.destWidth; if (option.rectWidth)...
wontfix
## Ask your Question When I start the host, it prompts me that there is no (app1/app2).container.bundle. How should I generate these two files using which command?
question