去掉测试字样

This commit is contained in:
xiaogang 2025-06-26 09:04:40 +08:00
parent 7ff654ab22
commit 2b82ab702d
1 changed files with 131 additions and 2 deletions

View File

@ -10,7 +10,7 @@
<template>
<scroll-view scroll-y class="page-wrapper">
<view class="nav-btn" @click="toOrder">我的订单(测试)</view>
<view class="nav-btn" @click="toOrder">我的订单</view>
<view class="wrapper flex flex-col flex-items-center box-border">
<view v-for="(item, key) in productList" :key="key">
<brand :products="item" :brandName="key" />
@ -23,7 +23,136 @@
import brand from "./components/brand";
import { getProductList, goPay, login } from "../../api/ycnc";
import { onMounted, ref, provide, unref } from "vue";
import { getQueryString, getQueryParams } from "../../utils/utils";
import { getQueryString, getQueryPa
rams } from "../../utils/utils";
import config from "./config";
const productList = ref([]);