mirror of
https://gitee.com/lab1024/smart-admin.git
synced 2025-10-02 10:16:38 +08:00
Tracking point updated
This commit is contained in:
parent
e5b73fb261
commit
e7a57010fd
@ -1406,7 +1406,9 @@ export default {
|
|||||||
"type": "home_banner"
|
"type": "home_banner"
|
||||||
}
|
}
|
||||||
])
|
])
|
||||||
|
setTimeout(function(){
|
||||||
window.location.href="https://miniapp-product.royalcanin.com.cn/rcmini2020/admin/Voucher/urlRedirect.html";
|
window.location.href="https://miniapp-product.royalcanin.com.cn/rcmini2020/admin/Voucher/urlRedirect.html";
|
||||||
|
},800);
|
||||||
} else {
|
} else {
|
||||||
this.showMiniShopQr=true;
|
this.showMiniShopQr=true;
|
||||||
// /images/qrcode-minishop.png
|
// /images/qrcode-minishop.png
|
||||||
|
@ -236,7 +236,9 @@ export default {
|
|||||||
"type": "finish_payment"
|
"type": "finish_payment"
|
||||||
}
|
}
|
||||||
])
|
])
|
||||||
|
setTimeout(function(){
|
||||||
window.location.href="https://miniapp-product.royalcanin.com.cn/rcmini2020/admin/Voucher/urlRedirect.html";
|
window.location.href="https://miniapp-product.royalcanin.com.cn/rcmini2020/admin/Voucher/urlRedirect.html";
|
||||||
|
},800);
|
||||||
},
|
},
|
||||||
async selectGoods(item, index) {
|
async selectGoods(item, index) {
|
||||||
this.activeIndex = index;
|
this.activeIndex = index;
|
||||||
|
Loading…
Reference in New Issue
Block a user