Commit 03bd381d authored by wildfirecode13's avatar wildfirecode13

u

parent 479dde76
......@@ -15,7 +15,11 @@ export class memberGuidePanel extends Panel {
}
click_memberGuide_btn(){
console.log('memberGuide_btn');
location.href='pages/customView/customView1';
window['wx'].miniProgram.redirectTo({
url:'/pages/customView/customView1'
});
sendLog("click",6);
}
......
......@@ -14,7 +14,10 @@ export class notEnoughMoneyPanel extends Panel {
click_notEnoughMoney_btn(){
sendLog("click",5);
location.href = 'pages/pointsmall-index/pointsmall-index?pageId=ff8080816deed7ce016df398f7662325';
window['wx'].miniProgram.redirectTo({
url:'/pages/pointsmall-index/pointsmall-index?pageId=ff8080816deed7ce016df398f7662325'
});
}
get groupNames() { return ["notEnoughMoney"] }
......
......@@ -15,4 +15,4 @@ export const startShare=()=>{
});
}
\ No newline at end of file
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment