返回
顶部

修改密码

首页 > 软件 > 应用软件 > 办公 > 巴爷商城带后端-小程序源码

巴爷商城带后端-小程序源码

xiaowei
软件大小:4.00MB
下载次数:0次
软件语言:简体中文
软件评级:6
软件厂商:极全网
软件授权:收费
应用平台:windows
更新时间:2026-03-19
立即下载
详情介绍-作者:xiaowei-来源: 极全网 -如有问题点击:在线客服帮助



极全网】巴爷商城带后端-小程序源码目录1个子文件夹2个文件4个

│  八爷商城前端.zip

│  巴爷商城后端.zip

│  巴爷商城带后端-小程序源码使用说明.txt

│  极全网.url

│  

├─wechat_mall_applet-master

│  │  .gitignore

│  │  app.js

│  │  app.json

│  │  app.wxss

│  │  License.txt

│  │  README.md

│  │  wechat_mall_applet.sublime-project

│  │  

│  ├─images

│  │      1.png

│  │      asset_100100300100.jpg

│  │      asset_RF-WUCHANG.jpg

│  │      asset_TF-WUYI.jpg

│  │      ba.png

│  │      back_to_home.png

│  │      ba_active.png

│  │      cart.png

│  │      cart_active.png

│  │      hot_small.png

│  │      icon-new-list1.png

│  │      icon-new-list2.png

│  │      icon-new-list3.png

│  │      icon-new-list4.png

│  │      icon-tihuo-close.png

│  │      new_small.png

│  │      profile.png

│  │      profile_active.png

│  │      select.png

│  │      volume_small.png

│  │      

│  ├─pages

│  │  ├─address

│  │  │      address.js

│  │  │      address.json

│  │  │      address.wxml

│  │  │      address.wxss

│  │  │      

│  │  ├─cart

│  │  │      cart.js

│  │  │      cart.json

│  │  │      cart.wxml

│  │  │      cart.wxss

│  │  │      coupon.js

│  │  │      coupon.json

│  │  │      coupon.wxml

│  │  │      coupon.wxss

│  │  │      

│  │  ├─category

│  │  │      category.js

│  │  │      category.json

│  │  │      category.wxml

│  │  │      category.wxss

│  │  │      

│  │  ├─index

│  │  │      index.js

│  │  │      index.json

│  │  │      index.wxml

│  │  │      index.wxss

│  │  │      

│  │  ├─mine

│  │  │      mine.js

│  │  │      mine.json

│  │  │      mine.wxml

│  │  │      mine.wxss

│  │  │      

│  │  └─show_product

│  │          show_product.js

│  │          show_product.json

│  │          show_product.wxml

│  │          show_product.wxss

│  │          

│  └─utils

│      │  address_data.js

│      │  order.js

│      │  pay.js

│      │  polyfill.js

│      │  product.js

│      │  profile.js

│      │  

│      └─jsonapi-datastore

│          │  LICENSE.md

│          │  package.json

│          │  

│          └─dist

│                  jsonapi-datastore.js

│                  

