show price 8.12
This commit is contained in:
parent
1db45d40a7
commit
d19771b182
@ -79,6 +79,9 @@ export default {
|
|||||||
case 9:
|
case 9:
|
||||||
state = '拼团中';
|
state = '拼团中';
|
||||||
break;
|
break;
|
||||||
|
case 10:
|
||||||
|
state = '已取消';
|
||||||
|
break;
|
||||||
default:
|
default:
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
@ -62,10 +62,11 @@
|
|||||||
z-index: 3;
|
z-index: 3;
|
||||||
color: #EBB36E;
|
color: #EBB36E;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
font-size: 98rpx;
|
font-size: 92rpx;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
top: 200rpx;
|
top: 200rpx;
|
||||||
left: 50%;
|
left: 50%;
|
||||||
|
font-family: PingFang SC;
|
||||||
transform: translate(-68%, 0);
|
transform: translate(-68%, 0);
|
||||||
}
|
}
|
||||||
.coupon-image {
|
.coupon-image {
|
||||||
|
@ -326,10 +326,13 @@ export default {
|
|||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
color: rgba(255,49,49,1);
|
color: rgba(255,49,49,1);
|
||||||
}
|
}
|
||||||
.u-numberbox {
|
/deep/ .u-numberbox {
|
||||||
border: 1rpx solid rgba(217,215,215,1);
|
border: 1rpx solid rgba(217,215,215,1);
|
||||||
border-radius:4px;
|
border-radius:4px;
|
||||||
/deep/ .u-number-input {
|
.u-icon-minus, .u-icon-plus {
|
||||||
|
width: 38rpx;
|
||||||
|
}
|
||||||
|
.u-number-input {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
color: #333 !important;
|
color: #333 !important;
|
||||||
border: 1rpx #D9D7D7 solid {
|
border: 1rpx #D9D7D7 solid {
|
||||||
@ -338,31 +341,6 @@ export default {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
// .num {
|
|
||||||
// display: flex;
|
|
||||||
// width: 118rpx;
|
|
||||||
// height: 39rpx;
|
|
||||||
// border: 1rpx solid rgba(217,215,215,1);
|
|
||||||
// border-radius:4px;
|
|
||||||
// .reduce, .increase {
|
|
||||||
// flex: 1;
|
|
||||||
// font-size: 11rpx;
|
|
||||||
// color: #FF780F;
|
|
||||||
// line-height: 39rpx;
|
|
||||||
// text-align: center;
|
|
||||||
// }
|
|
||||||
// .value {
|
|
||||||
// flex: 1;
|
|
||||||
// font-size: 22rpx;
|
|
||||||
// color:rgba(51,51,51,1);
|
|
||||||
// line-height: 39rpx;
|
|
||||||
// text-align: center;
|
|
||||||
// border: 1rpx #D9D7D7 solid {
|
|
||||||
// top: 0px;
|
|
||||||
// bottom: 0px;
|
|
||||||
// }
|
|
||||||
// }
|
|
||||||
// }
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -16,7 +16,8 @@
|
|||||||
<image :src="goods.goods_image"></image>
|
<image :src="goods.goods_image"></image>
|
||||||
<view class="right">
|
<view class="right">
|
||||||
<view class="name u-line-1">{{ goods.goods_name }}</view>
|
<view class="name u-line-1">{{ goods.goods_name }}</view>
|
||||||
<view class="briefing u-line-2">{{ goods.goods_advword }}</view>
|
<view class="briefing u-line-1">{{ goods.goods_advword }}</view>
|
||||||
|
<view class="price">¥{{ goods.goods_price }}</view>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<u-loadmore :status="loadStatus" bgColor="#FFFFFF" margin-top="20" margin-bottom="20" v-if="goodsList.length >= pageSize"></u-loadmore>
|
<u-loadmore :status="loadStatus" bgColor="#FFFFFF" margin-top="20" margin-bottom="20" v-if="goodsList.length >= pageSize"></u-loadmore>
|
||||||
@ -176,15 +177,21 @@ export default {
|
|||||||
}
|
}
|
||||||
.right {
|
.right {
|
||||||
width: 418rpx;
|
width: 418rpx;
|
||||||
|
height: 200rpx;
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
justify-content: space-around;
|
||||||
.name {
|
.name {
|
||||||
font-size: 30rpx;
|
font-size: 30rpx;
|
||||||
color: rgba(51,51,51,1);
|
color: rgba(51,51,51,1);
|
||||||
margin-bottom: 20rpx;
|
|
||||||
}
|
}
|
||||||
.briefing {
|
.briefing {
|
||||||
font-size: 28rpx;
|
font-size: 28rpx;
|
||||||
color: rgba(102,102,102,1);
|
color: rgba(102,102,102,1);
|
||||||
line-height: 42rpx;
|
}
|
||||||
|
.price {
|
||||||
|
font-size: 26rpx;
|
||||||
|
color: rgba(255,49,49,1);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
<view class="container">
|
<view class="container">
|
||||||
<view class="item-box" v-for="(item, index) in articleList" :key="index" @click="toDetailsPage(item.article_id)">
|
<view class="item-box" v-for="(item, index) in articleList" :key="index" @click="toDetailsPage(item.article_id)">
|
||||||
<view class="video-item" v-if="item">
|
<view class="video-item" v-if="item">
|
||||||
<image class="head" :src="item.article_pic" mode="scaleToFill" v-if="item.type == 1"></image>
|
<image class="head" :src="item.article_pic" mode="aspectFill" v-if="item.type == 1"></image>
|
||||||
<view class="header_fist" v-else>
|
<view class="header_fist" v-else>
|
||||||
<view class="backes"></view>
|
<view class="backes"></view>
|
||||||
<image class="head" :src="item.article_pic"></image>
|
<image class="head" :src="item.article_pic"></image>
|
||||||
@ -219,7 +219,7 @@ export default {
|
|||||||
.backes{
|
.backes{
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 0;
|
top: 0;
|
||||||
background: rgba(0,0,0,0.6);
|
// background: rgba(0,0,0,0.6);
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
|
@ -20,12 +20,12 @@
|
|||||||
</view>
|
</view>
|
||||||
<view class="info-goods">
|
<view class="info-goods">
|
||||||
<view class="goods-store">
|
<view class="goods-store">
|
||||||
<view class="stoer-title">
|
<view class="stoer-title" @click="viewStoreDetails(orderInfo.extend_store.store_id)">
|
||||||
<image :src="orderInfo.extend_store.store_avatar" class="store-image"></image>
|
<image :src="orderInfo.extend_store.store_avatar" class="store-image"></image>
|
||||||
<view class="store-name">{{ orderInfo.extend_store.store_name }}</view>
|
<view class="store-name">{{ orderInfo.extend_store.store_name }}</view>
|
||||||
<image src="../static/mine/21.png" class="right-icon"></image>
|
<image src="../static/mine/21.png" class="right-icon"></image>
|
||||||
</view>
|
</view>
|
||||||
<view v-for="goods in orderInfo.extend_order_goods" :key="goods.goods_id">
|
<view v-for="goods in orderInfo.extend_order_goods" :key="goods.goods_id" @click="viewGoodsDetails(goods.goods_id)">
|
||||||
<view class="store-goods">
|
<view class="store-goods">
|
||||||
<image :src="goods.goods_image"></image>
|
<image :src="goods.goods_image"></image>
|
||||||
<view class="goods-info">
|
<view class="goods-info">
|
||||||
@ -118,6 +118,10 @@ export default {
|
|||||||
text: '拼团中',
|
text: '拼团中',
|
||||||
image: '../static/mine/37.png',
|
image: '../static/mine/37.png',
|
||||||
},
|
},
|
||||||
|
'9': {
|
||||||
|
text: '已取消',
|
||||||
|
image: '../static/mine/33.png',
|
||||||
|
},
|
||||||
},
|
},
|
||||||
orderInfo: {},
|
orderInfo: {},
|
||||||
oid: '',
|
oid: '',
|
||||||
@ -166,11 +170,27 @@ export default {
|
|||||||
case 9:
|
case 9:
|
||||||
state = '8';
|
state = '8';
|
||||||
break;
|
break;
|
||||||
|
case 10:
|
||||||
|
state = '9';
|
||||||
|
break;
|
||||||
default:
|
default:
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
this.orderstate = state;
|
this.orderstate = state;
|
||||||
},
|
},
|
||||||
|
viewStoreDetails(id) {
|
||||||
|
this.$u.route('pageC/merchant/index', {
|
||||||
|
id: id
|
||||||
|
});
|
||||||
|
},
|
||||||
|
viewGoodsDetails(id) {
|
||||||
|
this.$u.route({
|
||||||
|
url: 'pageB/sdetails/index',
|
||||||
|
params: {
|
||||||
|
id: id,
|
||||||
|
}
|
||||||
|
})
|
||||||
|
},
|
||||||
setSpikeTime(time) {
|
setSpikeTime(time) {
|
||||||
// console.log(time);
|
// console.log(time);
|
||||||
this.timer = setInterval(() => {
|
this.timer = setInterval(() => {
|
||||||
|
@ -270,9 +270,9 @@
|
|||||||
this.articleList = [];
|
this.articleList = [];
|
||||||
}
|
}
|
||||||
this.getArticlelist();
|
this.getArticlelist();
|
||||||
if (this.hasLogin) {
|
// if (this.hasLogin) {
|
||||||
this.isNewmembervoucher();
|
// this.isNewmembervoucher();
|
||||||
}
|
// }
|
||||||
},
|
},
|
||||||
onLoad(){
|
onLoad(){
|
||||||
this.getSwiper();
|
this.getSwiper();
|
||||||
|
Loading…
Reference in New Issue
Block a user