高敬炎 2 năm trước cách đây
mục cha
commit
a1e279c3f7
3 tập tin đã thay đổi với 20 bổ sung5 xóa
  1. 7 3
      uni_applet/App.vue
  2. 12 1
      uni_applet/pages/find/find.vue
  3. 1 1
      unimall-admin/config/index.js

+ 7 - 3
uni_applet/App.vue

@@ -20,10 +20,14 @@
 	@import "@/uni_modules/uview-ui/index.scss";
 	@import '@/uni_modules/uni-scss/index.scss';
 	@import '@/static/styles/index.scss';
-	@import '@/style/icons/iconfont.css';
+	// @import '@/style/icons/iconfont.css';
 	// 设置整个项目的背景色
 	page {
-		background-color: #f5f5f5;
+		background-color: #f7f4ed;
+	}
+	.content{
+		background:#fff;
+		margin:20rpx;
+		border-radius:20rpx;
 	}
-	
 </style>

+ 12 - 1
uni_applet/pages/find/find.vue

@@ -1,6 +1,6 @@
 <template>
 	<view>
-		
+		<button @click='add'>+</button>
 	</view>
 </template>
 
@@ -10,6 +10,17 @@
 			return {
 				
 			};
+		},
+		onLoad() {
+		
+		},
+		methods: {
+		 add(){
+			 console.log(111111111)
+			uni.navigateTo({
+				url: '/pageA/find/createLifeService'
+			})
+		 }
 		}
 	}
 </script>

+ 1 - 1
unimall-admin/config/index.js

@@ -15,7 +15,7 @@ module.exports = {
 
         // can be overwritten by process.env.HOST
         // if you want dev by ip, please set host: '0.0.0.0'
-        host: '192.168.110.138',
+        host: '192.168.110.72',
         port: 9527, // can be overwritten by process.env.PORT, if port is in use, a free one will be determined
         autoOpenBrowser: true,
         errorOverlay: true,