绿满眶商城微信小程序-uniapp
peng
2025-10-27 30ad7ef2b8d6298207e8ed24f9016b8e9cff7d71
pages/mine/msgTips/packageMsg/logisticsDetail.vue
@@ -30,6 +30,7 @@
</template>
<script>
import '@/components/uview-components/uview-ui'
import { getExpress } from "@/api/trade.js";
export default {
  data() {
@@ -47,6 +48,7 @@
    init(sn) {
      getExpress(sn).then((res) => {
        this.logiList = res.data.result;
      console.log('-------------------------->loiList',JSON.stringify(this.logiList))
      });
    },
  },