└─wechat_mall_applet_backend-master

    │  .gitignore

    │  .rubocop.yml

    │  Capfile

    │  config.ru

    │  Gemfile

    │  Gemfile.lock

    │  Rakefile

    │  rapi.sublime-project

    │  README.md

    │  

    ├─app

    │  ├─channels

    │  │  └─application_cable

    │  │          channel.rb

    │  │          connection.rb

    │  │          

    │  ├─controllers

    │  │  │  application_controller.rb

    │  │  │  base_controller.rb

    │  │  │  coupons_controller.rb

    │  │  │  districts_controller.rb

    │  │  │  home_slides_controller.rb

    │  │  │  manage_features_controller.rb

    │  │  │  my_assets_controller.rb

    │  │  │  orders_controller.rb

    │  │  │  products_controller.rb

    │  │  │  product_qr_codes_controller.rb

    │  │  │  send_validation_codes_controller.rb

    │  │  │  sessions_controller.rb

    │  │  │  

    │  │  ├─concerns

    │  │  │      .keep

    │  │  │      

    │  │  └─wechat

    │  │          payments_controller.rb

    │  │          

    │  ├─helpers

    │  │      base_helper.rb

    │  │      

    │  ├─mailers

    │  │      application_mailer.rb

    │  │      

    │  ├─models

    │  │  │  application_record.rb

    │  │  │  customer.rb

    │  │  │  encryptor.rb

    │  │  │  https_support.rb

    │  │  │  order.rb

    │  │  │  product.rb

    │  │  │  profile.rb

    │  │  │  user.rb

    │  │  │  verification.rb

    │  │  │  wechat_payment_manager.rb

    │  │  │  wechat_user.rb

    │  │  │  

    │  │  ├─concerns

    │  │  │      .keep

    │  │  │      

    │  │  └─paper_trail

    │  │          version.rb

    │  │          

    │  ├─serializers

    │  │  │  district_serializer.rb

    │  │  │  product_serializer.rb

    │  │  │  profile_serializer.rb

    │  │  │  

    │  │  └─baye

    │  │          coupon_serializer.rb

    │  │          customer_asset_serializer.rb

    │  │          slide_serializer.rb

    │  │          

    │  ├─views

    │  │  └─layouts

    │  │          mailer.html.erb

    │  │          mailer.text.erb

    │  │          

    │  └─workers

    │          verify_sms_send_worker.rb

    │          

    ├─bin

    │      bundle

    │      rails

    │      rake

    │      setup

    │      spring

    │      update

    │      

    ├─config

    │  │  application.rb

    │  │  application.yml.sample

    │  │  boot.rb

    │  │  cable.yml

    │  │  database.yml.sample

    │  │  deploy.rb

    │  │  environment.rb

    │  │  puma-web.rb

    │  │  puma.rb

    │  │  redis.yml.sample

    │  │  routes.rb

    │  │  secrets.yml

    │  │  sidekiq.yml.sample

    │  │  spring.rb

    │  │  wechat.yml.sample

    │  │  

    │  ├─deploy

    │  │      production.rb

    │  │      staging.rb

    │  │      

    │  ├─environments

    │  │      development.rb

    │  │      production.rb

    │  │      staging.rb

    │  │      test.rb

    │  │      

    │  ├─initializers

    │  │      active_model_serializers.rb

    │  │      ahoy.rb

    │  │      application_controller_renderer.rb

    │  │      backtrace_silencers.rb

    │  │      carrierwave.rb

    │  │      cl2009.rb

    │  │      exception_notification.rb

    │  │      filter_parameter_logging.rb

    │  │      inflections.rb

    │  │      mime_types.rb

    │  │      new_framework_defaults.rb

    │  │      paper_trail.rb

    │  │      redis.rb

    │  │      sidekiq.rb

    │  │      swagger_docs.rb

    │  │      wrap_parameters.rb

    │  │      wx_pay.rb

    │  │      

    │  └─locales

    │          en.yml

    │          zh-CN.yml

    │          

    ├─lib

    │  │  wxbiz_data_crypt.rb

    │  │  

    │  └─tasks

    │          .keep

    │          

    ├─log

    │      .keep

    │      

    ├─public

    │  │  favicon.ico

    │  │  robots.txt

    │  │  

    │  └─images

    │          3_assets.png

    │          3_asset_info.png

    │          53_assets.png

    │          53_asset_info.png

    │          5_assets.png

    │          5_asset_info.png

    │          

    ├─test

    │  │  test_helper.rb

    │  │  

    │  ├─controllers

    │  │      .keep

    │  │      sessions_controller_test.rb

    │  │      

    │  ├─fixtures

    │  │  │  .keep

    │  │  │  customers.yml

    │  │  │  wechat_users.yml

    │  │  │  

    │  │  └─files

    │  │          .keep

    │  │          

    │  ├─integration

    │  │      .keep

    │  │      

    │  ├─mailers

    │  │      .keep

    │  │      

    │  └─models

    │          .keep

    │          

    └─tmp

            .keep

            


版权声明:本文内容由极全网实名注册用户自发贡献,版权归原作者所有,极全网-官网不拥有其著作权,亦不承担相应法律责任。具体规则请查看《极全网用户服务协议》和《极全网知识产权保护指引》。如果您发现极全网中有涉嫌抄袭的内容,点击进入填写侵权投诉表单进行举报,一经查实,极全网将立刻删除涉嫌侵权内容。

+1

-1

收藏

+1

-1

点赞0

评论0

扫一扫在手机打开

评论
已有0条评论
0/150
提交
热门评论
猜你喜欢
换一批
相关推荐
换一批
热点排行
6
智能音效软件
130.05MB | 80次下载
下载
7
智能Ai语音助手
30.17MB | 98次下载
下载
8
视频批量混剪过原创软件
840.86MB | 6次下载
下载
11
6
11.58MB | 1次下载
下载
12
修炼类10本电子版
39.88MB | 3次下载
下载
16
AI生成散文【指令+教程】
1.42MB | 0次下载
下载
20
第一性原理电子书
64.35MB | 0次下载
下载
21
硅谷钢铁侠-马斯克电子书
15.13MB | 3次下载
下载
23
冰与雪素材包2
1KB | 9次下载
下载
24
别墅设计图纸素材包2
1KB | 3次下载
下载
25
表情包集合素材包2
1KB | 3次下载
下载
26
BBA车系素材包2
1KB | 1次下载
下载
27
AviraRescueSystem2
1KB | 0次下载
下载