提交 fa1bc1cf 编写于 作者: D devil_gong

小程序优惠劵

上级 81a5bca7
......@@ -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;
}
\ No newline at end of file
......@@ -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;
}
\ No newline at end of file
......@@ -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}}",
......
{
"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;
}
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册