去除多余代码

master
gongfuxiang 2024-01-21 17:02:48 +08:00
parent 08244641a1
commit 54a59512a7
1 changed files with 1 additions and 11 deletions

View File

@ -24,19 +24,9 @@ export default {
onShow() {
//
app.globalData.page_event_onshow_handle();
//
this.loading_cart();
},
methods: {
//
loading_cart() {
if ((this.$refs.cart || null) != null) {
this.$refs.cart.init('cart');
}
}
},
methods: {},
};
</script>
<style>