ccjgmwz 3 年之前
父節點
當前提交
7f00a5ff92
共有 3 個文件被更改,包括 8 次插入5 次删除
  1. 3 0
      pageB/news/news_detail.vue
  2. 1 1
      pages/business/business.vue
  3. 4 4
      pages/user/user.vue

+ 3 - 0
pageB/news/news_detail.vue

@@ -26,6 +26,9 @@
 	 		uni.hideLoading()
 	 	}).then(res => {
 	 		that.content = res.data.content
+			uni.setNavigationBarTitle({
+				title:res.data.title
+			})
 	 		uni.hideLoading()
 	 	})
 	 },

+ 1 - 1
pages/business/business.vue

@@ -23,7 +23,7 @@
 					
 					<view class="search-form round" @click="naviageToPage('/pageA/product/lookup?TabCur=')">
 						<text style='color: #ccc;text-indent:56px;' class="cuIcon-search"></text>
-						<input type="text" placeholder="请输入货名或标题" confirm-type="search"></input>
+						<view > 请输入货名或标题</view>
 					</view>
 				</view>
 				<view style='margin:0 15px;'>

+ 4 - 4
pages/user/user.vue

@@ -25,7 +25,7 @@
 		</view>
 		<view class="cover-container">
 
-			<view class="cu-list menu text-left solid-top indexlow">
+			<view class="cu-list menu text-left  ">
 
 				<view class="cu-item" v-for="(item, index) in gridList" v-if="item.show" :key="index"
 					@click="gridClick(item, index)" hover-class="common-hover" :hover-stay-time="50">
@@ -470,7 +470,7 @@
 </script>
 <style lang='scss' scoped>
 	.container {
-		padding-top: 85px;
+		padding-top: 35px;
 		background-color: #F5F6FA;
 		position: relative;
 		width: 100vw;
@@ -508,7 +508,7 @@
 	.cu-list {
 		/* height: 483rpx;
 		overflow-y: scroll; */
-		margin-top: 42rpx;
+		margin-top: 22rpx;
 		margin-bottom: 80rpx;
 	}
 
@@ -693,7 +693,7 @@
 		padding: 1px 10px ;
 		padding-bottom: 200upx;
 		
-	   background-color: #F5F6FA;
+	   /* background-color: #F5F6FA; */
 	/* 	border-radius: 20px; */
 		margin-top: 60upx;