shish %!s(int64=2) %!d(string=hai) anos
pai
achega
ed815f1326

+ 1 - 1
ghsApp/src/admin/home/me.vue

@@ -32,7 +32,7 @@
           </view>
           <view class="image-box" >
             <!-- #ifdef MP-WEIXIN -->
-            <view class="dec">到期时间 {{ myInfo.deadline ? myInfo.deadline.substr(0,11) : '' }}</view>
+            <view class="dec" @click="pageTo({url: '/admin/item/lakala'})">到期时间 {{ myInfo.deadline ? myInfo.deadline.substr(0,11) : '' }}</view>
             <!-- #endif -->
             <!-- #ifdef APP-PLUS --> 
             <view class="dec"></view>

+ 227 - 0
ghsApp/src/admin/item/lakala.vue

@@ -0,0 +1,227 @@
+<template>
+<view class="app-content">
+
+</view>
+</template>
+<script>
+import { mapGetters } from "vuex";
+import { testRun,aliRun } from "@/api/test"
+export default {
+	name: "lakala",
+	components: {
+	},
+	mixins: [],
+	data() {
+		return {
+		};
+	},
+	computed:{
+	},
+	onLoad() {
+	},
+	onPullDownRefresh() {
+	},
+	methods: {
+		init(){
+			aliRun()
+		}
+	}
+};
+</script>
+
+<style lang="scss" scoped>
+.billing_box_bg {
+	height: 100%;
+	display: flex;
+	background: white;
+	flex-direction: column;
+	.input-wrap {
+		font-size:30upx;
+		display: flex;
+		padding: 22upx 20upx 22upx 30upx;
+		.search-bar {
+			flex: 1;
+		}
+		.city-select {
+			display: flex;
+			flex-shrink: 0;
+			align-items: center;
+			margin-right: 15upx;
+			margin-left: 45upx;
+			background-color: #ffff;
+			.iconfont {
+				margin-left: 20upx;
+				font-size: 30upx;
+			}
+		}
+	}
+	.scroll-middle_bx {
+		margin-bottom:110upx;
+	}
+	.tab-view {
+		height: 100%;
+		width: 170upx;
+		flex-shrink: 0;
+		background-color: #f0f2f6;
+		.tab-bar-item {
+			position: relative;
+			width: 170upx;
+			height: 90upx;
+			box-sizing: border-box;
+			display: flex;
+			align-items: center;
+			justify-content: center;
+			font-size: 26upx;
+			color: #444;
+			font-weight: 400;
+			.tag {
+				display: flex;
+				padding: 0 20upx;
+				align-items: center;
+				position: absolute;
+				right: 0;
+				top: 0;
+				height: 32upx;
+				background: #ff2842;
+				border-radius: 16upx;
+				color: #fff;
+				font-size: 20upx;
+			}
+			&:last-child{
+				margin-bottom: 110upx;
+			}
+		}
+		.active {
+			position: relative;
+			color: $mainColor;
+			font-size: 26upx;
+			background: #fff;
+		}
+		.active::before {
+			content: "";
+			position: absolute;
+			border-left: 8upx solid $mainColor;
+			height: 100%;
+			left: 0;
+		}
+	}
+	.right-box {
+		height: 100%;
+		flex: 1;
+		box-sizing: border-box;
+	}
+	.item_list_bx {
+		padding: 10upx 40upx;
+	}
+	.item_list_title {
+		margin-bottom: 20upx;
+		font-size: 24upx;
+		font-weight: 600;
+		color: #666666;
+	}
+	.select-cmd_bx {
+		& .kc {
+			color: #999999;
+			font-size: 28upx;
+			font-weight: 400;
+			margin-bottom: 60upx;
+			text-align: center;
+			margin-top: 10upx;
+		}
+		& .num_bx {
+			display: flex;
+			align-items: center;
+			margin-bottom: 80upx;
+			& > input {
+				width: 212upx;
+				height: 80upx;
+				border: 1upx solid #dddddd;
+				border-radius: 4upx;
+				text-align: center;
+				margin-right: 24upx;
+			}
+		}
+	}
+}
+.item-cmd_bx {
+	position: relative;
+	margin-bottom: 20upx;
+	.img_bx {
+		height: 160upx;
+		width: 160upx;
+		position: absolute;
+		left: 0upx;
+		top: 0upx;
+		image{
+			width: 100%;
+			height: 100%;
+		}
+	}
+	.cmd-info_bx {
+		position: relative;
+		padding-left: 177upx;
+		&.active{
+			&:before{
+				content: ' ';
+				height: 22upx;
+				width: 22upx;
+				border-width: 2upx 2upx 0 0;
+				border-color: #b2b2b2;
+				border-style: solid;
+				-webkit-transform: matrix(0.5, 0.5, -0.5, 0.5, 0, 0);
+				transform: matrix(0.5, 0.5, -0.5, 0.5, 0, 0);
+				position: absolute;
+				top: 50%;
+				margin-top: -12upx;
+				right: 30upx;
+			}
+		}
+
+		& .tit {
+			font-size: 30upx;
+			font-weight: 700;
+			color: #333333;
+		}
+		& .kc {
+			color: #999999;
+			font-size: 26upx;
+			padding: 13upx 0 13upx;
+		}
+		& .num-open_bx {
+			display: flex;
+			align-items: center;
+			& .price {
+				font-size: 28upx;
+				color: #999999;
+				flex: 1;
+			}
+			& .open-bx {
+				color: #333333;
+				text{
+					font-size: 24upx;
+				}
+				*.warn {
+					color: $redColor;
+				}
+			}
+		}
+	}
+}
+.change-input {
+	width: 285upx;
+	height: 60upx;
+	line-height: 60upx;
+	text-align: center;
+	background: #ffffff;
+	border: 1upx solid #b4b4b4;
+	border-radius: 4upx;
+	font-size: 25upx;
+	color:#5e5d5d;
+	position: relative;
+	left:120upx;
+	top:-36upx;
+}
+.footer-button{
+	height:120upx;
+}
+</style>

+ 9 - 0
ghsApp/src/api/test/index.js

@@ -0,0 +1,9 @@
+import https from '@/plugins/luch-request_0.0.7/request'
+
+export const testRun = data => {
+	return https.get('/test/run', data)
+}
+
+export const aliRun = data => {
+	return https.get('/test/ali-run', data)
+}

+ 2 - 1
ghsApp/src/pages.json

@@ -401,7 +401,8 @@
 				{"path": "presell","style": {"navigationBarTitleText": "预售管理"}},
 				{"path": "rechargeHb","style": {"navigationBarTitleText": "充值活动"}},
 				{"path": "sendStock","style": {"navigationBarTitleText": "分配库存"}},
-				{"path": "simple","style": {"navigationBarTitleText": "花材"}}
+				{"path": "simple","style": {"navigationBarTitleText": "花材"}},
+				{"path": "lakala","style": {"navigationBarTitleText": "拉卡拉"}}
 			]
 		},
 		{