<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>

                ??一站式輕松地調用各大LLM模型接口,支持GPT4、智譜、豆包、星火、月之暗面及文生圖、文生視頻 廣告
                ### 開源地址 碼云:[https://gitee.com/ZhongBangKeJi/CRMEB\_WechatApplet\_v3.0](https://gitee.com/ZhongBangKeJi/CRMEB_WechatApplet_v3.0) github:[https://github.com/crmeb/CRMEB\_WechatApplet\_v3.0](https://github.com/crmeb/CRMEB_WechatApplet_v3.0) ### 頁面說明 ``` └─view 小程序存放根目錄 ├─api 接口統一存放目錄 │ ├─activity.js 營銷接口 │ ├─api.js 公共接口 │ ├─order.js 訂單接口 │ ├─store.js 產品接口 │ └─user.js 用戶接口 ├─components 組件目錄 │ ├─address-window 訂單頁選擇地址組件 │ ├─authorize 授權組件 │ ├─coupon-list-window 優惠券列表組件 │ ├─coupon-window 優惠券彈出框組件 │ ├─goodList 商品展示組件 │ ├─home 懸浮導航組件 │ ├─navbar 頭部導航組件 │ ├─orderGoods 訂單產品展示組件 │ ├─payment 支付彈出框組件 │ ├─productConSwiper Swiper產品輪播圖組件 │ ├─product-window 為您推薦組件 │ ├─promotionGood 促銷產品組件 │ ├─recommend 熱門推薦組件 │ ├─share-red-packets 產品頁分享組件 │ ├─swipers swipers輪播組件 │ └─userEvaluation 產品頁評論組件 ├─css 全局css ├─font icon字體庫 ├─images 圖片目錄 ├─pages 小程序頁面目錄 │ ├─activity │ │ ├─goods_bargain 砍價列表 │ │ ├─goods_bargain_details 砍價詳情 │ │ ├─goods_combination 拼團列表 │ │ ├─goods_combination_details 拼團詳情 │ │ ├─goods_combination_status 拼團狀態 │ │ ├─goods_seckill 秒殺列表 │ │ ├─goods_seckill_details 秒殺詳情 │ │ ├─poster-poster 海報頁面 │ │ └─user_goods_bargain_list 砍價記錄 │ ├─cash-audit 提現審核 │ ├─first-new-product 精品推薦,熱門榜單,首發新品,促銷單品 │ ├─goods_cate 產品分類 │ ├─goods_comment_con 產品評價 │ ├─goods_comment_list 產品評價列表 │ ├─goods_details 產品詳情 │ ├─goods_list 產品列表 │ ├─goods_logistics 產品物流信息 │ ├─goods_return 申請退款 │ ├─goods_search 搜索 │ ├─index 主頁 │ ├─news_details 新聞詳情 │ ├─news_list 新聞列表 │ ├─order_addcart 購物車 │ ├─order_confirm 訂單確認 │ ├─order_details 訂單詳情 │ ├─order_list 訂單列表 │ ├─order_pay_status 訂單支付狀態 │ ├─promoter-list 推廣人列表 │ ├─promoter-order 推廣人訂單 │ ├─promotional-items 促銷單品 │ ├─user 我的頁面 │ ├─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 會員頁面 ├─utils 工具類目錄 │ ├─autuLogin.js 自動授權登陸 │ ├─request.js 請求基類 │ ├─Server.js Socket類 │ ├─util.js 工具函數 │ └─wxh.js 幫助類函數 ├─wxParse WX分析類 ├─app.js 入口文件 ├─app.json 配置文件 ├─app.wxss 樣式 ├─config.js 程序配置 └─project.config.json 項目配置 ``` ### 使用說明 下載模版用微信開發工具打開 修改配置 config.js HTTP_REQUEST_URL:'http://www.abc.com',//請求接口地址 ### 頁面路徑文檔 | | | | | | | --- | --- | --- | --- | --- | |??頁面????????|????名字???|??路徑?|??帶參路徑例子??|??參數解釋??| |?首頁?????|??????index???????|???/pages/index/index????|?????|??????| |?產品分類?????|?goods\_cate???????|???/pages/goods\_cate/goods\_cate????|?????|?????| |?收藏商品?????|?user_goods_collection???????|???/pages/user\_goods\_collection/index????|?????|??????| |?搜索商品?????|?goods_search???????|??/pages/goods\_search/index????|?????|??????| |?新聞詳情?????|?news_details???????|???/pages/news\_details/index????|??/pages/news_details/index?id=51???|id:新聞id??????| |?新聞?????|?news\_list???????|???pages/news\_list/index????|?????|?????| |?商品評分?????|?goods\_comment\_list???????|??pages/goods\_comment\_list/index????|?/pages/goods_comment_list/index?product_id=78????|???product_id:商品id??| |?商品評價?????|?goods_comment_con???????|??pages/goods\_comment\_con/index????|?/pages/goods_comment_con/index?unique=c0590f62af7e06b7b53806bc75713a25&uni=wx158553456394392924????|???unique:產品屬性的唯一值;uni:訂單號??| |?促銷單品?????|?promotional-items???????|??/pages/promotional-items/index????|?????|?????| |?熱門榜單/?精品推薦/?首發新品??|?first-new-product???????|???/pages/first-new-product/index????|??/pages/first-new-product/index?type=2????|??區分列表:1為精品推薦、2為熱門榜單、3為首發新品???| |?商品詳情?????|?goods_details???????|???/pages/goods_details/index????|??/pages/goods_details/index?id=75????|?產品id??| |?購物車?????|?order_addcart???????|???/pages/order_addcart/order_addcart????|??????|??| |?商品列表?????|?goods_list???????|???/pages/goods_list/goods_list????|??????|??| |?綁定手機號?????|?user_phone???????|???/pages/user\_phone/index????|??????|??| |?登錄?????|?user_pwd_edit???????|???/pages/user\_pwd\_edit/index????|??????|??| |?分銷海報?????|?user_spread_code???????|??/pages/user_spread_code/index???|????|?| |?砍價詳情?????|?goods_bargain_details???????|?/pages/activity/goods_bargain_details/index???|??/pages/activity/goods_bargain_details/index?id=35&bargain=329????|id:砍價產品編號;partake:用戶編號?| |?砍價列表?????|?goods_bargain???????|???/pages/activity/goods_bargain/index???|??????|??| |?砍價記錄?????|?user_goods_bargain_list???????|??/pages/activity/user_goods_bargain_list/index???|?????|??| |?拼團列表?????|?goods_combination???????|??/pages/activity/goods_combination/index???|?????|??| |?拼團詳情?????|?goods_combination_details???????|??/pages/activity/goods_combination_details/index???|??/pages/activity/goods_combination_details/index?id=35?|?id:拼團產品編號?| |?拼團?????|?goods_combination_status???????|??/pages/activity/goods_combination_status/index?|?/pages/activity/goods_combination_status/index?id=241?|id:拼團編號?| |?限時搶購?????|?goods_seckill?|??/pages/activity/goods_seckill/index?|?|?| |?搶購詳情頁?????|?goods_seckill_details?|?/pages/activity/goods_seckill_details/index?|/pages/activity/goods_seckill_details/index?id=44&time=1585656000&status=1?|id:秒殺產品編號;time:秒殺結束時間;status:秒殺中| |?訂單首頁?????|?order???????|??/pages/admin/order/index???|?????|??| |?訂單列表?????|?order_list??????|??/pages/admin/order_list/index???|??/pages/admin/order_list/index?orderStatus=0|?orderStatus:0為待付款、1為待發貨、2為待收貨、3為待評價、-3為退款| |?訂單發貨?????|?order_deliver?|??/pages/admin/order_deliver/index?|?/pages/admin/order_deliver/index?order_id=wx158564762986963277?|?order_id:訂單編號| |?訂單詳情?????|?AdminOrder?|??/pages/admin/order_details/index?|?/pages/admin/order_details/index?order_id=wx158564762986963277?|?order_id:訂單編號| |?營業額統計?|?order_statistics?|??/pages/admin/order_statistics/index?|?/pages/admin/order_statistics/index?type=1&time=today?|?type:1:成交額統計,2:訂單數統計;time:today:今天、yesterday:昨天、month:本月、seven:最近7天;| |?訂單核銷???|?order_cancellation?|?/pages/admin/order_cancellation/index???|?|??| |?我的訂單???|?order_list?|?/pages/order_list/index??|?/pages/order_list/index?status=0?|status:?0為待付款、1為待發貨、2為待收貨、3為待評價、4為已完成、-1為退款中、-2為已退款、-3為退款、無參數為全部訂單;| |?物流信息???|?goods_logistics?|?/pages/goods_logistics/index?|?/pages/goods_logistics/index?orderId=wx158553586478526437|orderId:訂單號| |?訂單詳情???|?order_details?|?/pages/order_details/index?|?/pages/order_details/index?order_id=wx158553472367468885|?order_id:訂單號?| |?提交訂單???|?order_confirm?|/pages/order_confirm/index?|?/pages/order_confirm/index?cartId=5633|?cartId:購物車編號?| |?支付狀態???|?order_pay_status?|/pages/order_pay_status/index?|?|?| |?申請退貨???|?goods_return?|/pages/goods_return/index|/pages/goods_return/index?orderId=wx158565435878590423|orderId:訂單號?| |?退貨列表???|?user_return_list?|?/pages/user_return_list/index?|?/pages/user_return_list/index?isT=1|isT:1為退貨頁面;?| |?個人中心???|?user?|?/pages/user/user?|?|?| |?添加收貨地址???|?user_address?|?/pages/user_address/index?|?/pages/user_address/index?cartId=5683&pinkId=0&couponId=0|cartId:地址編號;無id時為新增地址;pinkId:拼團id;couponId:優惠券id;| |?我的賬戶???|?user_money?|?/pages/user_money/index?|?|?| |?地址管理???|?user_address_list?|?/pages/user_address_list/index?|/pages/user_address_list/index?cartId=5683&pinkId=0&couponId=0?|cartId:地址編號;無id時為新增地址;pinkId:拼團id;couponId:優惠券id;?| |?簽到???|?user_sgin?|?/pages/user_sgin/index?|?|?| |?簽到記錄???|?user_sgin_list?|?/pages/user_sgin_list/index?|?|?| |?提現???|?user_cash?|?/pages/user_cash/index?|?|?| |?提現審核???|?cash-audit?|/pages/cash-audit/index|?|?| |?推廣人訂單???|?promoter-order?|/pages/promoter-order/index|?|?| |?推廣人列表???|?promoter-list?|/pages/promoter-list/index|?|?| |?我的推廣???|?user_spread_user?|/pages/user_spread_user/index|?|?| |?賬單明細???|?user_bill?|/pages/user_bill/index|?/pages/user_bill/index?type=1|type:0為賬單記錄、1為消費記錄、2為充值記錄| |?提現記錄?、傭金明細??|?user_spread_money?|/pages/user_spread_money/index| /pages/user_spread_money/index?type=1?|type:1為提現記錄,2為傭金明細?| |?積分詳情???|?user_integral?|/pages/user_integral/index|?|?| |?會員中心???|?user_vip?|/pages/user_vip/index|?|?| |?個人資料???|?user_info?|/pages/user_info/index|?|?| |?我的優惠券???|?user_coupon?|/pages/user_coupon/index|?|?| |?領取優惠券???|?user_get_coupon?|/pages/user_get_coupon/index|?|?| |?余額充值???|?user_payment?|/pages/user_payment/index|?|?| |?推廣人排行???|?promoter_rank?|/pages/promoter_rank/index|?|?| |?傭金排行???|?commission_rank?|/pages/commission_rank/index|?|?| |?門店列表???|?goods\_details\_store?|/pages/goods_details_store/index|/pages/goods_details_store/index?go=order?|go=order表示返回上一頁?| |?拼團海報???|?poster-poster?|/poster-poster/index|?| |?日歷???|?order\_statistics\_time?|/order\_statistics\_time|?|
                  <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>

                              哎呀哎呀视频在线观看