3.30解决bug
This commit is contained in:
@@ -82,12 +82,12 @@ onLoad((options) => {
|
||||
if (options.returnTo) {
|
||||
returnTo.value = decodeURIComponent(options.returnTo);
|
||||
}
|
||||
uni.sendNativeEvent("portraitReport",{
|
||||
msg:{
|
||||
event_nickname: "list_page",
|
||||
page_type: "常用银行卡",
|
||||
},
|
||||
});
|
||||
// uni.sendNativeEvent("portraitReport",{
|
||||
// msg:{
|
||||
// event_nickname: "list_page",
|
||||
// page_type: "常用银行卡",
|
||||
// },
|
||||
// });
|
||||
});
|
||||
onShow(() => {
|
||||
getBankCardList();
|
||||
|
||||
Reference in New Issue
Block a user