├── README.md ├── api.js ├── api.tpl.js ├── app.js ├── app.json ├── app.wxss ├── area-picker ├── area-picker.js ├── area-picker.wxml └── area-picker.wxss ├── commons ├── copyright │ └── copyright.wxml ├── extension │ ├── extension.wxml │ └── extension.wxss ├── float-icon │ └── float-icon.wxml ├── get-card │ ├── get-card.wxml │ └── get-card.wxss ├── get-coupon │ └── get-coupon.wxml └── navbar │ └── navbar.wxml ├── images ├── car.png ├── cart_add.png ├── cart_less.png ├── cart_no_add.png ├── cart_no_less.png ├── clear.png ├── guige.jpg ├── ico-pt-active.png ├── icon-about-us.png ├── icon-address.png ├── icon-balance-ad.png ├── icon-balance-bg.png ├── icon-balance-left.png ├── icon-balance-p.png ├── icon-balance-right.png ├── icon-card-bg.png ├── icon-card-btn.png ├── icon-card-del.png ├── icon-card-qrcode.png ├── icon-card-top.png ├── icon-check.png ├── icon-checked.png ├── icon-clerk.png ├── icon-close.png ├── icon-close2.png ├── icon-close3.png ├── icon-close4.png ├── icon-comment-score-1.active.png ├── icon-comment-score-1.png ├── icon-comment-score-2.active.png ├── icon-comment-score-2.png ├── icon-comment-score-3.active.png ├── icon-comment-score-3.png ├── icon-coupon-index.png ├── icon-coupon-no.png ├── icon-coupon.png ├── icon-delete.png ├── icon-detail-love.png ├── icon-discount.png ├── icon-down.png ├── icon-edit.png ├── icon-favorite-active.png ├── icon-favorite.png ├── icon-group-share.png ├── icon-help.png ├── icon-huodao-selected.png ├── icon-image-picker.png ├── icon-integral-radio-active.png ├── icon-integral-radio.png ├── icon-jiantou-r.png ├── icon-jingxuan.png ├── icon-loading.gif ├── icon-member-bg.png ├── icon-member-level.png ├── icon-member-rights.png ├── icon-miaosha.png ├── icon-notice-jiantou.png ├── icon-notice-title.png ├── icon-notice.png ├── icon-ntegration.png ├── icon-offline.png ├── icon-online-selected.png ├── icon-order-0.png ├── icon-order-1.png ├── icon-order-2.png ├── icon-order-3.png ├── icon-order-4.png ├── icon-pay-right.png ├── icon-pintuan-text.png ├── icon-play.png ├── icon-point-gray.png ├── icon-point-green.png ├── icon-pt-group-bg.png ├── icon-receive-coupon.png ├── icon-search.png ├── icon-service.png ├── icon-share-ant.png ├── icon-share-bank.png ├── icon-share-friend.png ├── icon-share-qrcode.png ├── icon-share-selected.png ├── icon-share-wechat.png ├── icon-share.png ├── icon-shop-checked.png ├── icon-shop-dingwei.png ├── icon-shop-love.png ├── icon-shop-nav-1.png ├── icon-shop-nav.png ├── icon-shop-search.png ├── icon-shop-tel.png ├── icon-shop-un.png ├── icon-sort-down-active.png ├── icon-sort-down.png ├── icon-sort-up-active.png ├── icon-sort-up.png ├── icon-store.png ├── icon-sub.png ├── icon-time-bg.png ├── icon-time-split.png ├── icon-topic-love-active.png ├── icon-topic-love.png ├── icon-topic-share.png ├── icon-topic.png ├── icon-uncheck.png ├── icon-up.png ├── icon-user-balance.png ├── icon-user-card.png ├── icon-user-fx.png ├── icon-user-integral.png ├── icon-user-kf.png ├── icon-user-level.png ├── icon-user-lingqu.png ├── icon-user-lx.png ├── icon-user-sc.png ├── icon-user-wallet.png ├── icon-user-xx.png ├── icon-user-yhq.png ├── icon-user-yj.png ├── icon-user-zl.png ├── icon-warning.png ├── img-coupon-bg-0.png ├── img-coupon-bg-1.png ├── img-coupon-status-icon-1.png ├── img-coupon-status-icon-2.png ├── img-get-coupon-bg.png ├── img-get-coupon-item-bg.png ├── img-get-coupon-title.png ├── img-nvzhuang.png ├── img-order-status-bar.png ├── img-share-agree.png ├── img-share-cash.png ├── img-share-down.png ├── img-share-info.png ├── img-share-money.png ├── img-share-order.png ├── img-share-price.png ├── img-share-qrcode.png ├── img-share-right.png ├── img-share-shop.png ├── img-share-team.png ├── img-share-tip.png ├── img-share-un.png ├── integral.png ├── jia.png ├── jian.png ├── liji.jpg ├── loading-black.svg ├── loading.svg ├── loading2.svg ├── pt-addres-bottom.png ├── pt-addres-top.png ├── pt-address.png ├── pt-details-pt.png ├── pt-empty-order.png ├── pt-fail.png ├── pt-favorite-active.png ├── pt-favorite.png ├── pt-go-home.png ├── pt-my-group.png ├── pt-no-group-num-pic.png ├── pt-order-details-bg.png ├── pt-search-clear.png ├── pt-search-icon.png ├── pt-shop-car.png ├── pt-success.png ├── quick-hot.png ├── serach-index-icon.png ├── settle.jpg ├── user-integral-arrow.png ├── video-play.png ├── yougoods.jpg └── yy-form-title.png ├── pages ├── add-share │ ├── index.js │ ├── index.json │ ├── index.wxml │ └── index.wxss ├── address-edit │ ├── address-edit.js │ ├── address-edit.json │ ├── address-edit.wxml │ ├── address-edit.wxss │ └── j.json ├── address-picker │ ├── address-picker.js │ ├── address-picker.json │ ├── address-picker.wxml │ └── address-picker.wxss ├── address │ ├── address.js │ ├── address.json │ ├── address.wxml │ └── address.wxss ├── article-detail │ ├── article-detail.js │ ├── article-detail.json │ ├── article-detail.wxml │ └── article-detail.wxss ├── article-list │ ├── article-list.js │ ├── article-list.json │ ├── article-list.wxml │ └── article-list.wxss ├── balance │ ├── balance.js │ ├── balance.json │ ├── balance.wxml │ └── balance.wxss ├── book │ ├── clerk │ │ ├── clerk.js │ │ ├── clerk.json │ │ ├── clerk.wxml │ │ └── clerk.wxss │ ├── comment │ │ ├── comment.js │ │ ├── comment.json │ │ ├── comment.wxml │ │ └── comment.wxss │ ├── details │ │ ├── details.js │ │ ├── details.json │ │ ├── details.wxml │ │ └── details.wxss │ ├── index │ │ ├── index.js │ │ ├── index.json │ │ ├── index.wxml │ │ └── index.wxss │ ├── order-comment │ │ ├── order-comment.js │ │ ├── order-comment.json │ │ ├── order-comment.wxml │ │ └── order-comment.wxss │ ├── order │ │ ├── details.js │ │ ├── details.json │ │ ├── details.wxml │ │ ├── details.wxss │ │ ├── order.js │ │ ├── order.json │ │ ├── order.wxml │ │ └── order.wxss │ ├── shop │ │ ├── shop.js │ │ ├── shop.json │ │ ├── shop.wxml │ │ └── shop.wxss │ └── submit │ │ ├── submit.js │ │ ├── submit.json │ │ ├── submit.wxml │ │ └── submit.wxss ├── card-clerk │ ├── card-clerk.js │ ├── card-clerk.json │ ├── card-clerk.wxml │ └── card-clerk.wxss ├── card │ ├── card.js │ ├── card.json │ ├── card.wxml │ └── card.wxss ├── cart │ ├── cart.js │ ├── cart.json │ ├── cart.wxml │ └── cart.wxss ├── cash-detail │ ├── cash-detail.js │ ├── cash-detail.json │ ├── cash-detail.wxml │ └── cash-detail.wxss ├── cash │ ├── cash.js │ ├── cash.json │ ├── cash.wxml │ └── cash.wxss ├── cat │ ├── cat.js │ ├── cat.json │ ├── cat.wxml │ └── cat.wxss ├── clerk │ ├── clerk.js │ ├── clerk.json │ ├── clerk.wxml │ └── clerk.wxss ├── coupon-list │ ├── coupon-list.js │ ├── coupon-list.json │ ├── coupon-list.wxml │ └── coupon-list.wxss ├── coupon │ ├── coupon.js │ ├── coupon.json │ ├── coupon.wxml │ └── coupon.wxss ├── demo │ ├── demo.js │ ├── demo.json │ ├── demo.wxml │ └── demo.wxss ├── express-detail │ ├── express-detail.js │ ├── express-detail.json │ ├── express-detail.wxml │ └── express-detail.wxss ├── favorite │ ├── favorite.js │ ├── favorite.json │ ├── favorite.wxml │ └── favorite.wxss ├── fxhb │ ├── common.wxss │ ├── detail │ │ ├── detail.js │ │ ├── detail.json │ │ ├── detail.wxml │ │ └── detail.wxss │ └── open │ │ ├── open.js │ │ ├── open.json │ │ ├── open.wxml │ │ └── open.wxss ├── goods │ ├── goods.js │ ├── goods.json │ ├── goods.wxml │ └── goods.wxss ├── index │ ├── index.js │ ├── index.json │ ├── index.wxml │ └── index.wxss ├── list │ ├── list.js │ ├── list.json │ ├── list.wxml │ └── list.wxss ├── member │ ├── member.js │ ├── member.json │ ├── member.wxml │ └── member.wxss ├── miaosha │ ├── details │ │ ├── details.js │ │ ├── details.json │ │ ├── details.wxml │ │ └── details.wxss │ ├── express-detail │ │ ├── express-detail.js │ │ ├── express-detail.json │ │ ├── express-detail.wxml │ │ └── express-detail.wxss │ ├── miaosha.js │ ├── miaosha.json │ ├── miaosha.wxml │ ├── miaosha.wxss │ ├── order-comment │ │ ├── order-comment.js │ │ ├── order-comment.json │ │ ├── order-comment.wxml │ │ └── order-comment.wxss │ ├── order-detail │ │ ├── order-detail.js │ │ ├── order-detail.json │ │ ├── order-detail.wxml │ │ └── order-detail.wxss │ ├── order-refund-detail │ │ ├── order-refund-detail.js │ │ ├── order-refund-detail.json │ │ ├── order-refund-detail.wxml │ │ └── order-refund-detail.wxss │ ├── order-refund │ │ ├── order-refund.js │ │ ├── order-refund.json │ │ ├── order-refund.wxml │ │ └── order-refund.wxss │ ├── order-submit │ │ ├── order-submit.js │ │ ├── order-submit.json │ │ ├── order-submit.wxml │ │ └── order-submit.wxss │ └── order │ │ ├── order.js │ │ ├── order.json │ │ ├── order.wxml │ │ └── order.wxss ├── order-comment │ ├── order-comment.js │ ├── order-comment.json │ ├── order-comment.wxml │ └── order-comment.wxss ├── order-detail │ ├── order-detail.js │ ├── order-detail.json │ ├── order-detail.wxml │ └── order-detail.wxss ├── order-refund-detail │ ├── order-refund-detail.js │ ├── order-refund-detail.json │ ├── order-refund-detail.wxml │ └── order-refund-detail.wxss ├── order-refund │ ├── order-refund.js │ ├── order-refund.json │ ├── order-refund.wxml │ └── order-refund.wxss ├── order-submit │ ├── order-submit.js │ ├── order-submit.json │ ├── order-submit.wxml │ └── order-submit.wxss ├── order │ ├── order.js │ ├── order.json │ ├── order.wxml │ └── order.wxss ├── pt │ ├── clerk │ │ ├── clerk.js │ │ ├── clerk.json │ │ ├── clerk.wxml │ │ └── clerk.wxss │ ├── comment │ │ ├── comment.js │ │ ├── comment.json │ │ ├── comment.wxml │ │ └── comment.wxss │ ├── commons │ │ └── cat │ │ │ ├── cat.wxml │ │ │ └── cat.wxss │ ├── details │ │ ├── details.js │ │ ├── details.json │ │ ├── details.wxml │ │ └── details.wxss │ ├── express-detail │ │ ├── express-detail.js │ │ ├── express-detail.json │ │ ├── express-detail.wxml │ │ └── express-detail.wxss │ ├── group │ │ ├── details.js │ │ ├── details.json │ │ ├── details.wxml │ │ └── details.wxss │ ├── index │ │ ├── index.js │ │ ├── index.json │ │ ├── index.wxml │ │ └── index.wxss │ ├── list │ │ ├── list.js │ │ ├── list.json │ │ ├── list.wxml │ │ └── list.wxss │ ├── order-comment │ │ ├── order-comment.js │ │ ├── order-comment.json │ │ ├── order-comment.wxml │ │ └── order-comment.wxss │ ├── order-details │ │ ├── order-details.js │ │ ├── order-details.json │ │ ├── order-details.wxml │ │ └── order-details.wxss │ ├── order-refund-detail │ │ ├── order-refund-detail.js │ │ ├── order-refund-detail.json │ │ ├── order-refund-detail.wxml │ │ └── order-refund-detail.wxss │ ├── order-refund │ │ ├── order-refund.js │ │ ├── order-refund.json │ │ ├── order-refund.wxml │ │ └── order-refund.wxss │ ├── order-submit │ │ ├── order-submit.js │ │ ├── order-submit.json │ │ ├── order-submit.wxml │ │ └── order-submit.wxss │ ├── order │ │ ├── order.js │ │ ├── order.json │ │ ├── order.wxml │ │ └── order.wxss │ └── search │ │ ├── search.js │ │ ├── search.json │ │ ├── search.wxml │ │ └── search.wxss ├── quick-purchase │ └── index │ │ ├── index.js │ │ ├── index.json │ │ ├── index.wxml │ │ └── index.wxss ├── recharge │ ├── recharge.js │ ├── recharge.json │ ├── recharge.wxml │ └── recharge.wxss ├── search │ ├── search.js │ ├── search.json │ ├── search.wxml │ └── search.wxss ├── share-money │ ├── share-money.js │ ├── share-money.json │ ├── share-money.wxml │ └── share-money.wxss ├── share-order │ ├── share-order.js │ ├── share-order.json │ ├── share-order.wxml │ └── share-order.wxss ├── share-qrcode │ ├── share-qrcode.js │ ├── share-qrcode.json │ ├── share-qrcode.wxml │ └── share-qrcode.wxss ├── share-team │ ├── share-team.js │ ├── share-team.json │ ├── share-team.wxml │ └── share-team.wxss ├── share │ ├── index.js │ ├── index.json │ ├── index.wxml │ └── index.wxss ├── shop-detail │ ├── shop-detail.js │ ├── shop-detail.json │ ├── shop-detail.wxml │ └── shop-detail.wxss ├── shop │ ├── shop.js │ ├── shop.json │ ├── shop.wxml │ └── shop.wxss ├── test │ ├── test.js │ ├── test.json │ ├── test.wxml │ └── test.wxss ├── topic-list │ ├── topic-list.js │ ├── topic-list.json │ ├── topic-list.wxml │ └── topic-list.wxss ├── topic │ ├── topic.js │ ├── topic.json │ ├── topic.wxml │ └── topic.wxss ├── user │ ├── user.js │ ├── user.json │ ├── user.wxml │ └── user.wxss ├── video │ ├── video-list.js │ ├── video-list.json │ ├── video-list.wxml │ └── video-list.wxss └── web │ ├── web.js │ ├── web.json │ ├── web.wxml │ └── web.wxss ├── siteinfo.js ├── utils.js ├── utils └── utils.js └── wxParse ├── html2json.js ├── htmlparser.js ├── showdown.js ├── wxDiscode.js ├── wxParse.js ├── wxParse.wxml └── wxParse.wxss /README.md: -------------------------------------------------------------------------------- 1 | # wechat_shop 2 | 微信小程序模版同城微商三级分销系统商城秒杀拼团裂变支付小程序 3 | 这是一款能跑起来的开源商城系统!稳定且小巧! 4 | 微信小程序电商平台(前后端开源PHP),包含拼团,分销,抽奖,红包,多店,会员制,种草社交,新零售,社区团购等功能,整个系统架构非常简单,适合小型团队或者个人开发者二次开发。 5 | 6 | 小程序 + APP + 公众号 + PC + H5 + 支付宝小程序 + 百度小程序 + 头条号小程序 7 | 8 | 注重界面美感与用户体验,打造独特电商系统生态圈 9 | 10 | 如果对您有帮助,您可以点右上角 "Star" 支持一下,这样我们才有继续免费下去的动力,谢谢! 11 | 12 | 高级版本有uniapp版本,另外有PHP YII2开发的管理后台 13 | 14 | 电商进阶版 15 | 16 | 使用 17 | 18 | https://www.9026.com/web/Template/shopSingle?id=15&cate_id=&status=1 19 | 20 | 21 | 案例 22 | 23 | 图片替换文本 24 | 图片替换文本 25 | 图片替换文本 26 | 27 | 28 | 更多成功案例 29 | 30 | https://www.9026.com/web/Case/index 31 | 32 | 33 | 后续新增免费升级的功能如下: 34 | 35 | 1.积分商城; 36 | 37 | 2.订单批量发货; 38 | 39 | 3.多商户功能; 40 | 41 | 4.预约产品增加多规格; 42 | 43 | 6.全店限制购买订单满多少元才能购买; 44 | 45 | 46 | 更新升级6月19日 47 | 48 | --新增用户中心可以隐藏订单栏; 49 | 50 | --新增预约表单上传图片; 51 | 52 | --新增入驻商排序功能; 53 | 54 | --分销自购返利重改; 55 | 56 | --优化后台整体性能; 57 | 58 | 更新升级5月24日 59 | 60 | --新增导航和导航栏支持好店推荐和入驻商; 61 | 62 | --新增 商品推荐开关 商品推荐数量; 63 | 64 | --优化小程序端拼团板块加载速度; 65 | 66 | 更新升级5月20日 67 | --新增搜索没有结果时的提示; 68 | 69 | --新增分销仅自购; 70 | 71 | --新增后台分销商列表可以查看分销商的推荐人; 72 | 73 | --新增后台绑定手机号查看; 74 | 75 | 更新升级5月17日 76 | 77 | --区域限制购买; 78 | 79 | --快递鸟物流编码更新; 80 | 81 | 更新升级3月14日 82 | 83 | --新增图片库图片管理功能; 84 | 85 | --商品优惠券限制分类使用(不含插件分类); 86 | 87 | --新增插件分销订单统计; 88 | 89 | --拼团新增阶梯团功能; 90 | 91 | --新增用户中心分销菜单自定义功能; 92 | 93 | 更新升级2月08日 94 | 95 | --新增分类新增样式; 96 | 97 | --商品详情增加推荐商品; 98 | 99 | --新增首页展示预约功能; 100 | 101 | --新增批量添加商品到快速购买; 102 | 103 | --预约加入分销; 104 | 105 | --拼团新增余额支付和货到付款; 106 | 107 | --拼团新增包邮规则; 108 | 109 | --快速购买增加详情页; 110 | -------------------------------------------------------------------------------- /area-picker/area-picker.wxml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 取消 9 | 确认 10 | 11 | 12 | 13 | 14 | {{item.name}} 15 | 16 | 17 | {{item.name}} 18 | 19 | 20 | {{item.name}} 21 | 22 | 23 | 24 | 25 | 26 | -------------------------------------------------------------------------------- /area-picker/area-picker.wxss: -------------------------------------------------------------------------------- 1 | .area-picker{ 2 | position: fixed; 3 | z-index: 10000; 4 | left: 0; 5 | top:0; 6 | width: 100%; 7 | height: 100%; 8 | display: flex; 9 | flex-direction: column; 10 | transform: translateY(100%); 11 | transition: 250ms opacity; 12 | opacity: 0; 13 | background: rgba(0,0,0,.3); 14 | } 15 | 16 | .area-picker.active{ 17 | transform: translateY(0); 18 | opacity: 1; 19 | } 20 | 21 | .area-picker .area-picker-bg{ 22 | flex-grow: 1; 23 | position: relative; 24 | } 25 | .area-picker .area-picker-bg > scroll-view{ 26 | left: 0; 27 | top:0; 28 | height: 100%; 29 | width: 100%; 30 | position: absolute; 31 | } 32 | .area-picker .area-picker-body{ 33 | flex-grow: 0; 34 | height: 600rpx; 35 | background: #fff; 36 | transform: translateY(100%); 37 | transition: 250ms transform; 38 | position: relative; 39 | } 40 | 41 | .area-picker.active .area-picker-body{ 42 | transform: translateY(0); 43 | } 44 | .area-picker .area-picker-body > scroll-view{ 45 | left: 0; 46 | top:0; 47 | height: 100%; 48 | width: 100%; 49 | position: absolute; 50 | } 51 | .area-picker .area-picker-cancel, 52 | .area-picker .area-picker-confirm { 53 | display: inline-block; 54 | padding: 24rpx; 55 | color: #888; 56 | } 57 | 58 | .area-picker .area-picker-confirm{ 59 | float: right; 60 | color: #00aa00; 61 | } 62 | 63 | .area-picker .area-picker-row{ 64 | width: 100%; 65 | height: 500rpx; 66 | } -------------------------------------------------------------------------------- /commons/extension/extension.wxml: -------------------------------------------------------------------------------- 1 | 2 | {{_toast.title}} 3 | -------------------------------------------------------------------------------- /commons/extension/extension.wxss: -------------------------------------------------------------------------------- 1 | #_toast { 2 | position: fixed; 3 | top: 20%; 4 | left: 0; 5 | width: 100%; 6 | height: 0; 7 | background: #ff0; 8 | z-index: 10000; 9 | padding: 0 120rpx; 10 | text-align: center; 11 | } 12 | 13 | #_toast_title { 14 | font-size: 11pt; 15 | display: inline-block; 16 | background: rgba(0, 0, 0, 0.85); 17 | color: #fff; 18 | margin: 0 auto; 19 | padding: 16rpx 32rpx; 20 | border-radius: 16rpx; 21 | max-height: 60vh; 22 | overflow-y: auto; 23 | overflow-x: hidden; 24 | text-align: left; 25 | transition: 150ms; 26 | word-break: break-all; 27 | box-shadow:0 0 25rpx 5rpx rgba(0, 0, 0, .5); 28 | 29 | } 30 | 31 | #_toast_title.hide { 32 | opacity: 0; 33 | visibility: hidden; 34 | } -------------------------------------------------------------------------------- /commons/float-icon/float-icon.wxml: -------------------------------------------------------------------------------- 1 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 26 | 27 | -------------------------------------------------------------------------------- /commons/get-card/get-card.wxml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 获得{{goods_card_list.length}}张卡券 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | {{item.content}} 21 | 22 | 23 | 24 | 25 | 26 | 27 | 卡券将5分钟内放入您的卡包 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | -------------------------------------------------------------------------------- /commons/get-card/get-card.wxss: -------------------------------------------------------------------------------- 1 | .get-card { 2 | width: 100%; 3 | height: 100%; 4 | position: absolute; 5 | left: 0; 6 | top: 0; 7 | z-index: 2000; 8 | background-color: rgba(0, 0, 0, 0.5); 9 | } 10 | 11 | .card-block { 12 | margin-top: -140rpx; 13 | position: relative; 14 | } 15 | 16 | .card-info { 17 | width: 559rpx; 18 | border-radius: 0 0 30rpx 30rpx; 19 | background-color: #fff; 20 | margin-top: -20rpx; 21 | padding: 20rpx 0 50rpx 0; 22 | } 23 | 24 | .card-one { 25 | width: 100%; 26 | height: 164rpx; 27 | margin-bottom: 10rpx; 28 | } 29 | 30 | .card-bg { 31 | width: 514rpx; 32 | height: 164rpx; 33 | border-radius: 10rpx; 34 | box-shadow: 2rpx 2rpx 30rpx #ddd; 35 | padding: 14rpx; 36 | } 37 | 38 | .card-bg-1 { 39 | width: 100%; 40 | height: 100%; 41 | border: 2rpx #ff4544 dashed; 42 | border-radius: 10rpx; 43 | padding: 0 20rpx; 44 | } 45 | 46 | .card-del { 47 | position: absolute; 48 | right: 34rpx; 49 | top: 224rpx; 50 | width: 90rpx; 51 | height: 90rpx; 52 | } 53 | 54 | .card-del image{ 55 | width: 30rpx; 56 | height: 30rpx; 57 | } 58 | 59 | .card-text { 60 | color: #707070; 61 | margin-top: 24rpx; 62 | margin-bottom: 34rpx; 63 | font-size: 9pt; 64 | } 65 | 66 | .card-text::before { 67 | content: ' '; 68 | margin-right: 32rpx; 69 | width: 50rpx; 70 | height: 1rpx; 71 | background-color: #707070; 72 | overflow: hidden; 73 | margin-top: 21rpx; 74 | } 75 | 76 | .card-text::after { 77 | content: ' '; 78 | margin-left: 32rpx; 79 | width: 50rpx; 80 | height: 1rpx; 81 | background-color: #707070; 82 | overflow: hidden; 83 | margin-top: 21rpx; 84 | } 85 | 86 | .card-btn { 87 | position: relative; 88 | } 89 | 90 | .card-btn image { 91 | width: 374rpx; 92 | height: 96rpx; 93 | } 94 | 95 | .card-get{ 96 | margin-top: 4rpx; 97 | margin-bottom: 20rpx; 98 | color: #ff4544; 99 | font-size: 13pt; 100 | } 101 | -------------------------------------------------------------------------------- /commons/get-coupon/get-coupon.wxml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 8 | 9 | 10 | 11 | 13 | 14 | 15 | 16 | 17 | {{item.sub_price}} 18 | 19 | 20 | 满{{item.min_price}}元可用 21 | 22 | 23 | 立即使用 24 | {{item.desc}} 25 | 26 | 27 | 28 | 29 | 31 | 32 | 33 | 34 | -------------------------------------------------------------------------------- /images/car.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roobe/wechat_shop/1a5e398f1180e43e2851d078b73f9ccea84feec2/images/car.png -------------------------------------------------------------------------------- /images/cart_add.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roobe/wechat_shop/1a5e398f1180e43e2851d078b73f9ccea84feec2/images/cart_add.png -------------------------------------------------------------------------------- /images/cart_less.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roobe/wechat_shop/1a5e398f1180e43e2851d078b73f9ccea84feec2/images/cart_less.png -------------------------------------------------------------------------------- /images/cart_no_add.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roobe/wechat_shop/1a5e398f1180e43e2851d078b73f9ccea84feec2/images/cart_no_add.png -------------------------------------------------------------------------------- /images/cart_no_less.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roobe/wechat_shop/1a5e398f1180e43e2851d078b73f9ccea84feec2/images/cart_no_less.png -------------------------------------------------------------------------------- /images/clear.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roobe/wechat_shop/1a5e398f1180e43e2851d078b73f9ccea84feec2/images/clear.png -------------------------------------------------------------------------------- /images/guige.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roobe/wechat_shop/1a5e398f1180e43e2851d078b73f9ccea84feec2/images/guige.jpg -------------------------------------------------------------------------------- /images/ico-pt-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roobe/wechat_shop/1a5e398f1180e43e2851d078b73f9ccea84feec2/images/ico-pt-active.png -------------------------------------------------------------------------------- /images/icon-about-us.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roobe/wechat_shop/1a5e398f1180e43e2851d078b73f9ccea84feec2/images/icon-about-us.png -------------------------------------------------------------------------------- /images/icon-address.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roobe/wechat_shop/1a5e398f1180e43e2851d078b73f9ccea84feec2/images/icon-address.png -------------------------------------------------------------------------------- /images/icon-balance-ad.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roobe/wechat_shop/1a5e398f1180e43e2851d078b73f9ccea84feec2/images/icon-balance-ad.png -------------------------------------------------------------------------------- /images/icon-balance-bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roobe/wechat_shop/1a5e398f1180e43e2851d078b73f9ccea84feec2/images/icon-balance-bg.png -------------------------------------------------------------------------------- /images/icon-balance-left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roobe/wechat_shop/1a5e398f1180e43e2851d078b73f9ccea84feec2/images/icon-balance-left.png -------------------------------------------------------------------------------- /images/icon-balance-p.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roobe/wechat_shop/1a5e398f1180e43e2851d078b73f9ccea84feec2/images/icon-balance-p.png -------------------------------------------------------------------------------- /images/icon-balance-right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roobe/wechat_shop/1a5e398f1180e43e2851d078b73f9ccea84feec2/images/icon-balance-right.png -------------------------------------------------------------------------------- /images/icon-card-bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roobe/wechat_shop/1a5e398f1180e43e2851d078b73f9ccea84feec2/images/icon-card-bg.png -------------------------------------------------------------------------------- /images/icon-card-btn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roobe/wechat_shop/1a5e398f1180e43e2851d078b73f9ccea84feec2/images/icon-card-btn.png -------------------------------------------------------------------------------- /images/icon-card-del.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roobe/wechat_shop/1a5e398f1180e43e2851d078b73f9ccea84feec2/images/icon-card-del.png -------------------------------------------------------------------------------- /images/icon-card-qrcode.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roobe/wechat_shop/1a5e398f1180e43e2851d078b73f9ccea84feec2/images/icon-card-qrcode.png -------------------------------------------------------------------------------- /images/icon-card-top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roobe/wechat_shop/1a5e398f1180e43e2851d078b73f9ccea84feec2/images/icon-card-top.png -------------------------------------------------------------------------------- /images/icon-check.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roobe/wechat_shop/1a5e398f1180e43e2851d078b73f9ccea84feec2/images/icon-check.png -------------------------------------------------------------------------------- /images/icon-checked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roobe/wechat_shop/1a5e398f1180e43e2851d078b73f9ccea84feec2/images/icon-checked.png -------------------------------------------------------------------------------- /images/icon-clerk.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roobe/wechat_shop/1a5e398f1180e43e2851d078b73f9ccea84feec2/images/icon-clerk.png -------------------------------------------------------------------------------- /images/icon-close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roobe/wechat_shop/1a5e398f1180e43e2851d078b73f9ccea84feec2/images/icon-close.png -------------------------------------------------------------------------------- /images/icon-close2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roobe/wechat_shop/1a5e398f1180e43e2851d078b73f9ccea84feec2/images/icon-close2.png -------------------------------------------------------------------------------- /images/icon-close3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roobe/wechat_shop/1a5e398f1180e43e2851d078b73f9ccea84feec2/images/icon-close3.png -------------------------------------------------------------------------------- /images/icon-close4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roobe/wechat_shop/1a5e398f1180e43e2851d078b73f9ccea84feec2/images/icon-close4.png -------------------------------------------------------------------------------- /images/icon-comment-score-1.active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roobe/wechat_shop/1a5e398f1180e43e2851d078b73f9ccea84feec2/images/icon-comment-score-1.active.png -------------------------------------------------------------------------------- /images/icon-comment-score-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roobe/wechat_shop/1a5e398f1180e43e2851d078b73f9ccea84feec2/images/icon-comment-score-1.png -------------------------------------------------------------------------------- /images/icon-comment-score-2.active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roobe/wechat_shop/1a5e398f1180e43e2851d078b73f9ccea84feec2/images/icon-comment-score-2.active.png -------------------------------------------------------------------------------- /images/icon-comment-score-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roobe/wechat_shop/1a5e398f1180e43e2851d078b73f9ccea84feec2/images/icon-comment-score-2.png -------------------------------------------------------------------------------- /images/icon-comment-score-3.active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roobe/wechat_shop/1a5e398f1180e43e2851d078b73f9ccea84feec2/images/icon-comment-score-3.active.png -------------------------------------------------------------------------------- /images/icon-comment-score-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roobe/wechat_shop/1a5e398f1180e43e2851d078b73f9ccea84feec2/images/icon-comment-score-3.png -------------------------------------------------------------------------------- /images/icon-coupon-index.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roobe/wechat_shop/1a5e398f1180e43e2851d078b73f9ccea84feec2/images/icon-coupon-index.png -------------------------------------------------------------------------------- /images/icon-coupon-no.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roobe/wechat_shop/1a5e398f1180e43e2851d078b73f9ccea84feec2/images/icon-coupon-no.png -------------------------------------------------------------------------------- /images/icon-coupon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roobe/wechat_shop/1a5e398f1180e43e2851d078b73f9ccea84feec2/images/icon-coupon.png -------------------------------------------------------------------------------- /images/icon-delete.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roobe/wechat_shop/1a5e398f1180e43e2851d078b73f9ccea84feec2/images/icon-delete.png -------------------------------------------------------------------------------- /images/icon-detail-love.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roobe/wechat_shop/1a5e398f1180e43e2851d078b73f9ccea84feec2/images/icon-detail-love.png -------------------------------------------------------------------------------- /images/icon-discount.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roobe/wechat_shop/1a5e398f1180e43e2851d078b73f9ccea84feec2/images/icon-discount.png -------------------------------------------------------------------------------- /images/icon-down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roobe/wechat_shop/1a5e398f1180e43e2851d078b73f9ccea84feec2/images/icon-down.png -------------------------------------------------------------------------------- /images/icon-edit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roobe/wechat_shop/1a5e398f1180e43e2851d078b73f9ccea84feec2/images/icon-edit.png -------------------------------------------------------------------------------- /images/icon-favorite-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roobe/wechat_shop/1a5e398f1180e43e2851d078b73f9ccea84feec2/images/icon-favorite-active.png -------------------------------------------------------------------------------- /images/icon-favorite.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roobe/wechat_shop/1a5e398f1180e43e2851d078b73f9ccea84feec2/images/icon-favorite.png -------------------------------------------------------------------------------- /images/icon-group-share.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roobe/wechat_shop/1a5e398f1180e43e2851d078b73f9ccea84feec2/images/icon-group-share.png -------------------------------------------------------------------------------- /images/icon-help.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roobe/wechat_shop/1a5e398f1180e43e2851d078b73f9ccea84feec2/images/icon-help.png -------------------------------------------------------------------------------- /images/icon-huodao-selected.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roobe/wechat_shop/1a5e398f1180e43e2851d078b73f9ccea84feec2/images/icon-huodao-selected.png -------------------------------------------------------------------------------- /images/icon-image-picker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roobe/wechat_shop/1a5e398f1180e43e2851d078b73f9ccea84feec2/images/icon-image-picker.png -------------------------------------------------------------------------------- /images/icon-integral-radio-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roobe/wechat_shop/1a5e398f1180e43e2851d078b73f9ccea84feec2/images/icon-integral-radio-active.png -------------------------------------------------------------------------------- /images/icon-integral-radio.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roobe/wechat_shop/1a5e398f1180e43e2851d078b73f9ccea84feec2/images/icon-integral-radio.png -------------------------------------------------------------------------------- /images/icon-jiantou-r.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roobe/wechat_shop/1a5e398f1180e43e2851d078b73f9ccea84feec2/images/icon-jiantou-r.png -------------------------------------------------------------------------------- /images/icon-jingxuan.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roobe/wechat_shop/1a5e398f1180e43e2851d078b73f9ccea84feec2/images/icon-jingxuan.png -------------------------------------------------------------------------------- /images/icon-loading.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roobe/wechat_shop/1a5e398f1180e43e2851d078b73f9ccea84feec2/images/icon-loading.gif -------------------------------------------------------------------------------- /images/icon-member-bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roobe/wechat_shop/1a5e398f1180e43e2851d078b73f9ccea84feec2/images/icon-member-bg.png -------------------------------------------------------------------------------- /images/icon-member-level.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roobe/wechat_shop/1a5e398f1180e43e2851d078b73f9ccea84feec2/images/icon-member-level.png -------------------------------------------------------------------------------- /images/icon-member-rights.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roobe/wechat_shop/1a5e398f1180e43e2851d078b73f9ccea84feec2/images/icon-member-rights.png -------------------------------------------------------------------------------- /images/icon-miaosha.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roobe/wechat_shop/1a5e398f1180e43e2851d078b73f9ccea84feec2/images/icon-miaosha.png -------------------------------------------------------------------------------- /images/icon-notice-jiantou.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roobe/wechat_shop/1a5e398f1180e43e2851d078b73f9ccea84feec2/images/icon-notice-jiantou.png -------------------------------------------------------------------------------- /images/icon-notice-title.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roobe/wechat_shop/1a5e398f1180e43e2851d078b73f9ccea84feec2/images/icon-notice-title.png -------------------------------------------------------------------------------- /images/icon-notice.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roobe/wechat_shop/1a5e398f1180e43e2851d078b73f9ccea84feec2/images/icon-notice.png -------------------------------------------------------------------------------- /images/icon-ntegration.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roobe/wechat_shop/1a5e398f1180e43e2851d078b73f9ccea84feec2/images/icon-ntegration.png -------------------------------------------------------------------------------- /images/icon-offline.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roobe/wechat_shop/1a5e398f1180e43e2851d078b73f9ccea84feec2/images/icon-offline.png -------------------------------------------------------------------------------- /images/icon-online-selected.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roobe/wechat_shop/1a5e398f1180e43e2851d078b73f9ccea84feec2/images/icon-online-selected.png -------------------------------------------------------------------------------- /images/icon-order-0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roobe/wechat_shop/1a5e398f1180e43e2851d078b73f9ccea84feec2/images/icon-order-0.png -------------------------------------------------------------------------------- /images/icon-order-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roobe/wechat_shop/1a5e398f1180e43e2851d078b73f9ccea84feec2/images/icon-order-1.png -------------------------------------------------------------------------------- /images/icon-order-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roobe/wechat_shop/1a5e398f1180e43e2851d078b73f9ccea84feec2/images/icon-order-2.png -------------------------------------------------------------------------------- /images/icon-order-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roobe/wechat_shop/1a5e398f1180e43e2851d078b73f9ccea84feec2/images/icon-order-3.png -------------------------------------------------------------------------------- /images/icon-order-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roobe/wechat_shop/1a5e398f1180e43e2851d078b73f9ccea84feec2/images/icon-order-4.png -------------------------------------------------------------------------------- /images/icon-pay-right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roobe/wechat_shop/1a5e398f1180e43e2851d078b73f9ccea84feec2/images/icon-pay-right.png -------------------------------------------------------------------------------- /images/icon-pintuan-text.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roobe/wechat_shop/1a5e398f1180e43e2851d078b73f9ccea84feec2/images/icon-pintuan-text.png -------------------------------------------------------------------------------- /images/icon-play.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roobe/wechat_shop/1a5e398f1180e43e2851d078b73f9ccea84feec2/images/icon-play.png -------------------------------------------------------------------------------- /images/icon-point-gray.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roobe/wechat_shop/1a5e398f1180e43e2851d078b73f9ccea84feec2/images/icon-point-gray.png -------------------------------------------------------------------------------- /images/icon-point-green.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roobe/wechat_shop/1a5e398f1180e43e2851d078b73f9ccea84feec2/images/icon-point-green.png -------------------------------------------------------------------------------- /images/icon-pt-group-bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roobe/wechat_shop/1a5e398f1180e43e2851d078b73f9ccea84feec2/images/icon-pt-group-bg.png -------------------------------------------------------------------------------- /images/icon-receive-coupon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roobe/wechat_shop/1a5e398f1180e43e2851d078b73f9ccea84feec2/images/icon-receive-coupon.png -------------------------------------------------------------------------------- /images/icon-search.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roobe/wechat_shop/1a5e398f1180e43e2851d078b73f9ccea84feec2/images/icon-search.png -------------------------------------------------------------------------------- /images/icon-service.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roobe/wechat_shop/1a5e398f1180e43e2851d078b73f9ccea84feec2/images/icon-service.png -------------------------------------------------------------------------------- /images/icon-share-ant.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roobe/wechat_shop/1a5e398f1180e43e2851d078b73f9ccea84feec2/images/icon-share-ant.png -------------------------------------------------------------------------------- /images/icon-share-bank.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roobe/wechat_shop/1a5e398f1180e43e2851d078b73f9ccea84feec2/images/icon-share-bank.png -------------------------------------------------------------------------------- /images/icon-share-friend.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roobe/wechat_shop/1a5e398f1180e43e2851d078b73f9ccea84feec2/images/icon-share-friend.png -------------------------------------------------------------------------------- /images/icon-share-qrcode.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roobe/wechat_shop/1a5e398f1180e43e2851d078b73f9ccea84feec2/images/icon-share-qrcode.png -------------------------------------------------------------------------------- /images/icon-share-selected.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roobe/wechat_shop/1a5e398f1180e43e2851d078b73f9ccea84feec2/images/icon-share-selected.png -------------------------------------------------------------------------------- /images/icon-share-wechat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roobe/wechat_shop/1a5e398f1180e43e2851d078b73f9ccea84feec2/images/icon-share-wechat.png -------------------------------------------------------------------------------- /images/icon-share.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roobe/wechat_shop/1a5e398f1180e43e2851d078b73f9ccea84feec2/images/icon-share.png -------------------------------------------------------------------------------- /images/icon-shop-checked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roobe/wechat_shop/1a5e398f1180e43e2851d078b73f9ccea84feec2/images/icon-shop-checked.png -------------------------------------------------------------------------------- /images/icon-shop-dingwei.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roobe/wechat_shop/1a5e398f1180e43e2851d078b73f9ccea84feec2/images/icon-shop-dingwei.png -------------------------------------------------------------------------------- /images/icon-shop-love.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roobe/wechat_shop/1a5e398f1180e43e2851d078b73f9ccea84feec2/images/icon-shop-love.png -------------------------------------------------------------------------------- /images/icon-shop-nav-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roobe/wechat_shop/1a5e398f1180e43e2851d078b73f9ccea84feec2/images/icon-shop-nav-1.png -------------------------------------------------------------------------------- /images/icon-shop-nav.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roobe/wechat_shop/1a5e398f1180e43e2851d078b73f9ccea84feec2/images/icon-shop-nav.png -------------------------------------------------------------------------------- /images/icon-shop-search.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roobe/wechat_shop/1a5e398f1180e43e2851d078b73f9ccea84feec2/images/icon-shop-search.png -------------------------------------------------------------------------------- /images/icon-shop-tel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roobe/wechat_shop/1a5e398f1180e43e2851d078b73f9ccea84feec2/images/icon-shop-tel.png -------------------------------------------------------------------------------- /images/icon-shop-un.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roobe/wechat_shop/1a5e398f1180e43e2851d078b73f9ccea84feec2/images/icon-shop-un.png -------------------------------------------------------------------------------- /images/icon-sort-down-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roobe/wechat_shop/1a5e398f1180e43e2851d078b73f9ccea84feec2/images/icon-sort-down-active.png -------------------------------------------------------------------------------- /images/icon-sort-down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roobe/wechat_shop/1a5e398f1180e43e2851d078b73f9ccea84feec2/images/icon-sort-down.png -------------------------------------------------------------------------------- /images/icon-sort-up-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roobe/wechat_shop/1a5e398f1180e43e2851d078b73f9ccea84feec2/images/icon-sort-up-active.png -------------------------------------------------------------------------------- /images/icon-sort-up.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roobe/wechat_shop/1a5e398f1180e43e2851d078b73f9ccea84feec2/images/icon-sort-up.png -------------------------------------------------------------------------------- /images/icon-store.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roobe/wechat_shop/1a5e398f1180e43e2851d078b73f9ccea84feec2/images/icon-store.png -------------------------------------------------------------------------------- /images/icon-sub.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roobe/wechat_shop/1a5e398f1180e43e2851d078b73f9ccea84feec2/images/icon-sub.png -------------------------------------------------------------------------------- /images/icon-time-bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roobe/wechat_shop/1a5e398f1180e43e2851d078b73f9ccea84feec2/images/icon-time-bg.png -------------------------------------------------------------------------------- /images/icon-time-split.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roobe/wechat_shop/1a5e398f1180e43e2851d078b73f9ccea84feec2/images/icon-time-split.png -------------------------------------------------------------------------------- /images/icon-topic-love-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roobe/wechat_shop/1a5e398f1180e43e2851d078b73f9ccea84feec2/images/icon-topic-love-active.png -------------------------------------------------------------------------------- /images/icon-topic-love.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roobe/wechat_shop/1a5e398f1180e43e2851d078b73f9ccea84feec2/images/icon-topic-love.png -------------------------------------------------------------------------------- /images/icon-topic-share.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roobe/wechat_shop/1a5e398f1180e43e2851d078b73f9ccea84feec2/images/icon-topic-share.png -------------------------------------------------------------------------------- /images/icon-topic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roobe/wechat_shop/1a5e398f1180e43e2851d078b73f9ccea84feec2/images/icon-topic.png -------------------------------------------------------------------------------- /images/icon-uncheck.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roobe/wechat_shop/1a5e398f1180e43e2851d078b73f9ccea84feec2/images/icon-uncheck.png -------------------------------------------------------------------------------- /images/icon-up.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roobe/wechat_shop/1a5e398f1180e43e2851d078b73f9ccea84feec2/images/icon-up.png -------------------------------------------------------------------------------- /images/icon-user-balance.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roobe/wechat_shop/1a5e398f1180e43e2851d078b73f9ccea84feec2/images/icon-user-balance.png -------------------------------------------------------------------------------- /images/icon-user-card.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roobe/wechat_shop/1a5e398f1180e43e2851d078b73f9ccea84feec2/images/icon-user-card.png -------------------------------------------------------------------------------- /images/icon-user-fx.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roobe/wechat_shop/1a5e398f1180e43e2851d078b73f9ccea84feec2/images/icon-user-fx.png -------------------------------------------------------------------------------- /images/icon-user-integral.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roobe/wechat_shop/1a5e398f1180e43e2851d078b73f9ccea84feec2/images/icon-user-integral.png -------------------------------------------------------------------------------- /images/icon-user-kf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roobe/wechat_shop/1a5e398f1180e43e2851d078b73f9ccea84feec2/images/icon-user-kf.png -------------------------------------------------------------------------------- /images/icon-user-level.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roobe/wechat_shop/1a5e398f1180e43e2851d078b73f9ccea84feec2/images/icon-user-level.png -------------------------------------------------------------------------------- /images/icon-user-lingqu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roobe/wechat_shop/1a5e398f1180e43e2851d078b73f9ccea84feec2/images/icon-user-lingqu.png -------------------------------------------------------------------------------- /images/icon-user-lx.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roobe/wechat_shop/1a5e398f1180e43e2851d078b73f9ccea84feec2/images/icon-user-lx.png -------------------------------------------------------------------------------- /images/icon-user-sc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roobe/wechat_shop/1a5e398f1180e43e2851d078b73f9ccea84feec2/images/icon-user-sc.png -------------------------------------------------------------------------------- /images/icon-user-wallet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roobe/wechat_shop/1a5e398f1180e43e2851d078b73f9ccea84feec2/images/icon-user-wallet.png -------------------------------------------------------------------------------- /images/icon-user-xx.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roobe/wechat_shop/1a5e398f1180e43e2851d078b73f9ccea84feec2/images/icon-user-xx.png -------------------------------------------------------------------------------- /images/icon-user-yhq.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roobe/wechat_shop/1a5e398f1180e43e2851d078b73f9ccea84feec2/images/icon-user-yhq.png -------------------------------------------------------------------------------- /images/icon-user-yj.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roobe/wechat_shop/1a5e398f1180e43e2851d078b73f9ccea84feec2/images/icon-user-yj.png -------------------------------------------------------------------------------- /images/icon-user-zl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roobe/wechat_shop/1a5e398f1180e43e2851d078b73f9ccea84feec2/images/icon-user-zl.png -------------------------------------------------------------------------------- /images/icon-warning.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roobe/wechat_shop/1a5e398f1180e43e2851d078b73f9ccea84feec2/images/icon-warning.png -------------------------------------------------------------------------------- /images/img-coupon-bg-0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roobe/wechat_shop/1a5e398f1180e43e2851d078b73f9ccea84feec2/images/img-coupon-bg-0.png -------------------------------------------------------------------------------- /images/img-coupon-bg-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roobe/wechat_shop/1a5e398f1180e43e2851d078b73f9ccea84feec2/images/img-coupon-bg-1.png -------------------------------------------------------------------------------- /images/img-coupon-status-icon-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roobe/wechat_shop/1a5e398f1180e43e2851d078b73f9ccea84feec2/images/img-coupon-status-icon-1.png -------------------------------------------------------------------------------- /images/img-coupon-status-icon-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roobe/wechat_shop/1a5e398f1180e43e2851d078b73f9ccea84feec2/images/img-coupon-status-icon-2.png -------------------------------------------------------------------------------- /images/img-get-coupon-bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roobe/wechat_shop/1a5e398f1180e43e2851d078b73f9ccea84feec2/images/img-get-coupon-bg.png -------------------------------------------------------------------------------- /images/img-get-coupon-item-bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roobe/wechat_shop/1a5e398f1180e43e2851d078b73f9ccea84feec2/images/img-get-coupon-item-bg.png -------------------------------------------------------------------------------- /images/img-get-coupon-title.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roobe/wechat_shop/1a5e398f1180e43e2851d078b73f9ccea84feec2/images/img-get-coupon-title.png -------------------------------------------------------------------------------- /images/img-nvzhuang.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roobe/wechat_shop/1a5e398f1180e43e2851d078b73f9ccea84feec2/images/img-nvzhuang.png -------------------------------------------------------------------------------- /images/img-order-status-bar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roobe/wechat_shop/1a5e398f1180e43e2851d078b73f9ccea84feec2/images/img-order-status-bar.png -------------------------------------------------------------------------------- /images/img-share-agree.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roobe/wechat_shop/1a5e398f1180e43e2851d078b73f9ccea84feec2/images/img-share-agree.png -------------------------------------------------------------------------------- /images/img-share-cash.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roobe/wechat_shop/1a5e398f1180e43e2851d078b73f9ccea84feec2/images/img-share-cash.png -------------------------------------------------------------------------------- /images/img-share-down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roobe/wechat_shop/1a5e398f1180e43e2851d078b73f9ccea84feec2/images/img-share-down.png -------------------------------------------------------------------------------- /images/img-share-info.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roobe/wechat_shop/1a5e398f1180e43e2851d078b73f9ccea84feec2/images/img-share-info.png -------------------------------------------------------------------------------- /images/img-share-money.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roobe/wechat_shop/1a5e398f1180e43e2851d078b73f9ccea84feec2/images/img-share-money.png -------------------------------------------------------------------------------- /images/img-share-order.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roobe/wechat_shop/1a5e398f1180e43e2851d078b73f9ccea84feec2/images/img-share-order.png -------------------------------------------------------------------------------- /images/img-share-price.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roobe/wechat_shop/1a5e398f1180e43e2851d078b73f9ccea84feec2/images/img-share-price.png -------------------------------------------------------------------------------- /images/img-share-qrcode.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roobe/wechat_shop/1a5e398f1180e43e2851d078b73f9ccea84feec2/images/img-share-qrcode.png -------------------------------------------------------------------------------- /images/img-share-right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roobe/wechat_shop/1a5e398f1180e43e2851d078b73f9ccea84feec2/images/img-share-right.png -------------------------------------------------------------------------------- /images/img-share-shop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roobe/wechat_shop/1a5e398f1180e43e2851d078b73f9ccea84feec2/images/img-share-shop.png -------------------------------------------------------------------------------- /images/img-share-team.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roobe/wechat_shop/1a5e398f1180e43e2851d078b73f9ccea84feec2/images/img-share-team.png -------------------------------------------------------------------------------- /images/img-share-tip.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roobe/wechat_shop/1a5e398f1180e43e2851d078b73f9ccea84feec2/images/img-share-tip.png -------------------------------------------------------------------------------- /images/img-share-un.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roobe/wechat_shop/1a5e398f1180e43e2851d078b73f9ccea84feec2/images/img-share-un.png -------------------------------------------------------------------------------- /images/integral.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roobe/wechat_shop/1a5e398f1180e43e2851d078b73f9ccea84feec2/images/integral.png -------------------------------------------------------------------------------- /images/jia.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roobe/wechat_shop/1a5e398f1180e43e2851d078b73f9ccea84feec2/images/jia.png -------------------------------------------------------------------------------- /images/jian.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roobe/wechat_shop/1a5e398f1180e43e2851d078b73f9ccea84feec2/images/jian.png -------------------------------------------------------------------------------- /images/liji.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roobe/wechat_shop/1a5e398f1180e43e2851d078b73f9ccea84feec2/images/liji.jpg -------------------------------------------------------------------------------- /images/loading-black.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /images/loading.svg: -------------------------------------------------------------------------------- 1 | 4 | 5 | 6 | 9 | 10 | 11 | 12 | 13 | 16 | 17 | 18 | 19 | 20 | 23 | 24 | 25 | 26 | 27 | 30 | 31 | 32 | -------------------------------------------------------------------------------- /images/pt-addres-bottom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roobe/wechat_shop/1a5e398f1180e43e2851d078b73f9ccea84feec2/images/pt-addres-bottom.png -------------------------------------------------------------------------------- /images/pt-addres-top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roobe/wechat_shop/1a5e398f1180e43e2851d078b73f9ccea84feec2/images/pt-addres-top.png -------------------------------------------------------------------------------- /images/pt-address.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roobe/wechat_shop/1a5e398f1180e43e2851d078b73f9ccea84feec2/images/pt-address.png -------------------------------------------------------------------------------- /images/pt-details-pt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roobe/wechat_shop/1a5e398f1180e43e2851d078b73f9ccea84feec2/images/pt-details-pt.png -------------------------------------------------------------------------------- /images/pt-empty-order.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roobe/wechat_shop/1a5e398f1180e43e2851d078b73f9ccea84feec2/images/pt-empty-order.png -------------------------------------------------------------------------------- /images/pt-fail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roobe/wechat_shop/1a5e398f1180e43e2851d078b73f9ccea84feec2/images/pt-fail.png -------------------------------------------------------------------------------- /images/pt-favorite-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roobe/wechat_shop/1a5e398f1180e43e2851d078b73f9ccea84feec2/images/pt-favorite-active.png -------------------------------------------------------------------------------- /images/pt-favorite.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roobe/wechat_shop/1a5e398f1180e43e2851d078b73f9ccea84feec2/images/pt-favorite.png -------------------------------------------------------------------------------- /images/pt-go-home.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roobe/wechat_shop/1a5e398f1180e43e2851d078b73f9ccea84feec2/images/pt-go-home.png -------------------------------------------------------------------------------- /images/pt-my-group.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roobe/wechat_shop/1a5e398f1180e43e2851d078b73f9ccea84feec2/images/pt-my-group.png -------------------------------------------------------------------------------- /images/pt-no-group-num-pic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roobe/wechat_shop/1a5e398f1180e43e2851d078b73f9ccea84feec2/images/pt-no-group-num-pic.png -------------------------------------------------------------------------------- /images/pt-order-details-bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roobe/wechat_shop/1a5e398f1180e43e2851d078b73f9ccea84feec2/images/pt-order-details-bg.png -------------------------------------------------------------------------------- /images/pt-search-clear.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roobe/wechat_shop/1a5e398f1180e43e2851d078b73f9ccea84feec2/images/pt-search-clear.png -------------------------------------------------------------------------------- /images/pt-search-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roobe/wechat_shop/1a5e398f1180e43e2851d078b73f9ccea84feec2/images/pt-search-icon.png -------------------------------------------------------------------------------- /images/pt-shop-car.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roobe/wechat_shop/1a5e398f1180e43e2851d078b73f9ccea84feec2/images/pt-shop-car.png -------------------------------------------------------------------------------- /images/pt-success.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roobe/wechat_shop/1a5e398f1180e43e2851d078b73f9ccea84feec2/images/pt-success.png -------------------------------------------------------------------------------- /images/quick-hot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roobe/wechat_shop/1a5e398f1180e43e2851d078b73f9ccea84feec2/images/quick-hot.png -------------------------------------------------------------------------------- /images/serach-index-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roobe/wechat_shop/1a5e398f1180e43e2851d078b73f9ccea84feec2/images/serach-index-icon.png -------------------------------------------------------------------------------- /images/settle.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roobe/wechat_shop/1a5e398f1180e43e2851d078b73f9ccea84feec2/images/settle.jpg -------------------------------------------------------------------------------- /images/user-integral-arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roobe/wechat_shop/1a5e398f1180e43e2851d078b73f9ccea84feec2/images/user-integral-arrow.png -------------------------------------------------------------------------------- /images/video-play.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roobe/wechat_shop/1a5e398f1180e43e2851d078b73f9ccea84feec2/images/video-play.png -------------------------------------------------------------------------------- /images/yougoods.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roobe/wechat_shop/1a5e398f1180e43e2851d078b73f9ccea84feec2/images/yougoods.jpg -------------------------------------------------------------------------------- /images/yy-form-title.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roobe/wechat_shop/1a5e398f1180e43e2851d078b73f9ccea84feec2/images/yy-form-title.png -------------------------------------------------------------------------------- /pages/add-share/index.json: -------------------------------------------------------------------------------- 1 | { 2 | "navigationBarTitleText": "申请成为分销商" 3 | } -------------------------------------------------------------------------------- /pages/add-share/index.wxss: -------------------------------------------------------------------------------- 1 | /* pages/add-share/index.wxss */ 2 | .info-bg{ 3 | width: 100%; 4 | height: 300rpx; 5 | background-color: #f7f7f7; 6 | margin-bottom: 20rpx; 7 | } 8 | .info-bg .bg{ 9 | width: 100%; 10 | height: 300rpx; 11 | } 12 | .step1 .info{ 13 | width: 100%; 14 | background-color: #ffffff; 15 | border-bottom: 1rpx #e3e3e3 solid; 16 | border-top: 1rpx #e3e3e3 solid; 17 | padding: 0 24rpx; 18 | } 19 | .info .info-label{ 20 | width: 100%; 21 | height: 100rpx; 22 | border-bottom: 1rpx #e3e3e3 solid; 23 | color:#353535; 24 | } 25 | .info .info-label:last-child{ 26 | border-bottom: none; 27 | } 28 | .info .info-label .info-red{ 29 | color:#ff4544; 30 | } 31 | .info .info-label .info-gray{ 32 | color:#666666; 33 | } 34 | .info .info-label.info-content{ 35 | height: 100rpx; 36 | } 37 | .info-label .info-left{ 38 | width: 176rpx; 39 | } 40 | .info-label .info-left.required::after{ 41 | content: "*"; 42 | color: #ff4544; 43 | } 44 | .info-label .info-agree{ 45 | font-size: 10pt; 46 | } 47 | .info-btn{ 48 | padding: 24rpx; 49 | background-color: #f7f7f7; 50 | width: 100%; 51 | } 52 | .info-btn .info-btn-content{ 53 | width: 100%; 54 | background-color: #ff4544; 55 | color: #ffffff; 56 | font-weight: bold; 57 | height: 100rpx; 58 | line-height: 100rpx; 59 | } 60 | .info-label .info-icon{ 61 | width: 60rpx; 62 | height: 60rpx; 63 | margin-right: 24rpx; 64 | } 65 | .info .bold{ 66 | font-weight: bold; 67 | } 68 | .info .info-label.info-height{ 69 | height: auto; 70 | } 71 | .info .info-label .info-block{ 72 | padding: 24rpx 0; 73 | } 74 | .info-block .info-top{ 75 | margin-bottom: 16rpx; 76 | } 77 | .info-block .info-bottom{ 78 | font-size: 9pt; 79 | } 80 | 81 | .step2 .info{ 82 | padding: 48rpx 24rpx; 83 | text-align: center; 84 | } 85 | .step2 .info .info-title{ 86 | width: 100%; 87 | padding: 40rpx 0; 88 | } 89 | .info-title .info-images{ 90 | width: 80rpx; 91 | height: 80rpx; 92 | } 93 | 94 | .step2 .info-btn1{ 95 | margin-top: 88rpx; 96 | padding: 0 24rpx; 97 | width: 100%; 98 | } 99 | 100 | .step2 .info-btn1 .btn{ 101 | width: 100%; 102 | background-color: #ff4544; 103 | color: #ffffff; 104 | font-weight: bold; 105 | height: 100rpx; 106 | line-height: 100rpx; 107 | border-radius: 10rpx; 108 | } -------------------------------------------------------------------------------- /pages/address-edit/address-edit.json: -------------------------------------------------------------------------------- 1 | { 2 | "navigationBarTitleText": "编辑地址" 3 | } -------------------------------------------------------------------------------- /pages/address-edit/address-edit.wxml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 保存 4 | 5 | 6 | 7 | 收货人 8 | 9 | 10 | 11 | 12 | 13 | 14 | 联系电话 15 | 16 | 17 | 18 | 19 | 20 | 21 | 所在地区 22 | 23 | 24 | 请选择 25 | {{district.province.name}} {{district.city.name}} {{district.district.name}} 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 详细地址 35 | 36 | 37 | 38 | 39 | 40 | 一键获取微信地址 41 | 42 | 43 | -------------------------------------------------------------------------------- /pages/address-edit/address-edit.wxss: -------------------------------------------------------------------------------- 1 | /* pages/address-edit/address-edit.wxss */ 2 | 3 | .bottom-bar{ 4 | position: fixed; 5 | bottom: 0; 6 | left: 0; 7 | width: 100%; 8 | z-index: 1000; 9 | } 10 | .bottom-bar navigator{ 11 | background: #ff4544; 12 | text-align: center; 13 | height: 100rpx; 14 | line-height: 100rpx; 15 | color: #fff; 16 | } 17 | 18 | 19 | .edit-row{ 20 | background: #fff; 21 | height: 100rpx; 22 | border-bottom: 1rpx solid #eeeeee; 23 | padding: 0 24rpx; 24 | } 25 | 26 | .edit-row:first-child{ 27 | border-top: 1rpx solid #eeeeee; 28 | } 29 | 30 | .edit-row .row-label{ 31 | margin-right: 24rpx; 32 | min-width: 140rpx; 33 | } 34 | 35 | .get-wechat-address{ 36 | text-align: center; 37 | background: #09BB07; 38 | color: #fff; 39 | padding: 18rpx 0; 40 | margin: 32rpx 24rpx; 41 | border-radius: 10rpx; 42 | display: block; 43 | } 44 | 45 | .get-wechat-address:active{ 46 | opacity: .85; 47 | } -------------------------------------------------------------------------------- /pages/address-edit/j.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "input", 3 | "timestamp": 1500971861675, 4 | "detail": { 5 | "value": "5", 6 | "cursor": 1 7 | }, 8 | "target": { 9 | "id": "", 10 | "dataset": { 11 | "name": "mobile" 12 | }, 13 | "offsetTop": 51, 14 | "offsetLeft": 79 15 | }, 16 | "currentTarget": { 17 | "id": "", 18 | "dataset": { 19 | "name": "mobile" 20 | }, 21 | "offsetTop": 51, 22 | "offsetLeft": 79 23 | }, 24 | "touches": [] 25 | } -------------------------------------------------------------------------------- /pages/address-picker/address-picker.json: -------------------------------------------------------------------------------- 1 | { 2 | "navigationBarTitleText": "选择收货地址" 3 | } -------------------------------------------------------------------------------- /pages/address-picker/address-picker.wxml: -------------------------------------------------------------------------------- 1 | 4 | 5 | 6 | 暂无收货地址 7 | 8 | 9 | 10 | 收货人:{{item.name}} 11 | {{item.mobile}} 12 | 13 | 收货地址:{{item.address}} 14 | 15 | 16 | 17 | 18 | 19 | 手动添加地址 20 | 21 | 22 | 23 | 24 | 25 | -------------------------------------------------------------------------------- /pages/address-picker/address-picker.wxss: -------------------------------------------------------------------------------- 1 | 2 | .bottom-bar{ 3 | position: fixed; 4 | bottom: 0; 5 | left: 0; 6 | width: 100%; 7 | z-index: 1000; 8 | } 9 | 10 | 11 | .bottom-bar navigator{ 12 | background: #ff4544; 13 | text-align: center; 14 | height: 100rpx; 15 | line-height: 100rpx; 16 | color: #fff; 17 | } 18 | 19 | .address-list{ 20 | padding-bottom: 100rpx; 21 | } 22 | 23 | .address-item{ 24 | background: #fff; 25 | padding: 32rpx 24rpx; 26 | border-bottom: 1rpx solid #E3E3E3; 27 | } 28 | .userinfo{ 29 | margin-bottom: 24rpx; 30 | } 31 | .address-detail{ 32 | } 33 | .address-option{ 34 | margin-left: 48rpx; 35 | } 36 | 37 | .address-option image{ 38 | width: 32rpx; 39 | height: 32rpx; 40 | margin-right: 16rpx; 41 | } 42 | 43 | .btn{ 44 | display: block; 45 | border: 1rpx solid #ddd; 46 | font-size: 11pt; 47 | color: #555; 48 | padding: 16rpx; 49 | line-height: normal; 50 | background: #fff; 51 | border-radius: 10rpx; 52 | text-align: center; 53 | } 54 | 55 | .btn:active{ 56 | background: #fff; 57 | opacity: .65; 58 | } 59 | 60 | .btn:after{ 61 | display: none; 62 | } 63 | 64 | .btn.btn-green{ 65 | background: #09bb07; 66 | color: #fff; 67 | border-color: #09bb07; 68 | } 69 | .btn.btn-red{ 70 | background: #ff4544; 71 | color: #fff; 72 | border-color: #ff4544; 73 | } -------------------------------------------------------------------------------- /pages/address/address.json: -------------------------------------------------------------------------------- 1 | { 2 | "navigationBarTitleText": "收货地址" 3 | } -------------------------------------------------------------------------------- /pages/address/address.wxml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 添加新地址 4 | 5 | 暂无收货地址 6 | 7 | 8 | 9 | 收货人:{{item.name}} 10 | {{item.mobile}} 11 | 12 | 收货地址:{{item.address}} 13 | 14 | 15 | 16 | 17 | 18 | 默认地址 19 | 20 | 21 | 22 | 23 | 24 | 设为默认 25 | 26 | 27 | 28 | 29 | 30 | 31 | 编辑 32 | 33 | 34 | 35 | 删除 36 | 37 | 38 | 39 | 40 | -------------------------------------------------------------------------------- /pages/address/address.wxss: -------------------------------------------------------------------------------- 1 | /* pages/address/address.wxss */ 2 | .bottom-bar{ 3 | position: fixed; 4 | bottom: 0; 5 | left: 0; 6 | width: 100%; 7 | z-index: 1000; 8 | } 9 | .bottom-bar navigator{ 10 | background: #ff4544; 11 | text-align: center; 12 | height: 100rpx; 13 | line-height: 100rpx; 14 | color: #fff; 15 | } 16 | .address-list{ 17 | padding-bottom: 100rpx; 18 | } 19 | 20 | .address-item{ 21 | background: #fff; 22 | margin-bottom: 20rpx; 23 | padding: 32rpx 24rpx; 24 | } 25 | .userinfo{ 26 | margin-bottom: 24rpx; 27 | } 28 | .address-detail{ 29 | border-bottom: 1rpx solid #eee; 30 | margin-bottom: 24rpx; 31 | padding-bottom: 24rpx; 32 | } 33 | .address-option{ 34 | margin-left: 48rpx; 35 | } 36 | .address-option image{ 37 | width: 32rpx; 38 | height: 32rpx; 39 | margin-right: 16rpx; 40 | } 41 | 42 | .default-address{ 43 | width: auto; 44 | } 45 | 46 | .default-address.active{ 47 | color: #fe6e00; 48 | } -------------------------------------------------------------------------------- /pages/article-detail/article-detail.js: -------------------------------------------------------------------------------- 1 | // pages/article-detail/article-detail.js 2 | var api = require('../../api.js'); 3 | var app = getApp(); 4 | var WxParse = require('../../wxParse/wxParse.js'); 5 | Page({ 6 | 7 | /** 8 | * 页面的初始数据 9 | */ 10 | data: {}, 11 | 12 | /** 13 | * 生命周期函数--监听页面加载 14 | */ 15 | onLoad: function (options) { 16 | app.pageOnLoad(this); 17 | var page = this; 18 | app.request({ 19 | url: api.default.article_detail, 20 | data: { 21 | id: options.id, 22 | }, 23 | success: function (res) { 24 | if (res.code == 0) { 25 | wx.setNavigationBarTitle({ 26 | title: res.data.title, 27 | }); 28 | WxParse.wxParse("content", "html", res.data.content, page); 29 | } 30 | if (res.code == 1) { 31 | wx.showModal({ 32 | title: "提示", 33 | content: res.msg, 34 | showCancel: false, 35 | confirm: function (e) { 36 | if (e.confirm) { 37 | wx.navigateBack(); 38 | } 39 | } 40 | }); 41 | } 42 | } 43 | }); 44 | }, 45 | 46 | /** 47 | * 生命周期函数--监听页面初次渲染完成 48 | */ 49 | onReady: function () { 50 | 51 | }, 52 | 53 | /** 54 | * 生命周期函数--监听页面显示 55 | */ 56 | onShow: function () { 57 | 58 | }, 59 | 60 | /** 61 | * 生命周期函数--监听页面隐藏 62 | */ 63 | onHide: function () { 64 | 65 | }, 66 | 67 | /** 68 | * 生命周期函数--监听页面卸载 69 | */ 70 | onUnload: function () { 71 | 72 | }, 73 | 74 | /** 75 | * 页面相关事件处理函数--监听用户下拉动作 76 | */ 77 | onPullDownRefresh: function () { 78 | 79 | }, 80 | 81 | /** 82 | * 页面上拉触底事件的处理函数 83 | */ 84 | onReachBottom: function () { 85 | 86 | }, 87 | }) -------------------------------------------------------------------------------- /pages/article-detail/article-detail.json: -------------------------------------------------------------------------------- 1 | { 2 | "navigationBarTitleText": "详情" 3 | } -------------------------------------------------------------------------------- /pages/article-detail/article-detail.wxml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 |