no message

cyl/job_im
jscyl13849007907 3 hours ago
parent 066af38018
commit 2b45a910e3

@ -2,16 +2,16 @@
<view class="p-root-bind-my-main g_flex_column_center flex_center g_w_all g_h_all g_bg_f_5 g_kuaishou" <view class="p-root-bind-my-main g_flex_column_center flex_center g_w_all g_h_all g_bg_f_5 g_kuaishou"
:style="{ 'background-image': showBg ? 'url(' + cdnBaseImg + 'share_bg.svg)' : '' }" :style="{ 'background-image': showBg ? 'url(' + cdnBaseImg + 'share_bg.svg)' : '' }"
:class="showBg ? 'g_pt_32' : ''"> :class="showBg ? 'g_pt_32' : ''">
<view class="g_flex_row_center g_fs_22 g_c_3 g_fw_600 g_mb_24" v-if="showBg"></view>
<!-- #ifdef MP-WEIXIN --> <!-- #ifdef MP-WEIXIN -->
<view class="g_position_rela" style="width: 343px; height: 635px; margin: 0 auto;"> <view class="g_position_rela" style="width: 343px; height: 635px; margin: 0 auto;">
<div style="height: 16px;"></div>
<view v-if="loading" class="g_position_abso g_top_0 g_left_0 g_w_all g_h_all g_flex_row_center flex_center" style="z-index: 10;"> <view v-if="loading" class="g_position_abso g_top_0 g_left_0 g_w_all g_h_all g_flex_row_center flex_center" style="z-index: 10;">
<rh-loading :loading="loading" /> <rh-loading :loading="loading" />
</view> </view>
<image v-show="!loading" :src="shareJobImg" show-menu-by-longpress style="width: 343px; height: 635px; display: block" <image v-show="!loading" :src="shareJobImg" show-menu-by-longpress style="width: 343px; height: 635px; display: block"
mode=""></image> mode=""></image>
</view> </view>
<view v-show="!loading" class="g_text_c g_fs_16 g_mt_12 g_mb_32 g_fw_600"></view> <view v-show="!loading" class="g_text_c g_fs_16 g_mt_28 g_mb_32 g_fw_600"></view>
<!-- #endif --> <!-- #endif -->
<!-- #ifdef APP-PLUS --> <!-- #ifdef APP-PLUS -->
<canvas :style="{ <canvas :style="{
@ -271,7 +271,7 @@
uni.downloadFile({ uni.downloadFile({
url: info.logo, url: info.logo,
success: function(bgRes) { success: function(bgRes) {
that.G.roundRect(ctx, bgRes.tempFilePath, 915, 218, 272, 272, 136); // logo // that.G.roundRect(ctx, bgRes.tempFilePath, 915, 218, 272, 272, 136); // logo
uni.downloadFile({ uni.downloadFile({
url: that.wxCode, url: that.wxCode,
success: function(QRres) { success: function(QRres) {
@ -405,7 +405,7 @@
}]); }]);
// //
canvasJS.roundRect_yuan(ctx, (mycenter - 360) / 2, 110, 360, "#ffffff"); // canvasJS.roundRect_yuan(ctx, (mycenter - 360) / 2, 110, 360, "#ffffff");
resolve(true); resolve(true);
}; };
}, },
@ -544,7 +544,7 @@
img.src = res.path; img.src = res.path;
img.onload = () => { img.onload = () => {
let numBase = 150; let numBase = 150;
canvasJS.roundRect(ctx, img, (mycenter - 300) / 2, 140, 300, 300, 150); // logo // canvasJS.roundRect(ctx, img, (mycenter - 300) / 2, 140, 300, 300, 150); // logo
canvasJS.fillTextLineBreak(ctx, info.fullName, (mycenter - info.fullName.length * canvasJS.fillTextLineBreak(ctx, info.fullName, (mycenter - info.fullName.length *
80) / 2, 600, info.fullName.length * 80, 200, "#333", 80, 600, "left"); // 80) / 2, 600, info.fullName.length * 80, 200, "#333", 80, 600, "left"); //

@ -7,7 +7,7 @@
</div> --> </div> -->
</u-navbar> </u-navbar>
<!-- #endif --> <!-- #endif -->
<div class="g_flex_row_center g_fs_20 g_c_3 g_fw_600 g_mb_16 g_pt_24">邀请代理/供应商关注我的发单号</div> <!-- <div class="g_flex_row_center g_fs_20 g_c_3 g_fw_600 g_mb_16 g_pt_24">邀请代理/供应商关注我的发单号</div> -->
<div> <div>
<mainPanel :showBg="false" :active="active" @exportCode="getCode" @setImg="setShareImg" /> <mainPanel :showBg="false" :active="active" @exportCode="getCode" @setImg="setShareImg" />
</div> </div>

Loading…
Cancel
Save