Commit a633f380 by 李嘉林

修改

parent 0cc0b364
......@@ -84,8 +84,9 @@ export default {
console.log(info, "---------------------71");
const InfoSync = wx.getSystemInfoSync();
this.InfoSync = InfoSync;
// let bili = InfoSync.windowWidth / 375 * 1;
let bili = 1;
let bili = InfoSync.windowWidth / 375 * 1;
console.log(bili,'---------------------------------bili88');
// let bili = 1;
const ctx = wx.createCanvasContext("posterCanvas");
ctx.setFillStyle("#fff");
ctx.fillRect(0, 0, 310 * bili, 520 * bili);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment