细节优化
parent
0436f94298
commit
1651ac3269
|
|
@ -153,17 +153,17 @@
|
|||
.plugins-coupon-popup .close {
|
||||
margin-right: 20rpx;
|
||||
}
|
||||
.coupon-container {
|
||||
.plugins-coupon-container {
|
||||
max-height: 80vh;
|
||||
overflow-y: scroll;
|
||||
overflow-x: hidden;
|
||||
}
|
||||
.coupon-container .item,
|
||||
.coupon-container .v-right,
|
||||
.coupon-container .v-right .circle {
|
||||
.plugins-coupon-container .item,
|
||||
.plugins-coupon-container .v-right,
|
||||
.plugins-coupon-container .v-right .circle {
|
||||
height: 230rpx;
|
||||
}
|
||||
.coupon-container .not-use-tips {
|
||||
.plugins-coupon-container .not-use-tips {
|
||||
color: #f7b240;
|
||||
font-size: 32rpx;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -710,17 +710,12 @@
|
|||
if ((status || false) == true) {
|
||||
this.setData({
|
||||
currency_symbol: app.globalData.get_config('currency_symbol'),
|
||||
common_app_is_use_mobile_detail: app.globalData.get_config(
|
||||
'config.common_app_is_use_mobile_detail'),
|
||||
common_is_goods_detail_show_photo: app.globalData.get_config(
|
||||
'config.common_is_goods_detail_show_photo'),
|
||||
common_app_is_online_service: app.globalData.get_config(
|
||||
'config.common_app_is_online_service'),
|
||||
common_app_is_use_mobile_detail: app.globalData.get_config('config.common_app_is_use_mobile_detail'),
|
||||
common_is_goods_detail_show_photo: app.globalData.get_config('config.common_is_goods_detail_show_photo'),
|
||||
common_app_is_online_service: app.globalData.get_config('config.common_app_is_online_service'),
|
||||
common_app_is_good_thing: app.globalData.get_config('config.common_app_is_good_thing'),
|
||||
common_app_is_poster_share: app.globalData.get_config(
|
||||
'config.common_app_is_poster_share'),
|
||||
common_app_customer_service_tel: app.globalData.get_config(
|
||||
'config.common_app_customer_service_tel')
|
||||
common_app_is_poster_share: app.globalData.get_config('config.common_app_is_poster_share'),
|
||||
common_app_customer_service_tel: app.globalData.get_config('config.common_app_customer_service_tel')
|
||||
});
|
||||
} else {
|
||||
app.globalData.is_config(this, 'init_config');
|
||||
|
|
@ -1502,7 +1497,7 @@
|
|||
});
|
||||
setTimeout(function() {
|
||||
self.setData({
|
||||
//plugins_salerecords_tips_content: null
|
||||
plugins_salerecords_tips_content: null
|
||||
});
|
||||
}, pause);
|
||||
index++;
|
||||
|
|
|
|||
Loading…
Reference in New Issue