YZM 2 years ago
parent
commit
163c66239a

+ 134 - 0
pages/gengduo/index.vue

@@ -0,0 +1,134 @@
+<template>
+	<view :style="{ minHeight: sys.windowHeight + 'px' }"
+		:class="[$tm.vx.state().tmVuetify.black ? 'black' : ' ']" class="bodycont">
+		<tm-menubars ref="fenleig" title="分类" :shadow="0" :showback="true"></tm-menubars>
+		<div class="cont" :style="{ height: (sys.windowHeight-80) + 'px' }">
+			<tm-sheet black>
+				<tm-sliderNav :style="{ height: (sys.windowHeight-80) + 'px' }" class="zuo fl" @change="change" :list="list" text color="red" ></tm-sliderNav>
+				<view class="fr you" :style="{ height: (sys.windowHeight-80) + 'px' }">
+					<view class="huadong">
+						<view class="py-10 text-size-g dianz mingri text-align-center mt-40">
+							<image src="/static/img/88.png" mode="widthFix"></image>
+							<text class="text-white">精选推荐</text>
+						</view>
+						<view class="yiguicla mt-20 ml-20 fl" v-for="item in quanbuList" @click="yifu()">
+							<image :src="item.src" mode="widthFix"></image>
+							<view class="wenzi text-align-center text-size-m mt-8">{{item.text}}</view>
+						</view>
+						<view style="width:100%;height:40px;clear: both;"></view>
+					</view>
+				</view>
+				<view style="clear: both;"></view>
+			</tm-sheet>
+		</div>
+		<!-- 弹出层消息 -->
+		<tm-message ref="toast"></tm-message>
+	</view>
+</template>	
+<script>
+import{myRequest} from '@/api/request.js'
+export default {
+	data() {
+		return {
+			list:[
+				{title:'配饰'},
+				{title:'精选'},
+				{title:'热门',},
+				{title:'虚拟商品'},
+				{title:'包袋'},
+				{title:'彩妆',},
+				{title:'护肤'},
+				{title:'陪玩',}
+			],
+			quanbuList:[{
+				src:'/static/img/45.png',
+				text:'NEO CITY 涂鸦',
+				type:'手提包'
+			},{
+				src:'/static/img/46.png',
+				text:'满印迷你标识',
+				type:'围巾'
+			},{
+				src:'/static/img/47.png',
+				text:'大号版型夹克',
+				type:'新品'
+			},{
+				src:'/static/img/45.png',
+				text:'NEO CITY 涂鸦',
+				type:'手提包'
+			},{
+				src:'/static/img/46.png',
+				text:'满印迷你标识',
+				type:'围巾'
+			},{
+				src:'/static/img/47.png',
+				text:'大号版型夹克',
+				type:'新品'
+			},{
+				src:'/static/img/46.png',
+				text:'满印迷你标识',
+				type:'围巾'
+			},{
+				src:'/static/img/47.png',
+				text:'大号版型夹克',
+				type:'新品'
+			},{
+				src:'/static/img/45.png',
+				text:'NEO CITY 涂鸦',
+				type:'手提包'
+			},{
+				src:'/static/img/46.png',
+				text:'满印迷你标识',
+				type:'围巾'
+			},{
+				src:'/static/img/47.png',
+				text:'大号版型夹克',
+				type:'新品'
+			},{
+				src:'/static/img/46.png',
+				text:'满印迷你标识',
+				type:'围巾'
+			},{
+				src:'/static/img/47.png',
+				text:'大号版型夹克',
+				type:'新品'
+			}]
+		};
+	},
+	onLoad() {
+		
+	},
+	created() {
+		this.sys = uni.getSystemInfoSync();
+	},
+	methods: {
+		change(e){
+			uni.$tm.toast(`您选中了:${e}`)
+		}
+	},
+}
+</script>
+
+<style lang="scss">
+	/deep/ .tm-menubars .body{
+		background-color: #1b1b1b !important;
+	}
+	// /deep/ .zhuti{padding: 10px 10px;}
+	// page,.bodycont{height:100%;}
+	/deep/ .cont{overflow: hidden;}
+	/deep/ .kuang{margin:0 !important;padding: 0px !important;}
+	/deep/ .zuo .grey-darken-4.bk{background-color:#0D0D0D !important;}
+	/deep/ .zuo .uni-scroll-view-content{background-color:#0D0D0D !important;}
+	/deep/ .cont .shadow-white-5{padding:0px !important;margin:0px !important}
+	/deep/ .zuo .border-red-l-2.bk{border-left-color:#0178FD !important;}
+	/deep/ .zuo .text-red,/deep/ .zuo .text-grey-darken-1{color: white !important;}
+	.yiguicla image{width: 100%;display: block;margin: 0 auto;margin-top: 5px;border-radius: 10px;}
+	.yiguicla{width: 45%;border-radius: 10px;position: relative;padding:0px !important;}
+	.wenzi{position: absolute;bottom: 0px;background: #BCC2C7;color: white;width: 100%;
+	height: 25px;border-radius: 0px 0px 10px 10px;}
+	// /deep/ .zuo uni-scroll-view{height: calc(100% - 45px) !important;}
+	.mingri image{width: 25px;margin-right: 12px;vertical-align: middle;}
+	.mingri text{vertical-align: middle;}
+	.you{width: calc(100% - 100px);overflow: auto;}
+	.zuo{overflow: hidden;}
+</style>

+ 88 - 0
pages/gouwuche/index.vue

@@ -0,0 +1,88 @@
+<template>
+	<view :style="{ minHeight: sys.windowHeight + 'px' }"
+		:class="[$tm.vx.state().tmVuetify.black ? 'black' : ' ']">
+		<tm-menubars title="消息列表" :shadow="0" :showback="true"></tm-menubars>
+		<view class="zhuti shangpin" style="margin-bottom: 170px !important;padding-bottom:70px">
+			<tm-sheet :padding="[0, 0]" class="jiaoxi xiao">
+				<view v-for="item in test">
+					<tm-checkbox style="float: left;padding:2px !important;margin-top:9%;" v-model="item.checked" label=""></tm-checkbox>
+					<tm-cartCellListFood class="shuliang" :typeclick="typeclick" :mdata="item" :cart-num.sync="item.buy">
+						
+					</tm-cartCellListFood>
+				</view>
+				
+			</tm-sheet>
+		</view>
+		<view class="dibu">
+			<!-- <tm-listitem title="优惠券"></tm-listitem> -->
+			<tm-listitem class="liebiao" value="免费" :round="24" :shadow="12" title="邮费" :show-right-icon="false"></tm-listitem>
+			<tm-listitem class="liebiao jiageList" value="¥529" :round="24" :shadow="12" title="价格" :show-right-icon="false"></tm-listitem>
+			<tm-button theme="primary" :round="24" block class="mt-50 logincla">立即付款</tm-button>
+		</view>
+		<!-- 弹出层消息 -->
+		<tm-message ref="toast"></tm-message>
+	</view>
+</template>	
+<script>
+import{myRequest} from '@/api/request.js'
+export default {
+	data() {
+		return {
+			
+			beizu:'',
+			test: [{
+				img: '../../static/img/83.png',
+				title: '丝缎质感纹理风衣',
+				label: '黑色 - 6518/320',
+				size:'S',
+				price: '1299',
+				id: 3,
+				buy: 0,
+				itemId: 0,
+				checked:false,
+			},{
+				img: '../../static/img/84.png',
+				title: '产品3(任选)',
+				size:'S',
+				label: '这个产品是只有几个融会',
+				price: 36.2,
+				id: 3,
+				buy: 0,
+				itemId: 0,
+				checked:false
+			}],
+			typeclick:2,//1加入购物车,2购物车
+		};
+	},
+	onLoad() {
+		
+	},
+	created() {
+		this.sys = uni.getSystemInfoSync();
+	},
+	methods: {
+	},
+}
+</script>
+
+<style lang="scss">
+	/deep/ .tm-menubars .body{
+		background-color: #1b1b1b !important;
+	}
+	/deep/ .jiaoxi{margin:0 !important;padding: 8px !important;}
+	/deep/ .shangpin .white.bk{background-color:#1b1b1b!important;}
+	/deep/ .shangpin .tm-cartCellListFood{    padding: 0px 0px 15px 0px !important;
+	margin-top: 5px !important;margin-bottom: 20px !important;
+	border-bottom: 1px solid #303030;}
+	/deep/ .shangpin .border-t-1.bk{border-top:1px solid #1b1b1b!important;}
+	/deep/ .shangpin .title{color: white !important;}
+	/deep/ .shangpin .text-red{color: white !important;}
+	/deep/ .shangpin .round-3{width:90px !important;height:90px !important;}
+	/deep/ .shangpin .tm-cartCellListFood-img{width:90px !important;height:90px !important;}
+	/deep/ .shuliang .text-size-n{color: white !important;}
+	.dibu{background: #0D0D0D;position: fixed;bottom:0px;width: 100%;}
+	/deep/ .liebiao .grey-darken-4.bk{background: #0D0D0D !important;padding: 0px;margin: 0px;
+	width: 100%;border-radius: 0px !important;}
+	.logincla{width: 88%;margin:0 auto;margin-top:20px;margin-bottom:30px;}
+	/deep/ .jiageList .d-inline-block{font-size: 18px !important;color: white !important;}
+</style>

+ 7 - 6
pages/index/index.vue

@@ -44,12 +44,13 @@ export default {
 		};
 	},
 	onLoad(index) {
-		if(index.index==1){
-			this.showpage=1;
-		}else{
-			this.showpage=0;
-		}
-		console.log(index)
+		this.$tm.theme.setBlack(true);
+		// if(index.index==1){
+		// 	this.showpage=1;
+		// }else{
+		// 	this.showpage=0;
+		// }
+		// console.log(index)
 		
 	},
 	created() {

+ 168 - 0
pages/quchu/index.vue

@@ -0,0 +1,168 @@
+<template>
+	<view :style="{ minHeight: sys.windowHeight + 'px' }" :class="[$tm.vx.state().tmVuetify.black ? 'black' : ' ']">
+		<tm-menubars title="" :shadow="0" :showback="false"></tm-menubars>
+		<view class="C1b1b1b">
+			<tm-search v-model="keyword" color="white" confirm-text="" @click="sosoFun"></tm-search>
+			<tm-tabs align="left" class="qiehuan1 pb-20" v-model="activeIndex" :list="list" range-key="title"></tm-tabs>
+		</view>
+
+		<div class="zhuti">
+			<tm-sheet class="kuang" style="padding-bottom: 50px !important;">
+				<view style="width: 98%;margin:0 auto;">
+					<view class="pb-20" style="display: flex;align-items: center;">
+						<image class="out_pic" src="../../static/img/59.png" mode="widthFix" lazy-load></image>
+						<text class="out_title">出库列表</text>
+					</view>
+					<view class="out_content" v-for="item in outList" :key="item.id">
+						<image src="../../static/img/45.png" mode="widthFix" style="width:280rpx;height: 120rpx;">
+						</image>
+						<view>
+							<tm-listitem :font-size="32" :title="item.title" :label="item.time"></tm-listitem>
+						</view>
+					</view>
+				</view>
+			</tm-sheet>
+			<tm-button :round="24" class="sao mb-40 mt-40" block @click="goback">全部取消</tm-button>
+		</div>
+		<!-- 弹出层消息 -->
+		<tm-message ref="toast"></tm-message>
+	</view>
+</template>
+<script>
+	import {
+		myRequest
+	} from '@/api/request.js'
+	export default {
+		data() {
+			return {
+				
+				outList: [{
+					title: '女士合身长裤1111',
+					time: '出库时间倒计时 00:59:59',
+				},{
+					title: '女士合身长裤1111',
+					time: '出库时间倒计时 00:59:59',
+				},{
+					title: '女士合身长裤1111',
+					time: '出库时间倒计时 00:59:59',
+				},{
+					title: '女士合身长裤1111',
+					time: '出库时间倒计时 00:59:59',
+				}],
+				checked1: false,
+				checked2: false,
+				checked3: false,
+				beizu: '',
+				list: ['待取出', '已取出', '已失效'],
+				activeIndex: 0,
+				keyword: ''
+			};
+		},
+		onLoad() {
+
+		},
+		created() {
+			this.sys = uni.getSystemInfoSync();
+		},
+		methods: {
+			goback(){
+				uni.navigateBack();
+			}
+		},
+	}
+</script>
+
+<style lang="scss">
+	/deep/ .tm-menubars .body {
+		background-color: #1b1b1b !important;
+	}
+
+	.xiangji image {
+		width: 30px;
+		height: 22px;
+	}
+
+	.suosou image {
+		width: 40px;
+	}
+
+	/deep/ .icon-search {
+		font-size: 23px !important;
+		color: #8E8E93 !important;
+	}
+
+	/deep/ .tm-search {
+		width: 94%;
+		margin: 0 auto;
+		background-color: #414141 !important;
+		border-radius: 10px;
+	}
+
+	/deep/ .tm-search .grey-darken-5 {
+		background-color: #414141 !important;
+	}
+
+
+	/deep/ .zhuti {
+		padding: 10px 10px;
+	}
+
+	/deep/ .kuang {
+		margin: 0 !important;
+		padding: 20rpx 0rpx 0rpx !important;
+	}
+
+	/deep/ .qiehuan1 .text-primary {
+		color: white !important;
+	}
+
+	.touxiang {
+		width: 100%;
+		margin: 0 auto;
+		display: block;
+		margin-top: 20px;
+	}
+
+	.out_pic {
+		width: 50rpx;
+		height: 50rpx;
+		margin-right: 15rpx;
+	}
+
+	.out_title {
+		font-weight: bold;
+		color: #ffffff;
+		font-size: 28rpx;
+	}
+
+	.out_content {
+		margin: 20rpx 0rpx 0rpx;
+		display: flex;
+		box-sizing: border-box;
+		justify-content: flex-start;
+	}
+
+	/deep/.tm-listitem .mx-32 {
+		margin: 0 !important;
+	}
+
+	/deep/ .tm-listitem .py-20 {
+		padding: 0rpx 20rpx !important;
+	}
+
+	/deep/ .tm-listitem .pt-4 {
+		padding-top: 18px !important;
+	}
+
+	/deep/ .tm-listitem .pb-4 {
+		padding-bottom: 0px !important;
+	}
+
+	/deep/ .tm-listitem .flex-between {
+		align-items: flex-end !important;
+	}
+
+	/deep/ .tm-listitem .text-grey-lighten-1 {
+		color: #8d8d8d !important
+	}
+</style>

+ 231 - 5
pages/shop/index.vue

@@ -1,9 +1,92 @@
 <template>
-	<view :style="{ minHeight: sys.windowHeight + 'px' }"
-		:class="[$tm.vx.state().tmVuetify.black ? 'black' : ' ']">
-		<tm-message ref="toast"></tm-message>
-		<tm-menubars title="商城" :shadow="0" :showback="false"></tm-menubars>
+	<view :style="{ minHeight: sys.windowHeight + 'px' }" :class="[$tm.vx.state().tmVuetify.black ? 'black' : ' ']">
+		<tm-menubars title="" :shadow="0" :showback="false"></tm-menubars>
+		<view class="C1b1b1b pb-40">
+			<view class="sousuo">
+				<tm-pickersCity class="dingwei fl" btn-color="bg-gradient-blue-accent" @confirm="okCity" :default-value="addr">
+					<view>
+						<text class="text-size-n">{{addr[1]}}</text>
+						<tm-icons :size="24" color="white" name="icon-angle-down"></tm-icons>
+					</view>
+				</tm-pickersCity>
+				<tm-search v-model="soso" class="fr shuruk" color="white" confirm-text="" @click="sosoFun"></tm-search>
+			</view>
+			<view style="clear: both;"></view>
+		</view>
+		<view class="lunbo">
+			<tm-swiper :previmage="false" @change="lunboFun" :list="list" :height="400" :current="current"></tm-swiper>
+			<tm-translate class="anniu1 fl" :auto="true" ref="a_1" :duration="80"  animation-name="zoomIn">
+				<image v-if="current!=0" @click="xia()" class="qiehuan" src="/static/img/68.png" mode="widthFix"></image>
+			</tm-translate>
+			<tm-translate class="anniu2 fr" :auto="true" ref="a_5" :duration="80"  animation-name="zoomIn">
+				<image v-if="current<(list.length-1)" @click="shang()" class="qiehuan" src="/static/img/67.png" mode="widthFix"></image>
+			</tm-translate>
+		</view>
 		
+		<view class="zhuti">
+			<tm-sheet :shadow="24" class="jiaoxi">
+				<tm-grid @change="zhonglei" class="mt-20 mb-20" :grid="5" :list="list3" :icon-size="120" font-color="white"></tm-grid>
+			</tm-sheet>
+			<tm-sheet :shadow="24" class="jiaoxi xiao">
+				<view class="yifu1 fl">
+					<image src="/static/img/78.png" mode="widthFix"></image>
+				</view>
+				<view class="yifu2 fr">
+					<image class="yifu21" src="/static/img/77.png" mode="widthFix"></image>
+					<view>
+						<image style="width:50%;" src="/static/img/75.png" mode="widthFix"></image>
+						<image style="width:50%;" class="yifu21" src="/static/img/76.png" mode="widthFix"></image>
+					</view>
+				</view>
+				<view style="clear: both;"></view>
+			</tm-sheet>
+			<tm-sheet :shadow="24" class="jiaoxi xiao">
+				<tm-tabs align="center" class="qiehuan1" v-model="activeIndex" :list="list2" range-key="title"></tm-tabs>
+			</tm-sheet>
+			<tm-sheet :shadow="24" class="jiaoxi xiao" style="height:160px;">
+				<tm-dragGrid :list="list1" :col="3" disabled="false" class="mt-40 mb-40 remen" :icon-size="160">
+					<template v-slot:default="{item}">
+						<view class="flex-center flex-col">
+							<tm-icons :size="160" :name="item.icon" :color="item.color"></tm-icons>
+							<text class="text-size-m text-white pt-10">{{item.text}}</text>
+							<text class="text-size-m text-white pt-10">{{item.jie}}</text>
+						</view>
+					</template>
+				</tm-dragGrid>
+			</tm-sheet>
+		</view>
+		<view class="guanggao">
+			<image style="width:100%;" src="/static/img/82.png" mode="widthFix"></image>
+			<view class="wenzi">
+				<view class="mt-10">额外打九折</view>
+				<view>高达75%的折扣!</view>
+			</view>
+		</view>
+		<view style="height:160px;" class="mt-40 jiage pt-40">
+			<tm-dragGrid :list="list4" :col="3" disabled="false" class="remen" :icon-size="160">
+				<template v-slot:default="{item}">
+					<view class="flex-center flex-col">
+						<tm-icons :size="200" :name="item.icon" :color="item.color"></tm-icons>
+						<text class="text-size-m text-white pt-10">{{item.text}}</text>
+						<text class="text-size-m text-white pt-10">{{item.jie}}</text>
+					</view>
+				</template>
+			</tm-dragGrid>
+		</view>
+		<tm-sheet :shadow="24" class="jiaoxi xiao">
+			<tm-tabs align="center" class="qiehuan1" v-model="activeIndex" :list="list5" range-key="title"></tm-tabs>
+		</tm-sheet>
+		<!-- 单品 -->
+		<view class="zhuti shangpin">
+			<tm-sheet :padding="[0, 0]" class="jiaoxi xiao">
+				<tm-cartCellListFood  v-on:jiaruFun="jiarufuFun" v-for="item in test" :typeclick="typeclick" :mdata="item" :cart-num.sync="item.buy"></tm-cartCellListFood>
+			</tm-sheet>
+		</view>
+		<!-- <view v-if="gouwuche.length!=0" class="fudong" @click="qugowuche">
+			<image src="../../static/img/87.png" mode="widthFix"></image>
+			<view class="shuzigwc">{{gouwuche.length}}</view>
+		</view> -->
+		<view style="width:100%;height:60px;"></view>
 	</view>
 </template>	
 <script>
@@ -11,7 +94,63 @@ import{myRequest} from '@/api/request.js'
 export default {
 	data() {
 		return {
-			
+			current:1,
+			activeIndex:0,
+			soso:'',
+			addr:['江西省','南昌市','西湖区'],
+			value:'',
+			list:[
+				'/static/img/66.png',
+				'/static/img/66.png',
+				'/static/img/66.png',
+				'/static/img/66.png'
+			],
+			list1:[
+				{icon:'/static/img/79.png',text:'服装',jie:'Accessories'},
+				{icon:'/static/img/80.png',text:'家具',jie:'Sunglasses'},
+				{icon:'/static/img/81.png',text:'箱包',jie:'Suitcases'},
+			],
+			list2:[ '热门','折扣'],
+			list3:[
+				{icon:'/static/img/69.png',text:'服装'},
+				{icon:'/static/img/70.png',text:'家具'},
+				{icon:'/static/img/71.png',text:'箱包'},
+				{icon:'/static/img/72.png',text:'配饰'},
+				{icon:'/static/img/74.png',text:'更多'},
+			],
+			list4:[
+				{icon:'/static/img/83.png',text:'双面穿千鸟格风衣',jie:'¥ 899.00'},
+				{icon:'/static/img/84.png',text:'休闲版型风衣',jie:'¥ 899.00'},
+				{icon:'/static/img/85.png',text:'防水双面穿风衣',jie:'¥ 899.00'},
+			],
+			list5:[ '推荐单品'],
+			test: [{
+				img: '../../static/img/83.png',
+				title: '丝缎质感纹理风衣',
+				label: '黑色 - 6518/320',
+				price: '1299',
+				id: 3,
+				buy: 0,
+				itemId: 0
+			},{
+				img: '../../static/img/84.png',
+				title: '产品3(任选)',
+				label: '这个产品是只有几个融会',
+				price: 36.2,
+				id: 3,
+				buy: 0,
+				itemId: 0
+			},{
+				img: '../../static/img/83.png',
+				title: '产品3(任选)',
+				label: '这个产品是只有几个融会',
+				price: 36.2,
+				id: 3,
+				buy: 0,
+				itemId: 0
+			}],
+			typeclick:1,//1加入购物车,2购物车
+			gouwuche:[],
 		};
 	},
 	onLoad() {
@@ -21,6 +160,45 @@ export default {
 		this.sys = uni.getSystemInfoSync();
 	},
 	methods: {
+		lunboFun(e){
+			this.current=e;
+		},
+		okCity(e){
+			console.log(e);
+			this.addr = e;
+		},
+		qugowuche(){
+			
+		},
+		sosoFun(){
+			uni.navigateTo({
+				url: "/pages/sousuo/index",
+			})
+		},
+		shang(){
+			this.$refs.a_5.play()
+			this.current=this.current+1;
+			console.log(this.current)
+		},
+		xia(){
+			this.$refs.a_1.play()
+			this.current=this.current-1;
+			console.log(this.current)
+		},
+		jiarufuFun(data){
+			uni.navigateTo({
+				url: "/pages/gouwuche/index",
+			})
+			// console.log(data)
+			// this.gouwuche.push(data)
+		},
+		zhonglei(e){
+			if(e.index==4){
+				uni.navigateTo({
+					url: "/pages/gengduo/index",
+				})
+			}
+		}
 	},
 }
 </script>
@@ -29,4 +207,52 @@ export default {
 	/deep/ .tm-menubars .body{
 		background-color: #1b1b1b !important;
 	}
+	/deep/ .icon-search{
+		font-size: 23px !important;
+		color: #8E8E93 !important;
+	}
+	/deep/ .tm-search{
+		width: 80%;
+		background-color: #414141 !important;
+		border-radius: 10px;
+	}
+	/deep/ .tm-search .grey-darken-5{
+		background-color: #414141 !important;
+	}
+	.dingwei{width: 21%;margin-top:3%;}
+	.shuruk{width: 77%;}
+	.sousuo{width:94%;margin:0 auto;}
+	.qiehuan{width:40px;height:40px;}
+	.lunbo{position: relative;}
+	.anniu1{position: absolute;top:0px;z-index: 9999;top:43%;left:0;}
+	.anniu2{position: absolute;top:0px;z-index: 9999;top:43%;right:0;}
+	/deep/ .jiaoxi{margin:0 !important;padding: 8px !important;}
+	/deep/ .tm-col{width: 20% !important;}
+	.yifu1{width: 40%;}
+	.yifu2{width: 58%;}
+	.yifu1 image,.yifu21{width: 100%;}
+	.xiao{margin-top:15px !important;}
+	/deep/ .qiehuan1 .text-primary{color: white !important;}
+	.guanggao{position: relative;}
+	.wenzi{position: absolute;bottom:1px;right:0px;background: #000000;
+	    width: 140px;
+	    height: 55px;
+	    font-size: 14px;
+	    text-align: center;
+	}
+	/deep/ .jiage{background: #1b1b1b;}
+	/deep/ .shangpin .white.bk{background-color:#1b1b1b!important;}
+	/deep/ .shangpin .tm-cartCellListFood{    padding: 0px 0px 15px 0px !important;
+    margin-top: 5px !important;margin-bottom: 20px !important;
+    border-bottom: 1px solid #303030;}
+	/deep/ .shangpin .border-t-1.bk{border-top:1px solid #1b1b1b!important;}
+	/deep/ .shangpin .round-3{width:90px !important;height:90px !important;}
+	/deep/ .shangpin .tm-cartCellListFood-img{width:90px !important;height:90px !important;}
+	.fudong{position: fixed;right:30px;bottom:80px;background: #0DABF2;width: 60px;height:60px;
+	border-radius: 30px;text-align: center;}
+	.fudong image{width:40px;margin-top: 6px;}
+	.shuzigwc{color: white;font-weight: 700;position: absolute;right:5px;background: red;
+	padding:2px;border-radius: 30px;top:2px;width:15px;height:15px;font-size: 12px;}
+	/deep/ .shangpin .title{color: white !important;}
+	/deep/ .shangpin .text-red{color: white !important;}
 </style>

+ 60 - 0
pages/shopsoso/index.vue

@@ -0,0 +1,60 @@
+<template>
+	<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;">
+				<view style="width: 94%;margin:0 auto;">
+					
+				</view>
+			</tm-sheet>
+			<tm-button :round="24" class="sao mb-40 mt-40" block>提交</tm-button>
+		</div>
+		<!-- 弹出层消息 -->
+		<tm-message ref="toast"></tm-message>
+	</view>
+</template>	
+<script>
+import{myRequest} from '@/api/request.js'
+export default {
+	data() {
+		return {
+			checked1:false,
+			checked2:false,
+			checked3:false,
+			beizu:''
+		};
+	},
+	onLoad() {
+		
+	},
+	created() {
+		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>
+
+<style lang="scss">
+	/deep/ .tm-menubars .body{
+		background-color: #1b1b1b !important;
+	}
+	/deep/ .zhuti{padding: 10px 10px;}
+	/deep/ .kuang{margin:0 !important;padding: 0px !important;}
+</style>

+ 4 - 1
pages/shouye/index.vue

@@ -30,7 +30,7 @@
 								<image v-if="current==0" class="anniu mr-10" src="/static/img/14.png" mode="widthFix"></image>
 								<image v-if="current!=0" @click="xia()" class="anniu mr-10" src="/static/img/12.png" mode="widthFix"></image>
 							</tm-translate>
-							<tm-swiper class="tu fl" :previmage="false" :noSwiping="true" :height="220" :width="250" :current="current" :margin="8"  :autoplay="false" :list="list"></tm-swiper>
+							<tm-swiper @change="jinriFun" class="tu fl" :previmage="false" :noSwiping="true" :height="220" :width="250" :current="current" :margin="8"  :autoplay="false" :list="list"></tm-swiper>
 							<tm-translate class="fl a_1" :auto="true" ref="a_5" :duration="80"  animation-name="zoomIn">
 								<image v-if="current<(list.length-1)" @click="shang()" class="anniu fl ml-10" src="/static/img/13.png" mode="widthFix"></image>
 								<image v-if="current>(list.length-2)" class="anniu fl ml-10" src="/static/img/11.png" mode="widthFix"></image>
@@ -238,6 +238,9 @@
 			
 		},
 		methods: {
+			jinriFun(e){
+				this.current=e;
+			},
 			sosoFun(){
 				uni.navigateTo({
 					url: "/pages/sousuo/index",

+ 6 - 1
pages/yifu/index.vue

@@ -54,7 +54,7 @@
 					></tm-listitem>
 				</view>
 			</tm-sheet>
-			<tm-button :round="24" class="sao mb-40" block>出库</tm-button>
+			<tm-button :round="24" class="sao mb-40" block @click="chuFun">出库</tm-button>
 		</div>
 		<!-- 弹出层消息 -->
 		<tm-message ref="toast"></tm-message>
@@ -97,6 +97,11 @@ export default {
 	methods: {
 		xiugaiFun(){
 			this.xianshi=false;
+		},
+		chuFun(){
+			uni.navigateTo({
+				url: "/pages/quchu/index",
+			})
 		}
 	},
 }