底部浮动

master
gongfuxiang 2025-04-02 20:59:57 +08:00
parent d38df4d3aa
commit d33068fec8
9 changed files with 23 additions and 14 deletions

View File

@ -46,7 +46,7 @@
</label>
</checkbox-group>
</view> -->
<view class="bottom-fixed">
<view class="bottom-fixed" :style="bottom_fixed_style">
<view class="bottom-line-exclude">
<button class="bg-main br-main cr-white round text-size" type="default" form-type="submit" hover-class="none" :loading="form_submit_loading" :disabled="form_submit_loading">{{ $t('form.form.4yd066') }}</button>
</view>
@ -76,6 +76,7 @@
theme_color: theme_color,
data_list_loding_status: 1,
data_list_loding_msg: this.$t('form.form.bniyyt'),
bottom_fixed_style: '',
params: {},
form_submit_loading: false,
is_anonymous: '0',

View File

@ -10,7 +10,7 @@
<input type="text" name="invoice_title" placeholder-class="cr-grey" class="cr-base" :placeholder="$t('invoice-saveinfo.invoice-saveinfo.x461e0')" maxlength="200" :value="data.invoice_title || ''" />
</view>
</view>
<view class="bottom-fixed">
<view class="bottom-fixed" :style="bottom_fixed_style">
<view class="bottom-line-exclude">
<button class="item bg-main br-main cr-white round text-size" type="default" form-type="submit" hover-class="none" :loading="form_submit_loading" :disabled="form_submit_loading">{{$t('form.form.4yd066')}}</button>
</view>
@ -41,7 +41,8 @@
form_submit_loading: false,
data_list_loding_status: 1,
data_list_loding_msg: '',
data_bottom_line_status: false,
data_bottom_line_status: false,
bottom_fixed_style: '',
data_base: null,
apply_type_list: [],
can_invoice_type_list: [],

View File

@ -33,7 +33,7 @@
</view>
<!-- 去认证 -->
<view class="bottom-fixed">
<view class="bottom-fixed" :style="bottom_fixed_style">
<view class="bottom-line-exclude">
<button class="item round cr-main bg-white br-main text-size wh-auto" type="default" hover-class="none" data-value="/pages/plugins/certificate/userauth-saveinfo/userauth-saveinfo" @tap="url_event">{{$t('certificate-userauth.certificate-userauth.tgtwes')}}</button>
</view>
@ -56,6 +56,7 @@
data() {
return {
theme_view: app.globalData.get_theme_value_view(),
bottom_fixed_style: '',
field_list: [],
data_base: null,
data_list: [],

View File

@ -16,7 +16,7 @@
<component-bottom-line :propStatus="data_bottom_line_status"></component-bottom-line>
</view>
</view>
<view class="bottom-fixed">
<view class="bottom-fixed" :style="bottom_fixed_style">
<view class="bottom-line-exclude">
<button class="item round cr-main bg-white br-main text-size wh-auto" type="default" hover-class="none" data-value="/pages/plugins/coupon/user/user" @tap="url_event">{{$t('index.index.lk0i6c')}}</button>
</view>
@ -44,6 +44,7 @@
data_bottom_line_status: false,
data_list_loding_status: 1,
data_list_loding_msg: '',
bottom_fixed_style: '',
params: {},
data: null,
data_base: null,

View File

@ -23,7 +23,7 @@
<component-bottom-line :propStatus="data_bottom_line_status"></component-bottom-line>
</view>
</view>
<view class="bottom-fixed">
<view class="bottom-fixed" :style="bottom_fixed_style">
<view class="bottom-line-exclude">
<button class="item round cr-main bg-white br-main text-size wh-auto" type="default" hover-class="none" data-value="/pages/plugins/coupon/user/user" @tap="url_event">{{$t('index.index.lk0i6c')}}</button>
</view>
@ -54,7 +54,8 @@
coupon_static_url: coupon_static_url + 'app/',
data_bottom_line_status: false,
data_list_loding_status: 1,
data_list_loding_msg: '',
data_list_loding_msg: '',
bottom_fixed_style: '',
data_list: [],
data_base: null,
//

View File

@ -34,7 +34,7 @@
<component-no-data :propStatus="data_list_loding_status" :propMsg="data_list_loding_msg"></component-no-data>
</block>
</view>
<view class="bottom-fixed">
<view class="bottom-fixed" :style="bottom_fixed_style">
<view class="bottom-line-exclude">
<button class="item bg-main br-main cr-white round text-size wh-auto" type="default" hover-class="none" data-value="/pages/plugins/hospital/patient/patient" @tap="url_event"></button>
</view>
@ -54,7 +54,8 @@
return {
theme_view: app.globalData.get_theme_value_view(),
data_list_loding_status: 1,
data_list_loding_msg: '',
data_list_loding_msg: '',
bottom_fixed_style: '',
params: {},
data_list: [],
patient_tips: null,

View File

@ -76,7 +76,7 @@
</view>
</view>
</view>
<view class="bottom-fixed">
<view class="bottom-fixed" :style="bottom_fixed_style">
<view class="bottom-line-exclude">
<button class="item bg-main br-main cr-white round text-size wh-auto" type="default" form-type="submit" hover-class="none" :disabled="form_submit_disabled_status">{{$t('common.save')}}</button>
</view>
@ -160,7 +160,8 @@
data_list_loding_status: 1,
data_list_loding_msg: '',
popup_health_status: false,
form_submit_disabled_status: false,
form_submit_disabled_status: false,
bottom_fixed_style: '',
params: {},
data: {},
health: {},

View File

@ -57,7 +57,7 @@
<input type="text" name="ill_desc" maxlength="230" placeholder-class="cr-grey-9" class="cr-base" placeholder="主诉格式1230个字符" />
</view>
</view>
<view class="bottom-fixed">
<view class="bottom-fixed" :style="bottom_fixed_style">
<view class="bottom-line-exclude">
<button class="item bg-main br-main cr-white round text-size wh-auto" type="default" form-type="submit" hover-class="none" :disabled="form_submit_disabled_status">免费问诊开方</button>
</view>
@ -104,7 +104,8 @@
theme_color: app.globalData.get_theme_color(),
data_list_loding_status: 1,
data_list_loding_msg: '',
form_submit_disabled_status: false,
form_submit_disabled_status: false,
bottom_fixed_style: '',
params: null,
goods_data: [],
patient_data: null,

View File

@ -32,7 +32,7 @@
</view>
<!-- 底部操作 -->
<view class="bottom-fixed">
<view class="bottom-fixed" :style="bottom_fixed_style">
<view class="bottom-line-exclude">
<block v-if="common_user_address_platform_import_list.length > 0 && common_user_address_platform_import_list.indexOf(client_value) != -1">
<view class="flex-row jc-sb align-c gap-10">
@ -69,6 +69,7 @@
common_static_url: common_static_url,
data_list_loding_status: 1,
data_bottom_line_status: false,
bottom_fixed_style: '',
common_user_address_platform_import_list: [],
client_value: app.globalData.application_client_type(),
data_list: [],