diff --git a/components/diy_store_select/diy_store_select.wxss b/components/diy_store_select/diy_store_select.wxss
index 9fc3390..26797c1 100644
--- a/components/diy_store_select/diy_store_select.wxss
+++ b/components/diy_store_select/diy_store_select.wxss
@@ -57,7 +57,7 @@
background: white;
width: 100%;
border-radius: 20rpx 20rpx 0 0;
- height: 72%;
+ height: auto;
}
@@ -102,9 +102,10 @@
.store-list {
width: 95%;
- height: 72%;
+ max-height: 610rpx;
overflow-y: scroll;
margin: auto;
+ min-height: 300rpx;
}
.store-list .store_choose {
@@ -161,7 +162,7 @@
.store-bottom {
width: 85%;
margin: auto;
- height: 70rpx;
+ height: 90rpx;
}
.determine {
diff --git a/pages/goods/goodsInfo/goodsInfo.js b/pages/goods/goodsInfo/goodsInfo.js
index cad50ef..1fb3313 100644
--- a/pages/goods/goodsInfo/goodsInfo.js
+++ b/pages/goods/goodsInfo/goodsInfo.js
@@ -4070,7 +4070,7 @@ Page({
}
var share_title=th.data.data.goods_name;
- if(th.data.prom_type==1 || th.data.prom_type==4){
+ if(th.data.prom_type==1 || th.data.prom_type==6){
share_title=th.data.prom_act.share_title;
if(!share_title) share_title=th.data.prom_act.title;
}
diff --git a/pages/goods/goodsInfo/goodsInfo.wxss b/pages/goods/goodsInfo/goodsInfo.wxss
index 94069ae..1d555f8 100644
--- a/pages/goods/goodsInfo/goodsInfo.wxss
+++ b/pages/goods/goodsInfo/goodsInfo.wxss
@@ -2430,13 +2430,12 @@ height: 91.9%;
}
.popup-frame{
- position: fixed;
-bottom:99rpx;
+position: fixed;
z-index: 20;
background: white;
width: 100%;
border-radius: 20rpx 20rpx 0 0;
-height: 72%;
+height: auto;
bottom: 0;
}
.popup-top{
@@ -2474,9 +2473,10 @@ bottom: 0;
}
.store-list{
width: 95%;
- height: 72%;
+ min-height: 300rpx;
overflow-y: scroll;
margin: auto;
+ max-height: 610rpx;
}
.store-list .store_choose{
width: 100%;
@@ -2524,7 +2524,7 @@ line-height: 38rpx;
.store-bottom{
width: 85%;
margin: auto;
- height: 70rpx;
+ height: 90rpx;
}
.determine{
width: 260rpx;
diff --git a/pages/index/index/index.wxss b/pages/index/index/index.wxss
index 66be2ae..4c25542 100644
--- a/pages/index/index/index.wxss
+++ b/pages/index/index/index.wxss
@@ -291,6 +291,7 @@
overflow: hidden;
font-size: 26rpx;
width: 200rpx;
+ word-break: break-all;
}
.seckill-list view.imgview {
@@ -514,7 +515,7 @@
}
.seckill-lists {
- /* line-height: 30rpx; */
+ line-height: 14rpx;
}
.xc-marfin-right {
diff --git a/pages/team/team_show/team_show.js b/pages/team/team_show/team_show.js
index afa018d..acb1e89 100644
--- a/pages/team/team_show/team_show.js
+++ b/pages/team/team_show/team_show.js
@@ -1087,7 +1087,7 @@ Page({
var th = this,that=this;
var timer_get = setInterval(function() {
if (th.data.is_get_local_ok == 0) return false;
- if (th.data.goods) return false;
+ if (!th.data.goods) return false;
var dd = null,
i = getApp().request;
var g_distr_type = th.data.goods.distr_type;
diff --git a/pages/team/team_show/team_show.wxml b/pages/team/team_show/team_show.wxml
index 69faf39..c9e51ce 100644
--- a/pages/team/team_show/team_show.wxml
+++ b/pages/team/team_show/team_show.wxml
@@ -401,7 +401,7 @@
门店分类选择
- 返回--{{sort_store}}
+ 返回
diff --git a/pages/team/team_show/team_show.wxss b/pages/team/team_show/team_show.wxss
index 1dedb91..75fa735 100644
--- a/pages/team/team_show/team_show.wxss
+++ b/pages/team/team_show/team_show.wxss
@@ -2033,7 +2033,7 @@ page {
background: white;
width: 100%;
border-radius: 20rpx 20rpx 0 0;
- height: 72%;
+ height: auto;
}
.popup-top{
@@ -2096,9 +2096,10 @@ page {
.store-list{
width: 95%;
- height: 72%;
+ min-height:300rpx;
overflow-y: scroll;
- margin: auto;
+ margin: auto;
+ max-height: 610rpx;
}
.store-list .store_choose{
@@ -2135,7 +2136,7 @@ page {
.store-bottom{
width: 85%;
margin: auto;
- height: 70rpx;
+ height: 90rpx;
}
.determine{
diff --git a/pages/team/team_success/team_success.js b/pages/team/team_success/team_success.js
index 8c2afbd..6ebbb0b 100644
--- a/pages/team/team_success/team_success.js
+++ b/pages/team/team_success/team_success.js
@@ -464,14 +464,12 @@ Page({
context.fillText('强烈推荐', 152 * unit + width + 20 * unit, 76 * unit);
}
-
-
//---产品名称---
context.setFontSize(21.3 * unit);
context.setFillStyle("black");
th.draw_Text(context, th.data.goods.goods_name,
- 40 * unit, 180 * unit, 200 * unit, 380 * unit);
+ 38 * unit, 180 * unit, 200 * unit, 279 * unit, unit);
//------产品的价格-------
context.setFontSize(24 * unit)
context.setFillStyle("red")
diff --git a/pages/user/index/filter.wxs b/pages/user/index/filter.wxs
index 3997e16..9eb69bb 100644
--- a/pages/user/index/filter.wxs
+++ b/pages/user/index/filter.wxs
@@ -15,6 +15,8 @@ var is_close = function (name,c_list) {
map['我的评价']="13";
map['我的礼包']="14";
map['助力活动']="15";
+ map['充值有礼']="16";
+ map['幸运大转盘']="17";
var index=map[name];
//我的权益要判断5,和11