@@ -232,6 +232,9 @@ export default {
this.getData();
});
}
+ },
+ onShow() {
+ this.getData();
};
</script>
@@ -160,7 +160,7 @@ export default {
},
- onLoad() {
this.details();
onShareAppMessage() {
@@ -31,7 +31,7 @@ export default {
components: {
ProductInfo
- mounted() {
this.getList();
methods: {