Merge pull request 'gdpao' (#313) from gyh into master

Reviewed-on: http://git.luyuan.tk/luyuan/deming/pulls/313
This commit is contained in:
gyh 2020-09-01 08:40:15 +08:00
commit 704fb038df
3 changed files with 19 additions and 9 deletions

View File

@ -16,9 +16,11 @@
"autoclose" : true,
"delay" : 0
},
"safearea": { //iOS
"bottom": { //
"offset": "none" // "none""auto""none"
"safearea" : {
//iOS
"bottom" : {
//
"offset" : "none" // "none""auto""none"
}
},
/* */

View File

@ -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);

View File

@ -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",