切换导航条
此项目
正在载入...
登录
倪静楠
/
muying
·
提交
转到一个项目
GitLab
转到仪表盘
项目
活动
文件
提交
管道
0
构建
0
图表
里程碑
问题
0
合并请求
0
成员
标记
维基
派生
网络
创建新的问题
下载为
邮件补丁
差异文件
浏览文件
作者
倪静楠
4 years ago
提交
7caa22c1fe6685b4d2e6f47bc0495c8b43fc85fe
1 个父辈
ab18919f
3/3/3
隐藏空白字符变更
内嵌
并排对比
正在显示
4 个修改的文件
包含
6 行增加
和
5 行删除
common/systenatic.css
utils/request.js
wxcomponents/vant/dist/calendar/calendar.vue
wxcomponents/vant/dist/picker/toolbar.vue
common/systenatic.css
查看文件 @
7caa22c
...
...
@@ -10,6 +10,7 @@
.sysPic
{
margin
:
40
rpx
32
rpx
64
rpx
32
rpx
;
display
:
none
;
}
.sysTitleCon
{
...
...
utils/request.js
查看文件 @
7caa22c
export
const
baseUrl
=
'http
://muying.t.brotop.cn
'
export
const
baseUrl
=
'http
s://ketao.shequtaoapp.com
'
function
getHeaders
()
{
let
header
=
{
"token"
:
uni
.
getStorageSync
(
'token'
)
||
''
,
// 'X-Requested-With': 'XMLHttpRequest',
...
...
wxcomponents/vant/dist/calendar/calendar.vue
查看文件 @
7caa22c
...
...
@@ -6,7 +6,7 @@
</header>
<scroll-view class="van-calendar__body" scroll-y :scroll-into-view="scrollIntoView">
<month v-for="(item,index) in (computed.getMonths(minDate, maxDate))" :key="item.index" :id="'month'+(index)" class="month" :data-date="item" :date="item" :type="type" :color="color" :minDate="minDate" :maxDate="maxDate" :showMark="showMark" :formatter="formatter" :rowHeight="rowHeight" :currentDate="currentDate" :showSubtitle="showSubtitle" :allowSameDay="allowSameDay" :showMonthTitle="index !== 0 || !showSubtitle" @click="_$self.$parent
.$parent
[('onClickDay')]($event)"></month>
<month v-for="(item,index) in (computed.getMonths(minDate, maxDate))" :key="item.index" :id="'month'+(index)" class="month" :data-date="item" :date="item" :type="type" :color="color" :minDate="minDate" :maxDate="maxDate" :showMark="showMark" :formatter="formatter" :rowHeight="rowHeight" :currentDate="currentDate" :showSubtitle="showSubtitle" :allowSameDay="allowSameDay" :showMonthTitle="index !== 0 || !showSubtitle" @click="_$self.$parent[('onClickDay')]($event)"></month>
</scroll-view>
<view :class="'van-calendar__footer '+(safeAreaInsetBottom ? 'van-calendar__footer--safe-area-inset-bottom' : '')">
...
...
@@ -14,7 +14,7 @@
</view>
<view :class="'van-calendar__footer '+(safeAreaInsetBottom ? 'van-calendar__footer--safe-area-inset-bottom' : '')">
<van-button v-if="showConfirm" round block type="danger" :color="color" custom-class="van-calendar__confirm" :disabled="computed.getButtonDisabled(type, currentDate)" nativeType="text" @click="_$self.$parent
.$parent
[('onConfirm')]($event)">
<van-button v-if="showConfirm" round block type="danger" :color="color" custom-class="van-calendar__confirm" :disabled="computed.getButtonDisabled(type, currentDate)" nativeType="text" @click="_$self.$parent[('onConfirm')]($event)">
{{ computed.getButtonDisabled(type, currentDate) ? confirmDisabledText : confirmText }}
</van-button>
</view>
...
...
wxcomponents/vant/dist/picker/toolbar.vue
查看文件 @
7caa22c
<template>
<uni-shadow-root class="vant-dist-picker-toolbar"><template v-if="wxTemplateName === 'toolbar'">
<view v-if="showToolbar" class="van-picker__toolbar toolbar-class">
<view class="van-picker__cancel" hover-class="van-picker__cancel--hover" hover-stay-time="70" data-type="cancel" @click="_$self.$parent
.$parent
[('emit')]($event)">
<view class="van-picker__cancel" hover-class="van-picker__cancel--hover" hover-stay-time="70" data-type="cancel" @click="_$self.$parent[('emit')]($event)">
{{ cancelButtonText }}
</view>
<view v-if="title" class="van-picker__title van-ellipsis">{{
title
}}</view>
<view class="van-picker__confirm" hover-class="van-picker__confirm--hover" hover-stay-time="70" data-type="confirm" @click="_$self.$parent
.$parent
[('emit')]($event)">
<view class="van-picker__confirm" hover-class="van-picker__confirm--hover" hover-stay-time="70" data-type="confirm" @click="_$self.$parent[('emit')]($event)">
{{ confirmButtonText }}
</view>
</view>
...
...
请
注册
或
登录
后发表评论