|
|
|
|
@ -4,11 +4,13 @@
|
|
|
|
|
: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 -->
|
|
|
|
|
<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">
|
|
|
|
|
<view class="g_position_rela" style="width: 343px; height: 635px; margin: 0 auto;">
|
|
|
|
|
<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" />
|
|
|
|
|
</view>
|
|
|
|
|
<image v-show="!loading" :src="shareJobImg" show-menu-by-longpress style="width: 343px; height: 635px; margin: 0 auto; display: block"
|
|
|
|
|
<image v-show="!loading" :src="shareJobImg" show-menu-by-longpress style="width: 343px; height: 635px; display: block"
|
|
|
|
|
mode=""></image>
|
|
|
|
|
</view>
|
|
|
|
|
<view v-show="!loading" class="g_text_c g_fs_16 g_mt_12 g_mb_32 g_fw_600">长按图片转发给微信好友</view>
|
|
|
|
|
<!-- #endif -->
|
|
|
|
|
<!-- #ifdef APP-PLUS -->
|
|
|
|
|
@ -185,11 +187,8 @@
|
|
|
|
|
shareJobImg(newValue, oldValue) {
|
|
|
|
|
console.log("shareJobImg123", newValue);
|
|
|
|
|
if (newValue) {
|
|
|
|
|
// console.log("shareJobImg345", newValue);
|
|
|
|
|
setTimeout(() => {
|
|
|
|
|
uni.hideLoading();
|
|
|
|
|
this.loading = false;
|
|
|
|
|
}, 500);
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
// $route: "init",
|
|
|
|
|
|