小程序优惠劵
parent
81a5bca78d
commit
fa1bc1cf63
|
|
@ -277,7 +277,7 @@
|
|||
padding: 20rpx 10rpx;
|
||||
}
|
||||
.coupon-container scroll-view {
|
||||
height: 174rpx;
|
||||
height: 179rpx;
|
||||
}
|
||||
.coupon-container .item {
|
||||
display: inline-block;
|
||||
|
|
@ -292,8 +292,11 @@
|
|||
.coupon-container .item,
|
||||
.coupon-container .v-right,
|
||||
.coupon-container .v-right .circle {
|
||||
height: 170rpx;
|
||||
height: 175rpx;
|
||||
}
|
||||
.coupon-container .v-left .base .price {
|
||||
font-size: 46rpx;
|
||||
}
|
||||
.coupon-container .v-left .desc {
|
||||
margin-top: 5rpx;
|
||||
}
|
||||
|
|
@ -306,7 +306,7 @@
|
|||
padding: 20rpx 10rpx;
|
||||
}
|
||||
.coupon-container scroll-view {
|
||||
height: 174rpx;
|
||||
height: 179rpx;
|
||||
}
|
||||
.coupon-container .item {
|
||||
display: inline-block;
|
||||
|
|
@ -321,8 +321,11 @@
|
|||
.coupon-container .item,
|
||||
.coupon-container .v-right,
|
||||
.coupon-container .v-right .circle {
|
||||
height: 170rpx;
|
||||
height: 175rpx;
|
||||
}
|
||||
.coupon-container .v-left .base .price {
|
||||
font-size: 46rpx;
|
||||
}
|
||||
.coupon-container .v-left .desc {
|
||||
margin-top: 5rpx;
|
||||
}
|
||||
|
|
@ -67,7 +67,7 @@ App({
|
|||
// 请求地址
|
||||
request_url: "{{request_url}}",
|
||||
request_url: 'http://tp5-dev.com/',
|
||||
// request_url: 'https://test.shopxo.net/',
|
||||
request_url: 'https://test.shopxo.net/',
|
||||
|
||||
// 基础信息
|
||||
application_title: "{{application_title}}",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"pages": ["pages/goods-detail/goods-detail",
|
||||
"pages": [
|
||||
"pages/index/index",
|
||||
"pages/goods-category/goods-category",
|
||||
"pages/cart/cart",
|
||||
|
|
@ -8,7 +8,7 @@
|
|||
"pages/login/login",
|
||||
"pages/paytips/paytips",
|
||||
"pages/goods-search/goods-search",
|
||||
|
||||
"pages/goods-detail/goods-detail",
|
||||
"pages/goods-comment/goods-comment",
|
||||
"pages/goods-attribute/goods-attribute",
|
||||
"pages/buy/buy",
|
||||
|
|
|
|||
|
|
@ -69,7 +69,7 @@ Page({
|
|||
params = app.launch_params_handle(params);
|
||||
|
||||
// 参数赋值,初始化
|
||||
params['goods_id']=2;
|
||||
//params['goods_id']=2;
|
||||
this.setData({params: params});
|
||||
this.init();
|
||||
},
|
||||
|
|
|
|||
|
|
@ -301,7 +301,7 @@
|
|||
padding: 20rpx 10rpx;
|
||||
}
|
||||
.coupon-container scroll-view {
|
||||
height: 174rpx;
|
||||
height: 179rpx;
|
||||
}
|
||||
.coupon-container .item {
|
||||
display: inline-block;
|
||||
|
|
@ -316,8 +316,11 @@
|
|||
.coupon-container .item,
|
||||
.coupon-container .v-right,
|
||||
.coupon-container .v-right .circle {
|
||||
height: 170rpx;
|
||||
height: 175rpx;
|
||||
}
|
||||
.coupon-container .v-left .base .price {
|
||||
font-size: 46rpx;
|
||||
}
|
||||
.coupon-container .v-left .desc {
|
||||
margin-top: 5rpx;
|
||||
}
|
||||
Loading…
Reference in New Issue