新增自提 #315
@ -16,9 +16,11 @@
 | 
			
		||||
            "autoclose" : true,
 | 
			
		||||
            "delay" : 0
 | 
			
		||||
        },
 | 
			
		||||
        "safearea": { //安全区域配置,仅iOS平台生效
 | 
			
		||||
            "bottom": { // 底部安全区域配置
 | 
			
		||||
                "offset": "none" // 底部安全区域偏移,"none"表示不空出安全区域,"auto"自动计算空出安全区域,默认值为"none"
 | 
			
		||||
        "safearea" : {
 | 
			
		||||
            //安全区域配置,仅iOS平台生效
 | 
			
		||||
            "bottom" : {
 | 
			
		||||
                // 底部安全区域配置
 | 
			
		||||
                "offset" : "none" // 底部安全区域偏移,"none"表示不空出安全区域,"auto"自动计算空出安全区域,默认值为"none"
 | 
			
		||||
            }
 | 
			
		||||
        },
 | 
			
		||||
        /* 模块配置 */
 | 
			
		||||
 | 
			
		||||
@ -5,7 +5,12 @@
 | 
			
		||||
    </view>
 | 
			
		||||
</template>
 | 
			
		||||
<style lang="scss" scoped>
 | 
			
		||||
 | 
			
		||||
    .u-content{
 | 
			
		||||
        line-height: 46rpx;
 | 
			
		||||
        font-size: 30rpx;
 | 
			
		||||
        color: #333;
 | 
			
		||||
        padding: 30rpx;
 | 
			
		||||
    }
 | 
			
		||||
</style>
 | 
			
		||||
<script>
 | 
			
		||||
export default {
 | 
			
		||||
 | 
			
		||||
@ -1,6 +1,6 @@
 | 
			
		||||
<template>
 | 
			
		||||
	<view class="classify-goods">
 | 
			
		||||
		<u-search style="padding: 0 30rpx" placeholder="日照香炉生紫烟" v-model="keyword" @search="select" @custom="select"></u-search>
 | 
			
		||||
		<u-search style="padding: 0 30rpx" placeholder="请搜索商品" v-model="keyword" @search="select" @custom="select"></u-search>
 | 
			
		||||
		<view class="tab-container">
 | 
			
		||||
			<view class="salenum" :class="{ 'current' : current == 0 }" @click="switchCurrent(0)">销量</view>
 | 
			
		||||
			<view class="price" :class="{ 'current' : current == 1 }" @click="switchCurrent(1)">
 | 
			
		||||
@ -20,6 +20,7 @@
 | 
			
		||||
					<view class="briefing u-line-1">{{ goods.goods_advword }}</view>
 | 
			
		||||
					<!-- <view class="price">¥{{ goods.goods_price }}</view> -->
 | 
			
		||||
					<view class="price">
 | 
			
		||||
                        <view class="type-tag" v-show="goods.goods_type != 1">{{ goods.goods_type == 2 ? "秒杀" : "拼团" }}</view>
 | 
			
		||||
						<view class="present">¥{{ goods.goods_price }}</view>
 | 
			
		||||
						<view class="origin">¥{{ goods.goods_marketprice }}</view>
 | 
			
		||||
					</view>
 | 
			
		||||
@ -209,6 +210,13 @@ export default {
 | 
			
		||||
				.price {
 | 
			
		||||
					display: flex;
 | 
			
		||||
					align-items: center;
 | 
			
		||||
                    .type-tag {
 | 
			
		||||
                        padding: 4rpx 10rpx;
 | 
			
		||||
                        color: #fff;
 | 
			
		||||
                        font-size: 22rpx;
 | 
			
		||||
                        border-radius: 10rpx;
 | 
			
		||||
                        background-color: #FF7810;
 | 
			
		||||
                    }
 | 
			
		||||
					.present {
 | 
			
		||||
						font-size: 26rpx;
 | 
			
		||||
						color: rgba(255,49,49,1);
 | 
			
		||||
 | 
			
		||||
							
								
								
									
										10
									
								
								pages.json
									
									
									
									
									
								
							
							
						
						
									
										10
									
								
								pages.json
									
									
									
									
									
								
							@ -136,9 +136,9 @@
 | 
			
		||||
								"buttons": [
 | 
			
		||||
									{
 | 
			
		||||
										"type":"none",
 | 
			
		||||
										"text":"\ue636",
 | 
			
		||||
										"text":"\ue503",
 | 
			
		||||
										"float":"right",
 | 
			
		||||
										"fontSize":"18",
 | 
			
		||||
										"fontSize":"20",
 | 
			
		||||
										"fontSrc": "/static/fonts/cart.ttf"
 | 
			
		||||
									}
 | 
			
		||||
								]
 | 
			
		||||
@ -167,9 +167,9 @@
 | 
			
		||||
								"buttons": [
 | 
			
		||||
									{
 | 
			
		||||
										"type":"none",
 | 
			
		||||
										"text":"\ue636",
 | 
			
		||||
										"text":"\ue503",
 | 
			
		||||
										"float":"right",
 | 
			
		||||
										"fontSize":"18",
 | 
			
		||||
										"fontSize":"20",
 | 
			
		||||
										"fontSrc": "/static/fonts/cart.ttf"
 | 
			
		||||
									}
 | 
			
		||||
								]
 | 
			
		||||
@ -378,7 +378,7 @@
 | 
			
		||||
									// },
 | 
			
		||||
									{
 | 
			
		||||
										"type":"none",
 | 
			
		||||
										"text":"\ue636",
 | 
			
		||||
										"text":"\ue503",
 | 
			
		||||
										"float":"right",
 | 
			
		||||
										"fontSize":"22",
 | 
			
		||||
										"fontSrc": "/static/fonts/cart.ttf",
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user