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