feat: ntrp逻辑变更 & 替换海报二维码
This commit is contained in:
@@ -72,7 +72,7 @@ const Poster = (props, ref) => {
|
||||
.exec(async (res) => {
|
||||
const canvas = res[0].node;
|
||||
const ctx = canvas.getContext("2d");
|
||||
const dpr = Taro.getSystemInfoSync().pixelRatio;
|
||||
const dpr = Taro.getWindowInfo().pixelRatio;
|
||||
const width = 600; // px
|
||||
const height = 1000;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user