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