绿满眶商城微信小程序-uniapp
peng
2025-08-01 1b70393b2d1756c183aab58f0aa7ffb0d4292ac0
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))
      });
    },
  },