lilei 8 月之前
父节点
当前提交
d8c9d989b9
共有 3 个文件被更改,包括 7 次插入7 次删除
  1. 2 2
      pages.json
  2. 1 1
      pages/index/index.vue
  3. 4 4
      pagesB/cart/productitem.vue

+ 2 - 2
pages.json

@@ -65,7 +65,7 @@
 		    "path" : "pages/videos/index",
 		    "style" :                                                                                    
 			{
-				"navigationBarTitleText": "视频教程",
+				"navigationBarTitleText": "视频讲解",
 				"enablePullDownRefresh": false
 			}
 		},{
@@ -427,7 +427,7 @@
 		    "path" : "videos/index",
 		    "style" :                                                                                    
 			{
-				"navigationBarTitleText": "视频教程",
+				"navigationBarTitleText": "视频讲解",
 				"enablePullDownRefresh": false
 			}
 		},{

+ 1 - 1
pages/index/index.vue

@@ -289,7 +289,7 @@
 						auth: true,
 						ignoreAuth: true,
 						icon:'/static/nav_icon3.jpg',
-						name: '视频教程',
+						name: '视频讲解',
 						color:'#03a9f4',
 						url:'/pagesB/videos/index',
 						target: 'page'

+ 4 - 4
pagesB/cart/productitem.vue

@@ -214,8 +214,8 @@
 		}
 		.choose-product-item-img{
 			margin-right: 20rpx;
-			width: 90px;
-			height: 90px;
+			width: 80px;
+			height: 80px;
 			position: relative;
 			overflow: hidden;
 			border: 1px solid #eee;
@@ -316,8 +316,8 @@
 			border-top: 1px solid #ececec;
 			padding-top: 10px;
 			.choose-product-item-img{
-				width: 70px;
-				height: 70px;
+				width: 60px;
+				height: 60px;
 				margin-left: 20px;
 			}
 			.choose-product-item-info .choose-product-item-left-info-guige{