LAPTOP-1LHD2FP6\joeny 1 рік тому
батько
коміт
1851a2955c

+ 1 - 1
components/page-btm-bar/page-btm-bar.vue

@@ -17,7 +17,7 @@
 			<view class="item"  :style="[active == 3?{color: '#a07c5a'}:'']" 
 			:class="active == 3?'active':''"
 			 @click="onOpenHw">
-				<image src="/static/images/2ndhome.png" class="menu-icon" style="width: 64px;height: 64px">
+				<image src="/static/images/2ndhome.png" class="menu-icon" style="width: 67px;height: 67px">
 				
 			</view>
 			

+ 2 - 2
pages.json

@@ -388,7 +388,7 @@
             "path" : "pages/Center/Center",
             "style" :                                                                                    
             {
-                "navigationBarTitleText": "社区中心",
+                "navigationBarTitleText": "活动中心",
                 "enablePullDownRefresh": false,
 				"navigationStyle": "custom"
             }
@@ -434,7 +434,7 @@
 			},
 			{
 				"pagePath": "pages/theater/index/index",
-				"text": "社区中心",
+				"text": "活动中心",
 				"iconPath": "static/images/ftmenu2.png",
 				"selectedIconPath": "static/images/ftmenu2.png"
 			},

+ 2 - 2
pages/home/home.vue

@@ -100,8 +100,8 @@
 							<view class="didian">{{ event.address }}</view>
 
 						</view>
-						<view class="yuyue_btn" @click="onView(event.id)">
-							<image src="/static/images/lijiyuyue.jpg" style="width: 89px;height: 25px;"></image>
+						<view class="yuyue_btn" @click="onView(event.id)" >
+							<button type="default" style="background-color: white; font-size: 14px; height: 30px; line-height: 30px; color: #666; font-weight: bold;border: 1px solid  #666; border-radius: 8px; padding: 0px 4px;">立即预约</button>
 						</view>
 
 

+ 6 - 7
pages/home/myhome.vue

@@ -10,14 +10,13 @@
 					<view class="name">{{truncateString(userInfo.nickname, 10) }}</view>
 					<view class="setup">
 						<view class="vi"><button hover-class="none" open-type="contact"
-								style="background: none; color: white; font-size:13px;"><img
-									src="/static/images/kefu.png" style="width: 24px; height: 23px;"></img></button>
+								style="background: none; color: white; "><uni-icons type="chat" size="24"></uni-icons>
+</button>
 						</view>
-						<view @click="onViewBind" class="vi"><img src="/static/images/shezhi.png"
-								style="width: 24px; height: 24px;"></img></view>
+						<view @click="onViewBind" class="vi"><uni-icons type="gear" size="24"></uni-icons></view>
 					</view>
 					<view class="tel">
-						<view class="ico"><img src="/static/images/mobile.png" style="width: 11px; height: 11px;"></img>
+						<view class="ico"><uni-icons type="phone-filled" size="11"></uni-icons>
 						</view>
 						<view class="telnmu" @click="onViewBind" v-if="userInfo.mobile">{{userInfo.mobile}}</view>
 						<view class="telnmu" @click="onViewBind" v-else>请绑定手机</view>
@@ -50,13 +49,13 @@
 					<view class="row">
 						<view class="menu" @click="onViewaddress">
 
-							<view class="name"><uni-icons type="right" size="16"></uni-icons>我的收货地址</view>
+							<view class="name"><uni-icons type="right" size="16"></uni-icons>收货地址</view>
 						</view>
 					</view>
 					<view class="row">
 						<view class="menu" @click="onViewCalendar">
 
-							<view class="name"><uni-icons type="right" size="16"></uni-icons>我的预约行程</view>
+							<view class="name"><uni-icons type="right" size="16"></uni-icons>预约行程</view>
 						</view>
 					</view>
 					<view class="row">

+ 1 - 1
pages/theater/index/index.scss

@@ -19,7 +19,7 @@
 		.swiper-item{
 				margin-top: 70px;
 				opacity: 0.7;
-				border-radius: 10px;
+				border-radius: 7px;
 				width:95%;
 				
 				margin: 50px auto 20px;

+ 2 - 2
pages/theater/index/index.vue

@@ -1,7 +1,7 @@
 <template>
 	<view class="page-community-home">
 		
-		<uni-nav-bar :fixed="true" height="180rpx" title="社区中心" color="#FFF"  left-icon="home" backgroundColor="rgb(0,0,0,0)"  :border="false" @clickLeft="onHome"/>
+		<uni-nav-bar :fixed="true" height="180rpx" title="活动中心" color="#FFF"  left-icon="home" backgroundColor="rgb(0,0,0,0)"  :border="false" @clickLeft="onHome"/>
 		
 		<view class="community-top">
 			 <view class="swiper-item">
@@ -30,7 +30,7 @@
 			 <view class="section1">
 				 <view class="caption">
 					 <view class="left">正在上演</view>
-					 <view class="right" @click="onViewHome()">特权卡售卖中</view>
+					 <view class="right" ></view>
 				 </view>
 				 <view class="content"> 
 					<block v-for="(it,index) in topList">