|
|
|
@ -3,13 +3,13 @@
|
|
|
|
: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' : ''">
|
|
|
|
<!-- #ifdef MP-WEIXIN -->
|
|
|
|
<!-- #ifdef MP-WEIXIN -->
|
|
|
|
<view class="g_position_rela" style="width: 343px; height: 567px; margin: 0 auto;">
|
|
|
|
<view class="g_position_rela" style="width: 343px; margin: 0 auto;">
|
|
|
|
<div style="height: 16px;"></div>
|
|
|
|
<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: 567px; display: block"
|
|
|
|
<image v-show="!loading" :src="shareJobImg" show-menu-by-longpress style="width: 343px; display: block"
|
|
|
|
mode=""></image>
|
|
|
|
mode="widthFix"></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;color: #333;">长按图片转发给微信好友</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 -->
|
|
|
|
|