绿满眶商城微信小程序-uniapp
zxl
2025-09-08 eaddf31bb82d0224c6260eec8c0c5d91f203d032
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))
      });
    },
  },