Commit c1b859fed993bfd823ca289a0fa516531f1c4ca1
1 parent
1252ddc3
wx.showToast icon优化
Showing
1 changed file
with
3 additions
and
2 deletions
pages/goods/goodsInfo/goodsInfo.js
@@ -3169,13 +3169,14 @@ Page({ | @@ -3169,13 +3169,14 @@ Page({ | ||
3169 | title: '系统提示', | 3169 | title: '系统提示', |
3170 | }); | 3170 | }); |
3171 | wx.showToast({ | 3171 | wx.showToast({ |
3172 | - title:'没有拼单活动', | 3172 | + title:'此商品暂时没有拼单活动', |
3173 | + icon:'none', | ||
3173 | success(){ | 3174 | success(){ |
3174 | setTimeout(()=>{ | 3175 | setTimeout(()=>{ |
3175 | wx.navigateBack() | 3176 | wx.navigateBack() |
3176 | },2000) | 3177 | },2000) |
3177 | } | 3178 | } |
3178 | - }) | 3179 | + }); |
3179 | return false | 3180 | return false |
3180 | ee.setData({ | 3181 | ee.setData({ |
3181 | prom_type: 0, | 3182 | prom_type: 0, |