master
dongmu 11 months ago
parent c5eb65922b
commit 27e031ac1b

@ -0,0 +1,16 @@
{ // launch.json configurations app-plus/h5/mp-weixin/mp-baidu/mp-alipay/mp-qq/mp-toutiao/mp-360/
// launchtypelocalremote, localremote
"version": "0.0",
"configurations": [{
"app-plus" :
{
"launchtype" : "local"
},
"default" :
{
"launchtype" : "local"
},
"type" : "uniCloud"
}
]
}

@ -117,13 +117,13 @@
</view>
<!-- 在最后一列显示 动画 -->
<view
<!-- <view
class="u-demo-block__content"
v-show="index == userAppointedList.length - 1"
style="padding-top: 20px; height: 60px; background-color: #eaeaea"
>
<u-loadmore v-if="isLoading == 1" :line="true" status="loading"></u-loadmore
><!-- 正在加载 -->
>
<u-loadmore
v-else-if="isLoading == 2"
:line="true"
@ -131,10 +131,10 @@
loadmoreText="点击加载更多..."
@loadmore="LoadMore"
></u-loadmore
><!-- 加载更多 -->
>
<u-loadmore v-else :line="true" status="nomore"></u-loadmore
><!-- 没有更多了 -->
</view>
>
</view> -->
</view>
</view>
</template>

@ -13,7 +13,7 @@
</view>
<view class="">
<u-notice-bar :text="textList" color="#795548" bgColor="#fdf6ec"></u-notice-bar>
<!-- <u-notice-bar :text="textList" color="#795548" bgColor="#fdf6ec"></u-notice-bar> -->
</view>
<!-- 局部按钮 -->
@ -23,7 +23,7 @@
<text>扫码接单</text>
</view>
<view class="rightMyDriver" @click="goMyDriver" style="">
<u-icon name="car" size="28"></u-icon>
<!-- <u-icon name="car" size="28"></u-icon> -->
<text>我的车辆</text>
</view>
</view>

@ -4,7 +4,7 @@
class="normal-login-container"
:style="{ height: searchHeight + 'px;', 'padding-top': '1px' }"
>
<HeadTabbar tabbarName="注册账号"></HeadTabbar>
<!-- <HeadTabbar tabbarName="注册账号"></HeadTabbar> -->
<view class="logo-content align-center justify-center flex">
<text class="title">注册账号</text>
</view>

@ -1,6 +1,6 @@
<template>
<view class="">
<HeadTabbar :isShowIcon="false" tabbarName="登录页面"></HeadTabbar>
<!-- <HeadTabbar :isShowIcon="false" tabbarName="登录页面"></HeadTabbar> -->
<view class="normal-login-container" style="">
<!--鸿森通货运 标题 -->
<view
@ -287,6 +287,7 @@ onMounted(() => {
page {
background-color: #55aaff;
background: url('http://106.58.179.30:19005/hhkj-dev/2023/10/29/JmDFnTCUxWmd67e2e3bcbbf32e092742c002d20acc9c_20231029155526A008.png');
height: 100vh;
background-size: 100% 100%;
}

@ -2,7 +2,7 @@
<!-- 忘记密码 -->
<view class="normal-login-container" :style="{ height: searchHeight + 'px' }">
<!--鸿森通货运 标题 -->
<HeadTabbar tabbarName="忘记密码"></HeadTabbar>
<!-- <HeadTabbar tabbarName="忘记密码"></HeadTabbar> -->
<view class="logo-content align-center justify-center flex">
<text class="title">忘记密码</text>
</view>

@ -4,7 +4,7 @@
class="normal-login-container"
:style="{ height: searchHeight + 'px', backgroundColor: '#b6dcff', 'padding-top': '1px' }"
>
<HeadTabbar :isShowIcon="true" :backNumber="2" tabbarName="忘记密码"></HeadTabbar>
<!-- <HeadTabbar :isShowIcon="true" :backNumber="2" tabbarName="忘记密码"></HeadTabbar> -->
<!--鸿森通货运 标题 -->
<view class="logo-content align-center justify-center flex">
<text class="title">忘记密码</text>

@ -16,7 +16,7 @@ const httpInterceptor = {
options.timeout = 10000
// 3. 添加小程序端请求头标识
options.header = {
'source-client': 'miniapp',
// 'source-client': 'miniapp',
...options.header,
}
// 4. 添加 token 请求头标识

Loading…
Cancel
Save