no message

cyl/job_im
jscyl13849007907 8 hours ago
parent 784a403d5f
commit 78c3f8fd82

@ -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">
<rh-loading :loading="loading" />
<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; display: block"
mode=""></image>
</view>
<image v-show="!loading" :src="shareJobImg" show-menu-by-longpress style="width: 343px; height: 635px; margin: 0 auto; display: block"
mode=""></image>
<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);
uni.hideLoading();
this.loading = false;
}
},
// $route: "init",

Loading…
Cancel
Save