搜索列表及商品列表筛选条件优化,及商品详情页处理服务报错原因和顶部颜色;

This commit is contained in:
2021-11-04 10:53:34 +08:00
parent f8aa690216
commit 9ee77c73fc
7 changed files with 4389 additions and 4364 deletions

View File

@@ -31,9 +31,9 @@ class UniShare extends UniImageMenu{
super.hide()
},
fail: function(err) {
console.log("fail:" + JSON.stringify(err));
// console.log("fail:" + JSON.stringify(err))
uni.showModal({
content: JSON.stringify(err),
content: '分享失败了,检查下环境呗',
showCancel: false,
confirmText: "知道了"
});