no message

cyl/master-0804
jscyl13849007907 4 months ago
parent 5beace5bd1
commit 04bfd90ffc

@ -7,16 +7,11 @@
:background="background" :background="background"
:backIconName="fromShare ? 'home' : 'arrow-left'" :backIconName="fromShare ? 'home' : 'arrow-left'"
></u-navbar> ></u-navbar>
<scroll-view <view
class="scroll-container" class="scroll-container"
:scroll-y="true"
:refresher-enabled="false"
:refresher-triggered="false"
@touchstart="onTouchStart" @touchstart="onTouchStart"
@touchmove="onTouchMove" @touchmove="onTouchMove"
@touchend="onTouchEnd" @touchend="onTouchEnd"
@scrolltolower="onScrollToLower"
style="height: calc(100vh - 0px);"
> >
<view class="background-container" <view class="background-container"
style="width: 100%;overflow: hidden;" style="width: 100%;overflow: hidden;"
@ -27,7 +22,7 @@
'background-size': '100% 100%', 'background-size': '100% 100%',
'width':'calc(100vw + ' + backgroundScale + 'px)', 'width':'calc(100vw + ' + backgroundScale + 'px)',
'height': 'calc(' + (100/1.78).toFixed(2) + 'vw + ' + backgroundScale + 'px)', 'height': 'calc(' + (100/1.78).toFixed(2) + 'vw + ' + backgroundScale + 'px)',
'zoom': (1 + backgroundScale * 0.005) 'zoom': (1 + backgroundScale * 0.018)
}" }"
> >
</view> </view>
@ -126,7 +121,7 @@
</div> </div>
</div> </div>
</div> </div>
</scroll-view> </view>
<!-- 发布职位确认框 --> <!-- 发布职位确认框 -->
<u-modal v-model="submitConfirm" width="90%" negativeTop="150" confirmText="发布职位" :showTitle="false" :confirmStyle="{ color: '#576b95', 'font-weight': 600 }" :cancelStyle="{ color: '#000', 'font-weight': 600 }" :showConfirmButton="false"> <u-modal v-model="submitConfirm" width="90%" negativeTop="150" confirmText="发布职位" :showTitle="false" :confirmStyle="{ color: '#576b95', 'font-weight': 600 }" :cancelStyle="{ color: '#000', 'font-weight': 600 }" :showConfirmButton="false">
<div class="g_fs_17 g_text_c"> <div class="g_fs_17 g_text_c">

Loading…
Cancel
Save