<ruby id="bdb3f"></ruby>

    <p id="bdb3f"><cite id="bdb3f"></cite></p>

      <p id="bdb3f"><cite id="bdb3f"><th id="bdb3f"></th></cite></p><p id="bdb3f"></p>
        <p id="bdb3f"><cite id="bdb3f"></cite></p>

          <pre id="bdb3f"></pre>
          <pre id="bdb3f"><del id="bdb3f"><thead id="bdb3f"></thead></del></pre>

          <ruby id="bdb3f"><mark id="bdb3f"></mark></ruby><ruby id="bdb3f"></ruby>
          <pre id="bdb3f"><pre id="bdb3f"><mark id="bdb3f"></mark></pre></pre><output id="bdb3f"></output><p id="bdb3f"></p><p id="bdb3f"></p>

          <pre id="bdb3f"><del id="bdb3f"><progress id="bdb3f"></progress></del></pre>

                <ruby id="bdb3f"></ruby>

                ??碼云GVP開源項目 12k star Uniapp+ElementUI 功能強大 支持多語言、二開方便! 廣告
                ### 頁面說明 ``` └─view uni-app存放根目錄 ├─api 接口統一存放目錄 │ ├─activity.js 活動接口 │ ├─admin.js 后臺訂單管理接口 │ ├─api.js 公共接口 │ ├─order.js 訂單接口 │ ├─public.js 授權分享接口 │ ├─store.js 產品接口 │ └─user.js 用戶接口 ├─components 組件目錄 │ ├─addressWindow 地址組件 │ ├─countDown 倒計時組件 │ ├─couponListWindow 優惠券列表彈框組件 (商品詳情、提交訂單) │ ├─couponWindow 優惠券彈出框組件 (首頁) │ ├─goodList 商品展示組件 │ ├─home 懸浮導航組件 │ ├─jyf-parser 富文本框組件 │ ├─Loading 正在加載組件 │ ├─orderGoods 訂單產品展示組件 │ ├─payment 支付彈出框組件 │ ├─PriceChange 后臺更改價格組件 │ ├─productConSwiper Swiper產品輪播圖組件 │ ├─productWindow 產品屬性組件 │ ├─promotionGood 促銷產品組件 │ ├─recommend 熱門推薦組件 │ ├─shareInfo 分享組件 │ ├─shareRedPackets 產品頁分享組件 │ ├─swipers swipers輪播組件 │ ├─ucharts 圖表組件 │ ├─uni-calendar 日期組件 │ ├─userEvaluation 產品頁評論列表組件 │ ├─Authorize.vue 授權組件 │ ├─emptyPage.vue 空頁面組件 │ └─tabNav.vue 導航組件 ├─config 配置目錄 │ ├─app.js 接口配置 │ ├─cache.js 緩存配置 │ └─socket.js 長鏈接配置 ├─libs │ ├─chat.js │ ├─login.js 是否登錄 │ ├─order.js 活動頁面的跳轉 │ ├─routine.js 小程序授權 │ └─wechat.js 公眾號授權 ├─mixins 驗證碼目錄 │ └─SendVerifyCode.js 驗證碼倒計時 ├─pages 頁面目錄 │ ├─activity 活動 │ │ ├─bargain 砍價記錄 │ │ ├─goods_bargain 砍價列表 │ │ ├─goods_bargain_details 砍價詳情 │ │ ├─goods_combination 拼團列表 │ │ ├─goods_combination_details 拼團詳情 │ │ ├─goods_combination_status 拼團狀態 │ │ ├─goods_seckill 秒殺列表 │ │ ├─goods_seckill_details 秒殺詳情 │ │ ├─poster-poster 海報頁面 │ ├─admin 訂單管理 │ │ ├─delivery 訂單發貨 │ │ ├─order 訂單統計 │ │ ├─order_cancellation 訂單核銷 │ │ ├─orderDetail 訂單詳情 │ │ ├─orderList 訂單列表 │ │ └─statistics 營業額統計 │ ├─auth 授權 │ ├─columnGoods 精品推薦,熱門榜單,首發新品,促銷單品 │ ├─customer_list 客服列表 │ ├─goods_cate 商品分類 │ ├─goods_details 商品詳情 │ ├─goods_list 商品列表 │ ├─goods_search 商品搜索 │ ├─index 首頁 │ ├─news_details 新聞詳情 │ ├─news_list 新聞列表 │ ├─order_addcart 購物車 │ ├─order_details 訂單詳情 │ ├─order_pay_status 訂單支付狀態 │ ├─retrieve_password 找回密碼 │ ├─order_addcart 購物車 │ ├─user 個人中心 │ ├─users 我的頁面 │ │ ├─commission_rank 傭金排行 │ │ ├─goods_comment_con 商品評價 │ │ ├─goods_comment_list 評價列表 │ │ ├─goods_details_store 商品提貨點 │ │ ├─goods_logistics 物流信息 │ │ ├─goods_return 商品退貨 │ │ ├─login 登錄 │ │ ├─order_confirm 訂單確認 │ │ ├─order_list 訂單列表 │ │ ├─promoter_rank 推廣人排行 │ │ ├─promoter-list 推廣人列表 │ │ ├─promoter-order 推廣人訂單 │ │ ├─retrievePassword 找回密碼 │ │ ├─user_address 添加地址 │ │ ├─user_address_list 地址列表 │ │ ├─user_bill 賬單明細 │ │ ├─user_cash 提現 │ │ ├─user_coupon 我的優惠卷 │ │ ├─user_get_coupon 領取優惠卷 │ │ ├─user_goods_collection 收藏產品 │ │ ├─user_info 個人資料 │ │ ├─user_integral 積分明細 │ │ ├─user_money 我的賬戶 │ │ ├─user_payment 充值 │ │ ├─user_phone 手機號綁定 │ │ ├─user_pwd_edit 修改密碼 │ │ ├─user_return_list 退款列表 │ │ ├─user_sgin 簽到 │ │ ├─user_sgin_list 簽到記錄 │ │ ├─user_spread_code 分銷海報 │ │ ├─user_spread_money 傭金明細 │ │ ├─user_spread_user 我的推廣 │ │ └─user_vip 會員頁面 ├─static 靜態文件 │ ├─css 樣式文件 │ ├─iconfont 小圖標字體包 │ ├─images 圖片包 ├─store Vuex目錄 ├─utils 工具類目錄 │ ├─cache.js 緩存 │ ├─emoji.js 表情圖標 │ ├─index.js 用戶授權 │ ├─permission.js 權限 │ ├─request.js 請求基類 │ ├─SubscribeMessage.js 消息 │ ├─util.js 工具函數 │ └─validate.js 驗證碼 ├─App.vue ├─main.js ```
                  <ruby id="bdb3f"></ruby>

                  <p id="bdb3f"><cite id="bdb3f"></cite></p>

                    <p id="bdb3f"><cite id="bdb3f"><th id="bdb3f"></th></cite></p><p id="bdb3f"></p>
                      <p id="bdb3f"><cite id="bdb3f"></cite></p>

                        <pre id="bdb3f"></pre>
                        <pre id="bdb3f"><del id="bdb3f"><thead id="bdb3f"></thead></del></pre>

                        <ruby id="bdb3f"><mark id="bdb3f"></mark></ruby><ruby id="bdb3f"></ruby>
                        <pre id="bdb3f"><pre id="bdb3f"><mark id="bdb3f"></mark></pre></pre><output id="bdb3f"></output><p id="bdb3f"></p><p id="bdb3f"></p>

                        <pre id="bdb3f"><del id="bdb3f"><progress id="bdb3f"></progress></del></pre>

                              <ruby id="bdb3f"></ruby>

                              哎呀哎呀视频在线观看