From b000e640c08486c687728dadc1f9d8ecdf3d3bd7 Mon Sep 17 00:00:00 2001
From: jiangping <898885815@qq.com>
Date: 星期二, 07 五月 2024 11:03:20 +0800
Subject: [PATCH] meeting

---
 h5/components/Li-Calendar/Li-Calendar.vue |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/h5/components/Li-Calendar/Li-Calendar.vue b/h5/components/Li-Calendar/Li-Calendar.vue
index 48bfd1d..8f006b9 100644
--- a/h5/components/Li-Calendar/Li-Calendar.vue
+++ b/h5/components/Li-Calendar/Li-Calendar.vue
@@ -5,7 +5,7 @@
 				<!-- <image :src="lastDisabled ? disable : nodisable" mode="widthFix" @tap="subMonth"></image> -->
 				<image :src="nodisable" mode="widthFix" @tap="subMonth"></image>
 				<text>{{title_time}}</text>
-				<image src="@/static/icon/ar_right@2x.png" mode="widthFix" @tap="addMonth"></image>
+				<image src="@/static/meeting/icon/ar_right@2x.png" mode="widthFix" @tap="addMonth"></image>
 			</view>
 			<view class="header-right" @tap="backToToday">鍥炲埌浠婂ぉ</view>
 			<!-- <text class='calendar-lastMonth' @tap="subMonth" v-bind:class="{'calendar-btn-disabled' : lastDisabled }">{{lastText}}</text>
@@ -158,8 +158,8 @@
 		},
 		data() {
 			return {
-				nodisable: require('@/static/icon/ar_left@2x.png'),
-				disable: require('@/static/icon/ar_left_disable.png'),
+				nodisable: require('@/static/meeting/icon/ar_left@2x.png'),
+				disable: require('@/static/meeting/icon/ar_left_disable.png'),
 				
 				nextDisabled: false,
 				lastDisabled: true,
@@ -688,7 +688,7 @@
 		},
 		computed: {
 			transformObj:function () { 
-				return 'translate3d(' + this.transform_x + 'px, 0px, 0px) translateZ(0px)';
+				return 'translate3d(' + this.transform_x + 'px, 0px, 0px) translateZ(0px)';
 			},
 			transformTimeObj:function () {
 				return this.transform_time + 'ms';
@@ -699,4 +699,4 @@
 
 <style>
 	@import url("./Li-Calendar.css");
-</style>
+</style>

--
Gitblit v1.9.3