YZM 2 роки тому
батько
коміт
cbf3e647b4

+ 1 - 1
pages/changan/index.vue

@@ -1,6 +1,6 @@
 <template>
 	<view :style="{ minHeight: sys.windowHeight + 'px' }" :class="[$tm.vx.state().tmVuetify.black ? 'black' : ' ']">
-		<tm-menubars title="" :shadow="0" :showback="false"></tm-menubars>
+		<tm-menubars title="衣柜" :shadow="0" :showback="true"></tm-menubars>
 		<view class="C1b1b1b">
 			<view class="dingwei ml-20" v-if="itemuser!=0">
 				<image class="touxiang" style="vertical-align: middle;" src="/static/img/41.png" mode="widthFix"></image>

+ 6 - 2
pages/dizhi/index.vue

@@ -38,7 +38,7 @@
 			</view>
 			
 		</div>
-		<tm-button :round="24" class="sao mb-40 mt-40" block>新建收获地址</tm-button>
+		<tm-button :round="24" class="sao mb-40 mt-40" block @click="xinjian">新建收获地址</tm-button>
 		<!-- 弹出层消息 -->
 		<tm-message ref="toast"></tm-message>
 	</view>
@@ -61,7 +61,11 @@ export default {
 		this.sys = uni.getSystemInfoSync();
 	},
 	methods: {
-		
+		xinjian(){
+			uni.navigateTo({
+				url: "/pages/shouhuodi/index",
+			})
+		}
 	},
 }
 </script>

+ 2 - 9
pages/index/index.vue

@@ -44,26 +44,19 @@ export default {
 		};
 	},
 	onLoad(index) {
-		console.log(222111)
 		this.$tm.theme.setBlack(true);
 		if(index.index==1){
 			this.showpage=1;
 		}else{
 			this.showpage=0;
 		}
-		
-		// console.log(index)
-		
 	},
 	created() {
-		if(this.showpage==1){
-			// this.$refs.yigui.fenleichange()
-		}
-		console.log(222111)
+		
 	},
 	methods: {
 		initBtn(){
-			console.log(333)
+			
 		},
 		changepage(info){
 			this.showpage=info.index

+ 25 - 21
pages/shouhuodi/index.vue

@@ -2,13 +2,29 @@
 	<view :style="{ minHeight: sys.windowHeight + 'px' }"
 		:class="[$tm.vx.state().tmVuetify.black ? 'black' : ' ']">
 		<tm-menubars title="消息列表" :shadow="0" :showback="true"></tm-menubars>
-		<div class="zhuti">
-			<tm-sheet class="kuang" style="padding-bottom: 70px !important;">
+		<div>
+			<tm-sheet class="kuang" style="padding-bottom: 40px !important;">
 				<view style="width: 94%;margin:0 auto;">
-					
+					<tm-input title="收货人" placeholder="请填写收货人姓名"></tm-input>
+					<tm-input title="手机号码" placeholder="填写收件人手机号码"></tm-input>
+					<tm-input title="所在地区" placeholder="省市区县、乡镇等"></tm-input>
+					<tm-input title="详细地址" placeholder="街道、楼牌号等"></tm-input>
 				</view>
 			</tm-sheet>
-			<tm-button :round="24" class="sao mb-40 mt-40" block>提交</tm-button>
+			<tm-sheet class="kuang" style="padding-bottom: 40px !important;">
+				<view style="width: 94%;margin:0 auto;padding-top:15px;">
+					<view class="fl text-white mt-10" style="width: 15%;">标签</view>
+					<view class="fl" style="width: 80%;">
+						<tm-button class="ml-20" :round="10" theme="gray" size="s">学校</tm-button>
+						<tm-button class="ml-20" :round="10" theme="gray" size="s">学校</tm-button>
+						<tm-button class="ml-20" :round="10" theme="gray" size="s">学校</tm-button>
+						<tm-button class="ml-20" :round="10" theme="gray" size="s">学校</tm-button>
+						<tm-button class="ml-20" :round="10" theme="gray" size="s">+</tm-button>
+					</view>
+					<view style="clear: both;"></view>
+				</view>
+			</tm-sheet>
+			<tm-button :round="24" class="sao mb-40 mt-40" block>保存</tm-button>
 		</div>
 		<!-- 弹出层消息 -->
 		<tm-message ref="toast"></tm-message>
@@ -32,21 +48,7 @@ export default {
 		this.sys = uni.getSystemInfoSync();
 	},
 	methods: {
-		aa(num){
-			if(num==1){
-				this.checked1=true;
-				this.checked2=false;
-				this.checked3=false;
-			}else if(num==2){
-				this.checked1=false;
-				this.checked2=true;
-				this.checked3=false;
-			}else if(num==3){
-				this.checked1=false;
-				this.checked2=false;
-				this.checked3=true;
-			}
-		},
+		
 	},
 }
 </script>
@@ -55,6 +57,8 @@ export default {
 	/deep/ .tm-menubars .body{
 		background-color: #1b1b1b !important;
 	}
-	/deep/ .zhuti{padding: 10px 10px;}
-	/deep/ .kuang{margin:0 !important;padding: 0px !important;}
+	/deep/ .kuang{margin:0 !important;padding: 0px !important;margin-top:10px !important;}
+	/deep/ .border-grey-darken-4-b-1{border-bottom:solid 1px #303030;}
+	.sao{width: 88%;margin:0 auto;margin-top: 30px;}
+	/deep/ .tm-button-label{color: white;}
 </style>

+ 0 - 1
pages/shouye/index.vue

@@ -264,7 +264,6 @@
 					})
 				}
 				this.listdata=this.listdata.concat(list2)
-				console.log(this.listdata)
 			},
 			jihuashang(){
 				if(this.current1 ==0){