Commit c8bbcebf17bd0aa797899ff6309c58ebdb15abda
1 parent
bb905ce3
提示语的修改
Showing
1 changed file
with
2 additions
and
2 deletions
packageA/pages/goodsInfo/goodsInfo.js
@@ -1765,7 +1765,7 @@ Page({ | @@ -1765,7 +1765,7 @@ Page({ | ||
1765 | //判断门店的配送方式是不是匹配 | 1765 | //判断门店的配送方式是不是匹配 |
1766 | if(ser_card.storageId!=null && ser_card.storageId!="" && ser_card.storageId.indexOf(item.keyid)==-1){ | 1766 | if(ser_card.storageId!=null && ser_card.storageId!="" && ser_card.storageId.indexOf(item.keyid)==-1){ |
1767 | wx.showToast({ | 1767 | wx.showToast({ |
1768 | - title: "门店配送方式不匹配", | 1768 | + title: "该门店无此服务项目,请重新选择!", |
1769 | icon: 'none', | 1769 | icon: 'none', |
1770 | duration: 2000 | 1770 | duration: 2000 |
1771 | }); | 1771 | }); |
@@ -1843,7 +1843,7 @@ Page({ | @@ -1843,7 +1843,7 @@ Page({ | ||
1843 | //判断门店的配送方式是不是匹配 | 1843 | //判断门店的配送方式是不是匹配 |
1844 | if(ser_card.storageId!=null && ser_card.storageId!="" && ser_card.storageId.indexOf(item.keyid)==-1){ | 1844 | if(ser_card.storageId!=null && ser_card.storageId!="" && ser_card.storageId.indexOf(item.keyid)==-1){ |
1845 | wx.showToast({ | 1845 | wx.showToast({ |
1846 | - title: "门店配送方式不匹配", | 1846 | + title: "该门店无此服务项目,请重新选择!", |
1847 | icon: 'none', | 1847 | icon: 'none', |
1848 | duration: 2000 | 1848 | duration: 2000 |
1849 | }); | 1849 | }); |