|
|
@@ -349,7 +349,7 @@ Page({ |
|
|
|
}); |
|
|
|
} else if (err.code == 3001) { |
|
|
|
wx.showToast({ |
|
|
|
title: "超过限购条件", |
|
|
|
title: "您已超过限购", |
|
|
|
image: './../../../assets/images/fail.png', |
|
|
|
duration: 2000, |
|
|
|
mask: false |
|
|
@@ -382,7 +382,14 @@ Page({ |
|
|
|
duration: 2000, |
|
|
|
mask: false |
|
|
|
}); |
|
|
|
} else if (err.code == 11005) { |
|
|
|
} else if (err.code == 3012) { |
|
|
|
wx.showToast({ |
|
|
|
title: "您有未支付订单", |
|
|
|
image: './../../../assets/images/fail.png', |
|
|
|
duration: 2000, |
|
|
|
mask: false |
|
|
|
}); |
|
|
|
}else if (err.code == 11005) { |
|
|
|
/** |
|
|
|
* 将值传到用户手机号授权的页面 |
|
|
|
* |
|
|
@@ -639,7 +646,7 @@ Page({ |
|
|
|
}); |
|
|
|
} else if (err.code == 3001) { |
|
|
|
wx.showToast({ |
|
|
|
title: "超过限购条件", |
|
|
|
title: "您已超过限购", |
|
|
|
image: './../../../assets/images/fail.png', |
|
|
|
duration: 2000, |
|
|
|
mask: false |
|
|
@@ -672,7 +679,14 @@ Page({ |
|
|
|
duration: 2000, |
|
|
|
mask: false |
|
|
|
}); |
|
|
|
} else if (err.code == 11005) { |
|
|
|
} else if (err.code == 3012) { |
|
|
|
wx.showToast({ |
|
|
|
title: "您已超过限购", |
|
|
|
image: './../../../assets/images/fail.png', |
|
|
|
duration: 2000, |
|
|
|
mask: false |
|
|
|
}); |
|
|
|
}else if (err.code == 11005) { |
|
|
|
/** |
|
|
|
* 将值传到用户手机号授权的页面 |
|
|
|
* |
|
|
|