高敬炎 hace 1 año
padre
commit
57225c955d

+ 4 - 0
uni_applet/App.vue

@@ -113,4 +113,8 @@
 	.merchants_unable_button{
 		background:#999;
 	}
+	/deep/.u-tabbar-item image{
+		width:50rpx;
+		height:50rpx;
+	}
 </style>

+ 1 - 1
uni_applet/pageA/my/my.vue

@@ -49,7 +49,7 @@
 	export default {
 		data() {
 			return {
-				
+				tabbarCheck:'user',
 			}
 		},
 		methods: {

+ 1 - 0
uni_applet/pageA/notice/index.vue

@@ -64,6 +64,7 @@
 		mixins: [MescrollMixin],
 		data() {
 			return {
+				tabbarCheck:'notification',
 				noticeList:[],
 				unreadList:[]
 			};

+ 4 - 16
uni_applet/pages/my/my.vue

@@ -92,7 +92,7 @@
 					></u-cell> -->
 					<view class="flex justify-space-between kf">
 						<button class="left-btn" open-type='contact'>联系客服</button>
-						<image style='width:22px;height:22px;' src="../../static/image/yjt.png" mode=""></image>
+						<u-icon name="arrow-right" color="#909399" size="16"></u-icon>
 					</view>
 
 					<u-cell :border='false' title="去商家端" isLink url="/pageA/enter/enter"></u-cell>
@@ -141,19 +141,7 @@
 			}
 		},
 		methods: {
-			tabbarChange(e){
-				console.log(e)
-				if(e=='team'){
-					uni.navigateTo({
-						url:'/pageA/notice/index'
-					})
-				}else if(e=='user'){
-					uni.navigateTo({
-						url:'/pageA/my/my'
-					})
-				}
-				// name => tabbarCheck = name
-			},
+			
 			todetail(){
 				uni.navigateTo({
 					url:"/pageA/notice/index"
@@ -328,14 +316,14 @@
 		border-bottom-style: solid;
 		width: 100%;
 		border-color: #d6d7d9;
-		padding: 20rpx;
+		padding: 20rpx 30rpx;
 		box-sizing: border-box;
 	}
 
 	.left-btn {
 		padding: 0;
 		margin: 0;
-		font-size: 30rpx;
+		font-size: 15px;
 		height: 42rpx;
 		display: flex;
 		align-items: center;