提示文字长度

wechat_user_type
Ge Hao 8 years ago
parent 8fcd605102
commit 8c3c634ef6
  1. 2
      pages/cart/cart.js
  2. 4
      pages/category/category.js
  3. 2
      pages/show_product/show_product.js

@ -136,7 +136,7 @@ Page({
if (guandao_item_block.length >= 1) {
wx.showModal({
title: '管到商品暂未开放',
content: '目前无法在小程序上购买管到商品,如有需要,可以在巴爷微信商城上进行购买。感谢您的理解,我们会尽快完善此功能。',
content: '目前无法在小程序上购买管到商品,如有需要,可以在巴爷微信商城上进行购买。',
showCancel: false,
success: function(res) {}
})

@ -47,7 +47,7 @@ Page({
if (this.data.categoryType === '管到') {
wx.showModal({
title: '管到商品暂未开放',
content: '目前无法在小程序上购买管到商品,如有需要,可以在巴爷微信商城上进行购买。感谢您的理解,我们会尽快完善此功能。',
content: '目前无法在小程序上购买管到商品,如有需要,可以在巴爷微信商城上进行购买。',
showCancel: false,
success: function(res) {}
})
@ -71,7 +71,7 @@ Page({
if (thisItem && (parseInt(thisItem['category-id']) === 18)) {
wx.showModal({
title: '管到商品暂未开放',
content: '目前无法在小程序上购买管到商品,如有需要,可以在巴爷微信商城上进行购买。感谢您的理解,我们会尽快完善此功能。',
content: '目前无法在小程序上购买管到商品,如有需要,可以在巴爷微信商城上进行购买。',
showCancel: false,
success: function(res) {}
})

@ -57,7 +57,7 @@ Page({
if (this.data.product && (parseInt(this.data.product['category-id']) === 18)) {
wx.showModal({
title: '管到商品暂未开放',
content: '目前无法在小程序上购买管到商品,如有需要,可以在巴爷微信商城上进行购买。感谢您的理解,我们会尽快完善此功能。',
content: '目前无法在小程序上购买管到商品,如有需要,可以在巴爷微信商城上进行购买。',
showCancel: false,
success: function(res) {}
})

Loading…
Cancel
Save