|
|
@@ -360,8 +360,11 @@ const showProductPopup = ref(false); // 商品规格弹窗
|
|
|
const showCouponPopup = ref(false); // 优惠券弹窗
|
|
|
const handleBtnTpe = ref(""); // "buy" or "cart"
|
|
|
const goShuiBei = () => {
|
|
|
- let url = `shuibei://`;
|
|
|
- let errUrl = "https://a.app.qq.com/o/simple.jsp?pkgname=uni.app.UNI9DE338F";
|
|
|
+ const path = articleId.value
|
|
|
+ ? `/pages/goods_details/index?articleId=${articleId.value}`
|
|
|
+ : "";
|
|
|
+ const url = `shuibei://${path}`;
|
|
|
+ const errUrl = "https://a.app.qq.com/o/simple.jsp?pkgname=uni.app.UNI9DE338F";
|
|
|
window.location.href = url;
|
|
|
setTimeout(() => {
|
|
|
window.location.href = errUrl;
|