no message

cyl/job_im
jscyl13849007907 7 hours ago
parent ac952de563
commit 26a373bcc6

@ -11,7 +11,7 @@
<image v-show="!loading" :src="shareJobImg" show-menu-by-longpress style="width: 343px; height: 567px; display: block" <image v-show="!loading" :src="shareJobImg" show-menu-by-longpress style="width: 343px; height: 567px; display: block"
mode=""></image> mode=""></image>
</view> </view>
<view v-show="!loading" class="g_text_c g_fs_16 g_mt_28 g_mb_32 g_fw_600" style="margin-top: 36px;"></view> <view v-show="!loading" class="g_text_c g_fs_16 g_mt_28 g_mb_32 g_fw_600" style="margin-top: 36px;color: #333;"></view>
<!-- #endif --> <!-- #endif -->
<!-- #ifdef APP-PLUS --> <!-- #ifdef APP-PLUS -->
<canvas :style="{ <canvas :style="{
@ -375,18 +375,18 @@
baseColor); baseColor);
let qrTop = 1150 - offsetTop; let qrTop = 1150 - offsetTop;
// //
canvasJS.roundRect1(ctx, (mycenter - 680) / 2 - 5, qrTop, 120, 120, 70, baseColor); canvasJS.roundRect1(ctx, (mycenter - 680) / 2 - 5, qrTop - 5, 140, 140, 80, baseColor);
// //
canvasJS.roundRect1(ctx, (mycenter - 680) / 2 + 565, qrTop, 120, 120, 70, baseColor); canvasJS.roundRect1(ctx, (mycenter - 680) / 2 + 545, qrTop - 5, 140, 140, 80, baseColor);
// //
canvasJS.roundRect1(ctx, (mycenter - 680) / 2 - 5, qrTop + 565, 120, 120, 70, canvasJS.roundRect1(ctx, (mycenter - 680) / 2 - 5, qrTop + 545, 140, 140, 80,
baseColor); baseColor);
// //
canvasJS.roundRect1(ctx, (mycenter - 680) / 2 + 565, qrTop + 565, 120, 120, 70, canvasJS.roundRect1(ctx, (mycenter - 680) / 2 + 545, qrTop + 545, 140, 140, 80,
baseColor); baseColor);
// //
canvasJS.fillTextLineBreak(ctx, "扫一扫关注我的发单号", (mycenter - "扫一扫关注我的发单号".length * 54) / canvasJS.fillTextLineBreak(ctx, "扫一扫关注我的发单号", (mycenter - "扫一扫关注我的发单号".length * 54) /
2, canvas.height - 445 - offsetTop, "扫一扫关注我的发单号".length * 54, 58, that.isLightColor( 2, canvas.height - 455 - offsetTop, "扫一扫关注我的发单号".length * 54, 58, that.isLightColor(
baseColor) ? "#333" : "#fff", 54, 600); baseColor) ? "#333" : "#fff", 54, 600);
canvasJS.drawCenteredText(ctx, mycenter, canvas.height - 170 - offsetTop, [{ canvasJS.drawCenteredText(ctx, mycenter, canvas.height - 170 - offsetTop, [{

Loading…
Cancel
Save