├── .gitignore
├── unpackage
└── dist
│ └── dev
│ ├── .automator
│ └── mp-weixin
│ │ └── .automator.json
│ ├── mp-weixin
│ ├── components
│ │ ├── Tabbar.json
│ │ ├── agreement.json
│ │ ├── home
│ │ │ ├── category.json
│ │ │ ├── filter.json
│ │ │ ├── SearchBox.json
│ │ │ ├── bottomNav.json
│ │ │ ├── introduce.json
│ │ │ ├── SearchBox.wxml
│ │ │ ├── filter.wxml
│ │ │ ├── category.wxml
│ │ │ ├── introduce.wxml
│ │ │ ├── bottomNav.wxml
│ │ │ ├── filter.wxss
│ │ │ ├── SearchBox.wxss
│ │ │ ├── category.wxss
│ │ │ ├── introduce.wxss
│ │ │ └── bottomNav.wxss
│ │ ├── login_tip.json
│ │ ├── updateInfo.json
│ │ ├── user
│ │ │ ├── function.json
│ │ │ ├── product_nav.json
│ │ │ ├── product_nav.wxml
│ │ │ ├── function.wxml
│ │ │ ├── product_nav.wxss
│ │ │ └── function.wxss
│ │ ├── forum
│ │ │ ├── bottom_tap.json
│ │ │ ├── reviewList.json
│ │ │ ├── articleItem.json
│ │ │ ├── articleItem.wxml
│ │ │ ├── articleItem.wxss
│ │ │ ├── bottom_tap.wxml
│ │ │ ├── reviewList.wxml
│ │ │ ├── reviewList.wxss
│ │ │ └── bottom_tap.wxss
│ │ ├── agreement.wxml
│ │ ├── login_tip.wxml
│ │ ├── updateInfo.wxml
│ │ ├── agreement.wxss
│ │ ├── Tabbar.wxml
│ │ ├── login_tip.wxss
│ │ ├── updateInfo.wxss
│ │ └── Tabbar.wxss
│ ├── pages
│ │ ├── USER
│ │ │ ├── agreementlist.wxml
│ │ │ ├── address.json
│ │ │ ├── setup.json
│ │ │ ├── agreementlist.json
│ │ │ ├── personalHome.json
│ │ │ ├── collected.json
│ │ │ ├── setup.wxml
│ │ │ ├── addAddress.json
│ │ │ ├── user.json
│ │ │ ├── recommendation.json
│ │ │ ├── editorAddress.json
│ │ │ ├── personalInfo.json
│ │ │ ├── user.wxml
│ │ │ ├── setup.wxss
│ │ │ ├── personalInfo.wxss
│ │ │ ├── address.wxml
│ │ │ ├── recommendation.wxss
│ │ │ ├── addAddress.wxss
│ │ │ ├── editorAddress.wxss
│ │ │ ├── address.wxss
│ │ │ ├── user.wxss
│ │ │ ├── personalHome.wxml
│ │ │ ├── recommendation.wxml
│ │ │ ├── collected.wxml
│ │ │ ├── personalHome.wxss
│ │ │ └── collected.wxss
│ │ ├── NEWS
│ │ │ ├── talkwindows.json
│ │ │ ├── news.json
│ │ │ ├── news.wxml
│ │ │ └── news.wxss
│ │ ├── HOME
│ │ │ ├── detail.json
│ │ │ ├── kinds.json
│ │ │ ├── select.json
│ │ │ ├── home.json
│ │ │ ├── kinds.wxml
│ │ │ ├── kinds.wxss
│ │ │ ├── home.wxss
│ │ │ └── detail.wxss
│ │ ├── PUBLISH
│ │ │ ├── management.json
│ │ │ ├── seekpublish.json
│ │ │ ├── seekrentout.json
│ │ │ ├── publish.json
│ │ │ ├── editProduct.json
│ │ │ ├── editProduct.wxss
│ │ │ ├── publish.wxss
│ │ │ ├── rentout.wxss
│ │ │ ├── seekpublish.wxss
│ │ │ ├── seekrentout.wxss
│ │ │ ├── rentout.json
│ │ │ └── management.wxss
│ │ └── FORUM
│ │ │ ├── forum.json
│ │ │ ├── publishArticle.json
│ │ │ ├── articleDetail.json
│ │ │ ├── publishArticle.wxss
│ │ │ ├── publishArticle.wxml
│ │ │ ├── articleDetail.wxss
│ │ │ ├── articleDetail.wxml
│ │ │ ├── forum.wxml
│ │ │ └── forum.wxss
│ ├── app.js
│ ├── node-modules
│ │ └── uview-ui
│ │ │ └── components
│ │ │ ├── u-form
│ │ │ ├── u-form.wxml
│ │ │ └── u-form.json
│ │ │ ├── u-icon
│ │ │ ├── u-icon.json
│ │ │ ├── u-icon.wxml
│ │ │ └── u-icon.wxss
│ │ │ ├── u-line
│ │ │ ├── u-line.json
│ │ │ ├── u-line.wxml
│ │ │ └── u-line.wxss
│ │ │ ├── u-link
│ │ │ ├── u-link.json
│ │ │ ├── u-link.wxml
│ │ │ └── u-link.wxss
│ │ │ ├── u-sticky
│ │ │ ├── u-sticky.json
│ │ │ ├── u-sticky.wxml
│ │ │ └── u-sticky.wxss
│ │ │ ├── u-textarea
│ │ │ ├── u-textarea.json
│ │ │ ├── u-textarea.wxml
│ │ │ └── u-textarea.wxss
│ │ │ ├── u-toolbar
│ │ │ ├── u-toolbar.json
│ │ │ ├── u-toolbar.wxml
│ │ │ └── u-toolbar.wxss
│ │ │ ├── u-status-bar
│ │ │ ├── u-status-bar.json
│ │ │ ├── u-status-bar.wxml
│ │ │ └── u-status-bar.wxss
│ │ │ ├── u-transition
│ │ │ ├── u-transition.json
│ │ │ └── u-transition.wxml
│ │ │ ├── u-loading-icon
│ │ │ ├── u-loading-icon.json
│ │ │ └── u-loading-icon.wxml
│ │ │ ├── u-radio-group
│ │ │ ├── u-radio-group.json
│ │ │ ├── u-radio-group.wxml
│ │ │ └── u-radio-group.wxss
│ │ │ ├── u-safe-bottom
│ │ │ ├── u-safe-bottom.json
│ │ │ ├── u-safe-bottom.wxml
│ │ │ └── u-safe-bottom.wxss
│ │ │ ├── u-checkbox-group
│ │ │ ├── u-checkbox-group.json
│ │ │ ├── u-checkbox-group.wxml
│ │ │ └── u-checkbox-group.wxss
│ │ │ ├── u-swiper-indicator
│ │ │ ├── u-swiper-indicator.json
│ │ │ ├── u-swiper-indicator.wxml
│ │ │ └── u-swiper-indicator.wxss
│ │ │ ├── u--form
│ │ │ ├── u--form.json
│ │ │ └── u--form.wxml
│ │ │ ├── u--text
│ │ │ ├── u--text.json
│ │ │ └── u--text.wxml
│ │ │ ├── u-empty
│ │ │ ├── u-empty.json
│ │ │ ├── u-empty.wxml
│ │ │ └── u-empty.wxss
│ │ │ ├── u-input
│ │ │ ├── u-input.json
│ │ │ └── u-input.wxml
│ │ │ ├── u-radio
│ │ │ ├── u-radio.json
│ │ │ └── u-radio.wxml
│ │ │ ├── u-album
│ │ │ ├── u-album.json
│ │ │ ├── u-album.wxml
│ │ │ └── u-album.wxss
│ │ │ ├── u-checkbox
│ │ │ ├── u-checkbox.json
│ │ │ └── u-checkbox.wxml
│ │ │ ├── u-row-notice
│ │ │ ├── u-row-notice.json
│ │ │ └── u-row-notice.wxml
│ │ │ ├── u-column-notice
│ │ │ ├── u-column-notice.json
│ │ │ ├── u-column-notice.wxml
│ │ │ └── u-column-notice.wxss
│ │ │ ├── u--textarea
│ │ │ ├── u--textarea.json
│ │ │ └── u--textarea.wxml
│ │ │ ├── u-overlay
│ │ │ ├── u-overlay.json
│ │ │ ├── u-overlay.wxml
│ │ │ └── u-overlay.wxss
│ │ │ ├── u-switch
│ │ │ ├── u-switch.json
│ │ │ ├── u-switch.wxml
│ │ │ └── u-switch.wxss
│ │ │ ├── u-text
│ │ │ ├── u-text.json
│ │ │ ├── u-text.wxml
│ │ │ └── u-text.wxss
│ │ │ ├── u-form-item
│ │ │ ├── u-form-item.json
│ │ │ └── u-form-item.wxml
│ │ │ ├── u-upload
│ │ │ └── u-upload.json
│ │ │ ├── u-notice-bar
│ │ │ ├── u-notice-bar.json
│ │ │ ├── u-notice-bar.wxml
│ │ │ └── u-notice-bar.wxss
│ │ │ ├── u-swiper
│ │ │ ├── u-swiper.json
│ │ │ └── u-swiper.wxss
│ │ │ ├── u-picker
│ │ │ ├── u-picker.json
│ │ │ ├── u-picker.wxml
│ │ │ └── u-picker.wxss
│ │ │ └── u-popup
│ │ │ ├── u-popup.json
│ │ │ └── u-popup.wxml
│ ├── static
│ │ ├── 药品.png
│ │ ├── book.png
│ │ ├── drugs.png
│ │ ├── forum.png
│ │ ├── home.png
│ │ ├── icon1.png
│ │ ├── icon2.png
│ │ ├── icon3.png
│ │ ├── icon4.png
│ │ ├── icon5.png
│ │ ├── icon6.png
│ │ ├── icon7.png
│ │ ├── icon8.png
│ │ ├── none.png
│ │ ├── phone.png
│ │ ├── setup.png
│ │ ├── share.png
│ │ ├── shoes.png
│ │ ├── sport.png
│ │ ├── user.png
│ │ ├── Beauty.png
│ │ ├── Musical.png
│ │ ├── address.png
│ │ ├── clothes.png
│ │ ├── collect.png
│ │ ├── drugs1.png
│ │ ├── dustbin.png
│ │ ├── editor.png
│ │ ├── message.png
│ │ ├── Stationery.png
│ │ ├── activity.png
│ │ ├── agreement.png
│ │ ├── collected.png
│ │ ├── electronic.png
│ │ ├── exercise.png
│ │ ├── furniture.png
│ │ ├── pub_log2.png
│ │ ├── pub_logo1.png
│ │ ├── userinfo.png
│ │ ├── Bodybuilding.png
│ │ ├── Kitchenware.png
│ │ ├── addressBook.png
│ │ ├── addressItem.png
│ │ ├── article_like.png
│ │ ├── article_msg.png
│ │ ├── forum_active.png
│ │ ├── home_active.png
│ │ ├── user_active.png
│ │ ├── article_liked.png
│ │ ├── article_share.png
│ │ ├── customerservice.png
│ │ ├── message_active.png
│ │ └── publish_active.png
│ ├── app.wxss
│ ├── sitemap.json
│ ├── project.config.json
│ └── app.json
│ └── .sourcemap
│ └── mp-weixin
│ └── pages
│ └── SEARCH
│ └── search.js.map
├── .DS_Store
├── static
├── book.png
├── home.png
├── none.png
├── user.png
├── 药品.png
├── Beauty.png
├── drugs.png
├── drugs1.png
├── editor.png
├── forum.png
├── icon1.png
├── icon2.png
├── icon3.png
├── icon4.png
├── icon5.png
├── icon6.png
├── icon7.png
├── icon8.png
├── phone.png
├── setup.png
├── share.png
├── shoes.png
├── sport.png
├── Musical.png
├── activity.png
├── address.png
├── agreement.png
├── clothes.png
├── collect.png
├── collected.png
├── dustbin.png
├── exercise.png
├── furniture.png
├── message.png
├── pub_log2.png
├── pub_logo1.png
├── userinfo.png
├── Kitchenware.png
├── Stationery.png
├── addressBook.png
├── addressItem.png
├── article_msg.png
├── electronic.png
├── home_active.png
├── user_active.png
├── Bodybuilding.png
├── article_like.png
├── article_liked.png
├── article_share.png
├── forum_active.png
├── message_active.png
├── publish_active.png
└── customerservice.png
├── README.md
├── config
├── portConfig.js
├── socket.js
└── request.js
├── store
└── index.js
├── router
└── router.js
├── package.json
├── index.html
├── vue.config.js
├── .hbuilderx
└── launch.json
├── pages
└── USER
│ ├── agreementlist.vue
│ ├── setup.vue
│ └── user.vue
├── main.js
└── components
├── home
├── SearchBox.vue
├── filter.vue
├── introduce.vue
└── bottomNav.vue
├── forum
└── articleItem.vue
├── agreement.vue
├── user
└── product_nav.vue
└── login_Controll.js
/.gitignore:
--------------------------------------------------------------------------------
1 | node_modules
--------------------------------------------------------------------------------
/unpackage/dist/dev/.automator/mp-weixin/.automator.json:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/.DS_Store:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/584276169/secondhand-shop-uniapp/HEAD/.DS_Store
--------------------------------------------------------------------------------
/static/book.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/584276169/secondhand-shop-uniapp/HEAD/static/book.png
--------------------------------------------------------------------------------
/static/home.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/584276169/secondhand-shop-uniapp/HEAD/static/home.png
--------------------------------------------------------------------------------
/static/none.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/584276169/secondhand-shop-uniapp/HEAD/static/none.png
--------------------------------------------------------------------------------
/static/user.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/584276169/secondhand-shop-uniapp/HEAD/static/user.png
--------------------------------------------------------------------------------
/static/药品.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/584276169/secondhand-shop-uniapp/HEAD/static/药品.png
--------------------------------------------------------------------------------
/static/Beauty.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/584276169/secondhand-shop-uniapp/HEAD/static/Beauty.png
--------------------------------------------------------------------------------
/static/drugs.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/584276169/secondhand-shop-uniapp/HEAD/static/drugs.png
--------------------------------------------------------------------------------
/static/drugs1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/584276169/secondhand-shop-uniapp/HEAD/static/drugs1.png
--------------------------------------------------------------------------------
/static/editor.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/584276169/secondhand-shop-uniapp/HEAD/static/editor.png
--------------------------------------------------------------------------------
/static/forum.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/584276169/secondhand-shop-uniapp/HEAD/static/forum.png
--------------------------------------------------------------------------------
/static/icon1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/584276169/secondhand-shop-uniapp/HEAD/static/icon1.png
--------------------------------------------------------------------------------
/static/icon2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/584276169/secondhand-shop-uniapp/HEAD/static/icon2.png
--------------------------------------------------------------------------------
/static/icon3.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/584276169/secondhand-shop-uniapp/HEAD/static/icon3.png
--------------------------------------------------------------------------------
/static/icon4.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/584276169/secondhand-shop-uniapp/HEAD/static/icon4.png
--------------------------------------------------------------------------------
/static/icon5.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/584276169/secondhand-shop-uniapp/HEAD/static/icon5.png
--------------------------------------------------------------------------------
/static/icon6.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/584276169/secondhand-shop-uniapp/HEAD/static/icon6.png
--------------------------------------------------------------------------------
/static/icon7.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/584276169/secondhand-shop-uniapp/HEAD/static/icon7.png
--------------------------------------------------------------------------------
/static/icon8.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/584276169/secondhand-shop-uniapp/HEAD/static/icon8.png
--------------------------------------------------------------------------------
/static/phone.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/584276169/secondhand-shop-uniapp/HEAD/static/phone.png
--------------------------------------------------------------------------------
/static/setup.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/584276169/secondhand-shop-uniapp/HEAD/static/setup.png
--------------------------------------------------------------------------------
/static/share.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/584276169/secondhand-shop-uniapp/HEAD/static/share.png
--------------------------------------------------------------------------------
/static/shoes.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/584276169/secondhand-shop-uniapp/HEAD/static/shoes.png
--------------------------------------------------------------------------------
/static/sport.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/584276169/secondhand-shop-uniapp/HEAD/static/sport.png
--------------------------------------------------------------------------------
/static/Musical.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/584276169/secondhand-shop-uniapp/HEAD/static/Musical.png
--------------------------------------------------------------------------------
/static/activity.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/584276169/secondhand-shop-uniapp/HEAD/static/activity.png
--------------------------------------------------------------------------------
/static/address.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/584276169/secondhand-shop-uniapp/HEAD/static/address.png
--------------------------------------------------------------------------------
/static/agreement.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/584276169/secondhand-shop-uniapp/HEAD/static/agreement.png
--------------------------------------------------------------------------------
/static/clothes.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/584276169/secondhand-shop-uniapp/HEAD/static/clothes.png
--------------------------------------------------------------------------------
/static/collect.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/584276169/secondhand-shop-uniapp/HEAD/static/collect.png
--------------------------------------------------------------------------------
/static/collected.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/584276169/secondhand-shop-uniapp/HEAD/static/collected.png
--------------------------------------------------------------------------------
/static/dustbin.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/584276169/secondhand-shop-uniapp/HEAD/static/dustbin.png
--------------------------------------------------------------------------------
/static/exercise.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/584276169/secondhand-shop-uniapp/HEAD/static/exercise.png
--------------------------------------------------------------------------------
/static/furniture.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/584276169/secondhand-shop-uniapp/HEAD/static/furniture.png
--------------------------------------------------------------------------------
/static/message.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/584276169/secondhand-shop-uniapp/HEAD/static/message.png
--------------------------------------------------------------------------------
/static/pub_log2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/584276169/secondhand-shop-uniapp/HEAD/static/pub_log2.png
--------------------------------------------------------------------------------
/static/pub_logo1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/584276169/secondhand-shop-uniapp/HEAD/static/pub_logo1.png
--------------------------------------------------------------------------------
/static/userinfo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/584276169/secondhand-shop-uniapp/HEAD/static/userinfo.png
--------------------------------------------------------------------------------
/static/Kitchenware.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/584276169/secondhand-shop-uniapp/HEAD/static/Kitchenware.png
--------------------------------------------------------------------------------
/static/Stationery.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/584276169/secondhand-shop-uniapp/HEAD/static/Stationery.png
--------------------------------------------------------------------------------
/static/addressBook.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/584276169/secondhand-shop-uniapp/HEAD/static/addressBook.png
--------------------------------------------------------------------------------
/static/addressItem.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/584276169/secondhand-shop-uniapp/HEAD/static/addressItem.png
--------------------------------------------------------------------------------
/static/article_msg.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/584276169/secondhand-shop-uniapp/HEAD/static/article_msg.png
--------------------------------------------------------------------------------
/static/electronic.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/584276169/secondhand-shop-uniapp/HEAD/static/electronic.png
--------------------------------------------------------------------------------
/static/home_active.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/584276169/secondhand-shop-uniapp/HEAD/static/home_active.png
--------------------------------------------------------------------------------
/static/user_active.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/584276169/secondhand-shop-uniapp/HEAD/static/user_active.png
--------------------------------------------------------------------------------
/unpackage/dist/dev/mp-weixin/components/Tabbar.json:
--------------------------------------------------------------------------------
1 | {
2 | "component": true,
3 | "usingComponents": {}
4 | }
--------------------------------------------------------------------------------
/static/Bodybuilding.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/584276169/secondhand-shop-uniapp/HEAD/static/Bodybuilding.png
--------------------------------------------------------------------------------
/static/article_like.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/584276169/secondhand-shop-uniapp/HEAD/static/article_like.png
--------------------------------------------------------------------------------
/static/article_liked.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/584276169/secondhand-shop-uniapp/HEAD/static/article_liked.png
--------------------------------------------------------------------------------
/static/article_share.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/584276169/secondhand-shop-uniapp/HEAD/static/article_share.png
--------------------------------------------------------------------------------
/static/forum_active.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/584276169/secondhand-shop-uniapp/HEAD/static/forum_active.png
--------------------------------------------------------------------------------
/static/message_active.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/584276169/secondhand-shop-uniapp/HEAD/static/message_active.png
--------------------------------------------------------------------------------
/static/publish_active.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/584276169/secondhand-shop-uniapp/HEAD/static/publish_active.png
--------------------------------------------------------------------------------
/unpackage/dist/dev/mp-weixin/components/agreement.json:
--------------------------------------------------------------------------------
1 | {
2 | "component": true,
3 | "usingComponents": {}
4 | }
--------------------------------------------------------------------------------
/unpackage/dist/dev/mp-weixin/components/home/category.json:
--------------------------------------------------------------------------------
1 | {
2 | "component": true,
3 | "usingComponents": {}
4 | }
--------------------------------------------------------------------------------
/unpackage/dist/dev/mp-weixin/components/home/filter.json:
--------------------------------------------------------------------------------
1 | {
2 | "component": true,
3 | "usingComponents": {}
4 | }
--------------------------------------------------------------------------------
/unpackage/dist/dev/mp-weixin/components/login_tip.json:
--------------------------------------------------------------------------------
1 | {
2 | "component": true,
3 | "usingComponents": {}
4 | }
--------------------------------------------------------------------------------
/unpackage/dist/dev/mp-weixin/components/updateInfo.json:
--------------------------------------------------------------------------------
1 | {
2 | "component": true,
3 | "usingComponents": {}
4 | }
--------------------------------------------------------------------------------
/unpackage/dist/dev/mp-weixin/components/user/function.json:
--------------------------------------------------------------------------------
1 | {
2 | "component": true,
3 | "usingComponents": {}
4 | }
--------------------------------------------------------------------------------
/static/customerservice.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/584276169/secondhand-shop-uniapp/HEAD/static/customerservice.png
--------------------------------------------------------------------------------
/unpackage/dist/dev/mp-weixin/components/forum/bottom_tap.json:
--------------------------------------------------------------------------------
1 | {
2 | "component": true,
3 | "usingComponents": {}
4 | }
--------------------------------------------------------------------------------
/unpackage/dist/dev/mp-weixin/components/forum/reviewList.json:
--------------------------------------------------------------------------------
1 | {
2 | "component": true,
3 | "usingComponents": {}
4 | }
--------------------------------------------------------------------------------
/unpackage/dist/dev/mp-weixin/components/home/SearchBox.json:
--------------------------------------------------------------------------------
1 | {
2 | "component": true,
3 | "usingComponents": {}
4 | }
--------------------------------------------------------------------------------
/unpackage/dist/dev/mp-weixin/components/home/bottomNav.json:
--------------------------------------------------------------------------------
1 | {
2 | "component": true,
3 | "usingComponents": {}
4 | }
--------------------------------------------------------------------------------
/unpackage/dist/dev/mp-weixin/components/home/introduce.json:
--------------------------------------------------------------------------------
1 | {
2 | "component": true,
3 | "usingComponents": {}
4 | }
--------------------------------------------------------------------------------
/unpackage/dist/dev/mp-weixin/components/user/product_nav.json:
--------------------------------------------------------------------------------
1 | {
2 | "component": true,
3 | "usingComponents": {}
4 | }
--------------------------------------------------------------------------------
/unpackage/dist/dev/mp-weixin/pages/USER/agreementlist.wxml:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/unpackage/dist/dev/mp-weixin/app.js:
--------------------------------------------------------------------------------
1 |
2 | require('./common/runtime.js')
3 | require('./common/vendor.js')
4 | require('./common/main.js')
--------------------------------------------------------------------------------
/unpackage/dist/dev/mp-weixin/node-modules/uview-ui/components/u-form/u-form.wxml:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/unpackage/dist/dev/mp-weixin/node-modules/uview-ui/components/u-form/u-form.json:
--------------------------------------------------------------------------------
1 | {
2 | "usingComponents": {},
3 | "component": true
4 | }
--------------------------------------------------------------------------------
/unpackage/dist/dev/mp-weixin/node-modules/uview-ui/components/u-icon/u-icon.json:
--------------------------------------------------------------------------------
1 | {
2 | "usingComponents": {},
3 | "component": true
4 | }
--------------------------------------------------------------------------------
/unpackage/dist/dev/mp-weixin/node-modules/uview-ui/components/u-line/u-line.json:
--------------------------------------------------------------------------------
1 | {
2 | "usingComponents": {},
3 | "component": true
4 | }
--------------------------------------------------------------------------------
/unpackage/dist/dev/mp-weixin/node-modules/uview-ui/components/u-link/u-link.json:
--------------------------------------------------------------------------------
1 | {
2 | "usingComponents": {},
3 | "component": true
4 | }
--------------------------------------------------------------------------------
/unpackage/dist/dev/mp-weixin/node-modules/uview-ui/components/u-line/u-line.wxml:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/unpackage/dist/dev/mp-weixin/node-modules/uview-ui/components/u-sticky/u-sticky.json:
--------------------------------------------------------------------------------
1 | {
2 | "usingComponents": {},
3 | "component": true
4 | }
--------------------------------------------------------------------------------
/unpackage/dist/dev/mp-weixin/node-modules/uview-ui/components/u-textarea/u-textarea.json:
--------------------------------------------------------------------------------
1 | {
2 | "component": true,
3 | "usingComponents": {}
4 | }
--------------------------------------------------------------------------------
/unpackage/dist/dev/mp-weixin/node-modules/uview-ui/components/u-toolbar/u-toolbar.json:
--------------------------------------------------------------------------------
1 | {
2 | "component": true,
3 | "usingComponents": {}
4 | }
--------------------------------------------------------------------------------
/unpackage/dist/dev/mp-weixin/node-modules/uview-ui/components/u-status-bar/u-status-bar.json:
--------------------------------------------------------------------------------
1 | {
2 | "component": true,
3 | "usingComponents": {}
4 | }
--------------------------------------------------------------------------------
/unpackage/dist/dev/mp-weixin/node-modules/uview-ui/components/u-transition/u-transition.json:
--------------------------------------------------------------------------------
1 | {
2 | "usingComponents": {},
3 | "component": true
4 | }
--------------------------------------------------------------------------------
/unpackage/dist/dev/mp-weixin/static/药品.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/584276169/secondhand-shop-uniapp/HEAD/unpackage/dist/dev/mp-weixin/static/药品.png
--------------------------------------------------------------------------------
/README.md:
--------------------------------------------------------------------------------
1 | 效果预览:https://1308341238.vod2.myqcloud.com/f2b8e603vodcq1308341238/4049f7533270835015502905034/FAHjdKt14pEA.mp4
2 |
3 |
4 | 具体可咨询微信:15362748929
5 |
--------------------------------------------------------------------------------
/config/portConfig.js:
--------------------------------------------------------------------------------
1 | const controll=2; // 1未生产环境 2为开发环境
2 | let port='';
3 | port='http://localhost:3000';
4 | module.exports = {
5 | port,
6 | }
--------------------------------------------------------------------------------
/unpackage/dist/dev/mp-weixin/node-modules/uview-ui/components/u-loading-icon/u-loading-icon.json:
--------------------------------------------------------------------------------
1 | {
2 | "usingComponents": {},
3 | "component": true
4 | }
--------------------------------------------------------------------------------
/unpackage/dist/dev/mp-weixin/node-modules/uview-ui/components/u-radio-group/u-radio-group.json:
--------------------------------------------------------------------------------
1 | {
2 | "usingComponents": {},
3 | "component": true
4 | }
--------------------------------------------------------------------------------
/unpackage/dist/dev/mp-weixin/node-modules/uview-ui/components/u-safe-bottom/u-safe-bottom.json:
--------------------------------------------------------------------------------
1 | {
2 | "component": true,
3 | "usingComponents": {}
4 | }
--------------------------------------------------------------------------------
/unpackage/dist/dev/mp-weixin/static/book.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/584276169/secondhand-shop-uniapp/HEAD/unpackage/dist/dev/mp-weixin/static/book.png
--------------------------------------------------------------------------------
/unpackage/dist/dev/mp-weixin/static/drugs.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/584276169/secondhand-shop-uniapp/HEAD/unpackage/dist/dev/mp-weixin/static/drugs.png
--------------------------------------------------------------------------------
/unpackage/dist/dev/mp-weixin/static/forum.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/584276169/secondhand-shop-uniapp/HEAD/unpackage/dist/dev/mp-weixin/static/forum.png
--------------------------------------------------------------------------------
/unpackage/dist/dev/mp-weixin/static/home.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/584276169/secondhand-shop-uniapp/HEAD/unpackage/dist/dev/mp-weixin/static/home.png
--------------------------------------------------------------------------------
/unpackage/dist/dev/mp-weixin/static/icon1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/584276169/secondhand-shop-uniapp/HEAD/unpackage/dist/dev/mp-weixin/static/icon1.png
--------------------------------------------------------------------------------
/unpackage/dist/dev/mp-weixin/static/icon2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/584276169/secondhand-shop-uniapp/HEAD/unpackage/dist/dev/mp-weixin/static/icon2.png
--------------------------------------------------------------------------------
/unpackage/dist/dev/mp-weixin/static/icon3.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/584276169/secondhand-shop-uniapp/HEAD/unpackage/dist/dev/mp-weixin/static/icon3.png
--------------------------------------------------------------------------------
/unpackage/dist/dev/mp-weixin/static/icon4.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/584276169/secondhand-shop-uniapp/HEAD/unpackage/dist/dev/mp-weixin/static/icon4.png
--------------------------------------------------------------------------------
/unpackage/dist/dev/mp-weixin/static/icon5.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/584276169/secondhand-shop-uniapp/HEAD/unpackage/dist/dev/mp-weixin/static/icon5.png
--------------------------------------------------------------------------------
/unpackage/dist/dev/mp-weixin/static/icon6.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/584276169/secondhand-shop-uniapp/HEAD/unpackage/dist/dev/mp-weixin/static/icon6.png
--------------------------------------------------------------------------------
/unpackage/dist/dev/mp-weixin/static/icon7.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/584276169/secondhand-shop-uniapp/HEAD/unpackage/dist/dev/mp-weixin/static/icon7.png
--------------------------------------------------------------------------------
/unpackage/dist/dev/mp-weixin/static/icon8.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/584276169/secondhand-shop-uniapp/HEAD/unpackage/dist/dev/mp-weixin/static/icon8.png
--------------------------------------------------------------------------------
/unpackage/dist/dev/mp-weixin/static/none.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/584276169/secondhand-shop-uniapp/HEAD/unpackage/dist/dev/mp-weixin/static/none.png
--------------------------------------------------------------------------------
/unpackage/dist/dev/mp-weixin/static/phone.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/584276169/secondhand-shop-uniapp/HEAD/unpackage/dist/dev/mp-weixin/static/phone.png
--------------------------------------------------------------------------------
/unpackage/dist/dev/mp-weixin/static/setup.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/584276169/secondhand-shop-uniapp/HEAD/unpackage/dist/dev/mp-weixin/static/setup.png
--------------------------------------------------------------------------------
/unpackage/dist/dev/mp-weixin/static/share.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/584276169/secondhand-shop-uniapp/HEAD/unpackage/dist/dev/mp-weixin/static/share.png
--------------------------------------------------------------------------------
/unpackage/dist/dev/mp-weixin/static/shoes.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/584276169/secondhand-shop-uniapp/HEAD/unpackage/dist/dev/mp-weixin/static/shoes.png
--------------------------------------------------------------------------------
/unpackage/dist/dev/mp-weixin/static/sport.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/584276169/secondhand-shop-uniapp/HEAD/unpackage/dist/dev/mp-weixin/static/sport.png
--------------------------------------------------------------------------------
/unpackage/dist/dev/mp-weixin/static/user.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/584276169/secondhand-shop-uniapp/HEAD/unpackage/dist/dev/mp-weixin/static/user.png
--------------------------------------------------------------------------------
/unpackage/dist/dev/mp-weixin/app.wxss:
--------------------------------------------------------------------------------
1 | @import './common/main.wxss';
2 |
3 | [data-custom-hidden="true"],[bind-data-custom-hidden="true"]{display: none !important;}
--------------------------------------------------------------------------------
/unpackage/dist/dev/mp-weixin/node-modules/uview-ui/components/u-checkbox-group/u-checkbox-group.json:
--------------------------------------------------------------------------------
1 | {
2 | "usingComponents": {},
3 | "component": true
4 | }
--------------------------------------------------------------------------------
/unpackage/dist/dev/mp-weixin/pages/USER/address.json:
--------------------------------------------------------------------------------
1 | {
2 | "navigationBarTitleText": "",
3 | "enablePullDownRefresh": false,
4 | "usingComponents": {}
5 | }
--------------------------------------------------------------------------------
/unpackage/dist/dev/mp-weixin/pages/USER/setup.json:
--------------------------------------------------------------------------------
1 | {
2 | "navigationBarTitleText": "",
3 | "enablePullDownRefresh": false,
4 | "usingComponents": {}
5 | }
--------------------------------------------------------------------------------
/unpackage/dist/dev/mp-weixin/static/Beauty.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/584276169/secondhand-shop-uniapp/HEAD/unpackage/dist/dev/mp-weixin/static/Beauty.png
--------------------------------------------------------------------------------
/unpackage/dist/dev/mp-weixin/static/Musical.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/584276169/secondhand-shop-uniapp/HEAD/unpackage/dist/dev/mp-weixin/static/Musical.png
--------------------------------------------------------------------------------
/unpackage/dist/dev/mp-weixin/static/address.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/584276169/secondhand-shop-uniapp/HEAD/unpackage/dist/dev/mp-weixin/static/address.png
--------------------------------------------------------------------------------
/unpackage/dist/dev/mp-weixin/static/clothes.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/584276169/secondhand-shop-uniapp/HEAD/unpackage/dist/dev/mp-weixin/static/clothes.png
--------------------------------------------------------------------------------
/unpackage/dist/dev/mp-weixin/static/collect.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/584276169/secondhand-shop-uniapp/HEAD/unpackage/dist/dev/mp-weixin/static/collect.png
--------------------------------------------------------------------------------
/unpackage/dist/dev/mp-weixin/static/drugs1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/584276169/secondhand-shop-uniapp/HEAD/unpackage/dist/dev/mp-weixin/static/drugs1.png
--------------------------------------------------------------------------------
/unpackage/dist/dev/mp-weixin/static/dustbin.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/584276169/secondhand-shop-uniapp/HEAD/unpackage/dist/dev/mp-weixin/static/dustbin.png
--------------------------------------------------------------------------------
/unpackage/dist/dev/mp-weixin/static/editor.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/584276169/secondhand-shop-uniapp/HEAD/unpackage/dist/dev/mp-weixin/static/editor.png
--------------------------------------------------------------------------------
/unpackage/dist/dev/mp-weixin/static/message.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/584276169/secondhand-shop-uniapp/HEAD/unpackage/dist/dev/mp-weixin/static/message.png
--------------------------------------------------------------------------------
/unpackage/dist/dev/mp-weixin/node-modules/uview-ui/components/u-swiper-indicator/u-swiper-indicator.json:
--------------------------------------------------------------------------------
1 | {
2 | "usingComponents": {},
3 | "component": true
4 | }
--------------------------------------------------------------------------------
/unpackage/dist/dev/mp-weixin/pages/NEWS/talkwindows.json:
--------------------------------------------------------------------------------
1 | {
2 | "navigationBarTitleText": "",
3 | "enablePullDownRefresh": false,
4 | "usingComponents": {}
5 | }
--------------------------------------------------------------------------------
/unpackage/dist/dev/mp-weixin/pages/USER/agreementlist.json:
--------------------------------------------------------------------------------
1 | {
2 | "navigationBarTitleText": "",
3 | "enablePullDownRefresh": false,
4 | "usingComponents": {}
5 | }
--------------------------------------------------------------------------------
/unpackage/dist/dev/mp-weixin/pages/USER/personalHome.json:
--------------------------------------------------------------------------------
1 | {
2 | "navigationBarTitleText": "",
3 | "enablePullDownRefresh": false,
4 | "usingComponents": {}
5 | }
--------------------------------------------------------------------------------
/unpackage/dist/dev/mp-weixin/static/Stationery.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/584276169/secondhand-shop-uniapp/HEAD/unpackage/dist/dev/mp-weixin/static/Stationery.png
--------------------------------------------------------------------------------
/unpackage/dist/dev/mp-weixin/static/activity.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/584276169/secondhand-shop-uniapp/HEAD/unpackage/dist/dev/mp-weixin/static/activity.png
--------------------------------------------------------------------------------
/unpackage/dist/dev/mp-weixin/static/agreement.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/584276169/secondhand-shop-uniapp/HEAD/unpackage/dist/dev/mp-weixin/static/agreement.png
--------------------------------------------------------------------------------
/unpackage/dist/dev/mp-weixin/static/collected.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/584276169/secondhand-shop-uniapp/HEAD/unpackage/dist/dev/mp-weixin/static/collected.png
--------------------------------------------------------------------------------
/unpackage/dist/dev/mp-weixin/static/electronic.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/584276169/secondhand-shop-uniapp/HEAD/unpackage/dist/dev/mp-weixin/static/electronic.png
--------------------------------------------------------------------------------
/unpackage/dist/dev/mp-weixin/static/exercise.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/584276169/secondhand-shop-uniapp/HEAD/unpackage/dist/dev/mp-weixin/static/exercise.png
--------------------------------------------------------------------------------
/unpackage/dist/dev/mp-weixin/static/furniture.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/584276169/secondhand-shop-uniapp/HEAD/unpackage/dist/dev/mp-weixin/static/furniture.png
--------------------------------------------------------------------------------
/unpackage/dist/dev/mp-weixin/static/pub_log2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/584276169/secondhand-shop-uniapp/HEAD/unpackage/dist/dev/mp-weixin/static/pub_log2.png
--------------------------------------------------------------------------------
/unpackage/dist/dev/mp-weixin/static/pub_logo1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/584276169/secondhand-shop-uniapp/HEAD/unpackage/dist/dev/mp-weixin/static/pub_logo1.png
--------------------------------------------------------------------------------
/unpackage/dist/dev/mp-weixin/static/userinfo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/584276169/secondhand-shop-uniapp/HEAD/unpackage/dist/dev/mp-weixin/static/userinfo.png
--------------------------------------------------------------------------------
/unpackage/dist/dev/mp-weixin/static/Bodybuilding.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/584276169/secondhand-shop-uniapp/HEAD/unpackage/dist/dev/mp-weixin/static/Bodybuilding.png
--------------------------------------------------------------------------------
/unpackage/dist/dev/mp-weixin/static/Kitchenware.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/584276169/secondhand-shop-uniapp/HEAD/unpackage/dist/dev/mp-weixin/static/Kitchenware.png
--------------------------------------------------------------------------------
/unpackage/dist/dev/mp-weixin/static/addressBook.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/584276169/secondhand-shop-uniapp/HEAD/unpackage/dist/dev/mp-weixin/static/addressBook.png
--------------------------------------------------------------------------------
/unpackage/dist/dev/mp-weixin/static/addressItem.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/584276169/secondhand-shop-uniapp/HEAD/unpackage/dist/dev/mp-weixin/static/addressItem.png
--------------------------------------------------------------------------------
/unpackage/dist/dev/mp-weixin/static/article_like.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/584276169/secondhand-shop-uniapp/HEAD/unpackage/dist/dev/mp-weixin/static/article_like.png
--------------------------------------------------------------------------------
/unpackage/dist/dev/mp-weixin/static/article_msg.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/584276169/secondhand-shop-uniapp/HEAD/unpackage/dist/dev/mp-weixin/static/article_msg.png
--------------------------------------------------------------------------------
/unpackage/dist/dev/mp-weixin/static/forum_active.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/584276169/secondhand-shop-uniapp/HEAD/unpackage/dist/dev/mp-weixin/static/forum_active.png
--------------------------------------------------------------------------------
/unpackage/dist/dev/mp-weixin/static/home_active.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/584276169/secondhand-shop-uniapp/HEAD/unpackage/dist/dev/mp-weixin/static/home_active.png
--------------------------------------------------------------------------------
/unpackage/dist/dev/mp-weixin/static/user_active.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/584276169/secondhand-shop-uniapp/HEAD/unpackage/dist/dev/mp-weixin/static/user_active.png
--------------------------------------------------------------------------------
/unpackage/dist/dev/mp-weixin/node-modules/uview-ui/components/u-radio-group/u-radio-group.wxml:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/unpackage/dist/dev/mp-weixin/node-modules/uview-ui/components/u-status-bar/u-status-bar.wxml:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/unpackage/dist/dev/mp-weixin/static/article_liked.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/584276169/secondhand-shop-uniapp/HEAD/unpackage/dist/dev/mp-weixin/static/article_liked.png
--------------------------------------------------------------------------------
/unpackage/dist/dev/mp-weixin/static/article_share.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/584276169/secondhand-shop-uniapp/HEAD/unpackage/dist/dev/mp-weixin/static/article_share.png
--------------------------------------------------------------------------------
/unpackage/dist/dev/mp-weixin/static/customerservice.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/584276169/secondhand-shop-uniapp/HEAD/unpackage/dist/dev/mp-weixin/static/customerservice.png
--------------------------------------------------------------------------------
/unpackage/dist/dev/mp-weixin/static/message_active.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/584276169/secondhand-shop-uniapp/HEAD/unpackage/dist/dev/mp-weixin/static/message_active.png
--------------------------------------------------------------------------------
/unpackage/dist/dev/mp-weixin/static/publish_active.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/584276169/secondhand-shop-uniapp/HEAD/unpackage/dist/dev/mp-weixin/static/publish_active.png
--------------------------------------------------------------------------------
/unpackage/dist/dev/mp-weixin/node-modules/uview-ui/components/u-checkbox-group/u-checkbox-group.wxml:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/unpackage/dist/dev/mp-weixin/components/forum/articleItem.json:
--------------------------------------------------------------------------------
1 | {
2 | "component": true,
3 | "usingComponents": {
4 | "u-album": "/node-modules/uview-ui/components/u-album/u-album"
5 | }
6 | }
--------------------------------------------------------------------------------
/unpackage/dist/dev/mp-weixin/pages/NEWS/news.json:
--------------------------------------------------------------------------------
1 | {
2 | "navigationBarTitleText": "消息",
3 | "enablePullDownRefresh": true,
4 | "usingComponents": {
5 | "tabbar": "/components/Tabbar"
6 | }
7 | }
--------------------------------------------------------------------------------
/unpackage/dist/dev/mp-weixin/node-modules/uview-ui/components/u-safe-bottom/u-safe-bottom.wxml:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/unpackage/dist/dev/mp-weixin/node-modules/uview-ui/components/u--form/u--form.json:
--------------------------------------------------------------------------------
1 | {
2 | "component": true,
3 | "usingComponents": {
4 | "uv-form": "/node-modules/uview-ui/components/u-form/u-form"
5 | }
6 | }
--------------------------------------------------------------------------------
/unpackage/dist/dev/mp-weixin/node-modules/uview-ui/components/u--text/u--text.json:
--------------------------------------------------------------------------------
1 | {
2 | "component": true,
3 | "usingComponents": {
4 | "uv-text": "/node-modules/uview-ui/components/u-text/u-text"
5 | }
6 | }
--------------------------------------------------------------------------------
/unpackage/dist/dev/mp-weixin/node-modules/uview-ui/components/u-empty/u-empty.json:
--------------------------------------------------------------------------------
1 | {
2 | "usingComponents": {
3 | "u-icon": "/node-modules/uview-ui/components/u-icon/u-icon"
4 | },
5 | "component": true
6 | }
--------------------------------------------------------------------------------
/unpackage/dist/dev/mp-weixin/node-modules/uview-ui/components/u-input/u-input.json:
--------------------------------------------------------------------------------
1 | {
2 | "usingComponents": {
3 | "u-icon": "/node-modules/uview-ui/components/u-icon/u-icon"
4 | },
5 | "component": true
6 | }
--------------------------------------------------------------------------------
/unpackage/dist/dev/mp-weixin/node-modules/uview-ui/components/u-radio/u-radio.json:
--------------------------------------------------------------------------------
1 | {
2 | "usingComponents": {
3 | "u-icon": "/node-modules/uview-ui/components/u-icon/u-icon"
4 | },
5 | "component": true
6 | }
--------------------------------------------------------------------------------
/unpackage/dist/dev/mp-weixin/pages/HOME/detail.json:
--------------------------------------------------------------------------------
1 | {
2 | "navigationBarTitleText": "",
3 | "enablePullDownRefresh": false,
4 | "usingComponents": {
5 | "bottom-nav": "/components/home/bottomNav"
6 | }
7 | }
--------------------------------------------------------------------------------
/unpackage/dist/dev/mp-weixin/pages/HOME/kinds.json:
--------------------------------------------------------------------------------
1 | {
2 | "navigationBarTitleText": "",
3 | "enablePullDownRefresh": false,
4 | "usingComponents": {
5 | "search-box": "/components/home/SearchBox"
6 | }
7 | }
--------------------------------------------------------------------------------
/unpackage/dist/dev/mp-weixin/node-modules/uview-ui/components/u-album/u-album.json:
--------------------------------------------------------------------------------
1 | {
2 | "usingComponents": {
3 | "u--text": "/node-modules/uview-ui/components/u--text/u--text"
4 | },
5 | "component": true
6 | }
--------------------------------------------------------------------------------
/unpackage/dist/dev/mp-weixin/node-modules/uview-ui/components/u-checkbox/u-checkbox.json:
--------------------------------------------------------------------------------
1 | {
2 | "usingComponents": {
3 | "u-icon": "/node-modules/uview-ui/components/u-icon/u-icon"
4 | },
5 | "component": true
6 | }
--------------------------------------------------------------------------------
/unpackage/dist/dev/mp-weixin/components/home/SearchBox.wxml:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/unpackage/dist/dev/mp-weixin/node-modules/uview-ui/components/u-link/u-link.wxml:
--------------------------------------------------------------------------------
1 | {{text}}
--------------------------------------------------------------------------------
/unpackage/dist/dev/mp-weixin/node-modules/uview-ui/components/u-row-notice/u-row-notice.json:
--------------------------------------------------------------------------------
1 | {
2 | "component": true,
3 | "usingComponents": {
4 | "u-icon": "/node-modules/uview-ui/components/u-icon/u-icon"
5 | }
6 | }
--------------------------------------------------------------------------------
/unpackage/dist/dev/mp-weixin/sitemap.json:
--------------------------------------------------------------------------------
1 | {
2 | "desc": "关于本文件的更多信息,请参考文档 https://developers.weixin.qq.com/miniprogram/dev/framework/sitemap.html",
3 | "rules": [{
4 | "action": "allow",
5 | "page": "*"
6 | }]
7 | }
--------------------------------------------------------------------------------
/config/socket.js:
--------------------------------------------------------------------------------
1 | import io from 'weapp.socket.io';
2 |
3 | const controll=2; // 1未生产环境 2为开发环境
4 | let server='http://localhost:3000';
5 |
6 | let socket=io(server);
7 |
8 | module.exports={
9 | socket
10 | }
--------------------------------------------------------------------------------
/unpackage/dist/dev/mp-weixin/node-modules/uview-ui/components/u-column-notice/u-column-notice.json:
--------------------------------------------------------------------------------
1 | {
2 | "component": true,
3 | "usingComponents": {
4 | "u-icon": "/node-modules/uview-ui/components/u-icon/u-icon"
5 | }
6 | }
--------------------------------------------------------------------------------
/unpackage/dist/dev/mp-weixin/node-modules/uview-ui/components/u--textarea/u--textarea.json:
--------------------------------------------------------------------------------
1 | {
2 | "component": true,
3 | "usingComponents": {
4 | "uv-textarea": "/node-modules/uview-ui/components/u-textarea/u-textarea"
5 | }
6 | }
--------------------------------------------------------------------------------
/unpackage/dist/dev/mp-weixin/pages/HOME/select.json:
--------------------------------------------------------------------------------
1 | {
2 | "navigationBarTitleText": "",
3 | "enablePullDownRefresh": false,
4 | "usingComponents": {
5 | "u-input": "/node-modules/uview-ui/components/u-input/u-input"
6 | }
7 | }
--------------------------------------------------------------------------------
/store/index.js:
--------------------------------------------------------------------------------
1 | import Vue from 'vue'
2 |
3 | import Vuex from 'vuex'
4 |
5 | Vue.use(Vuex )
6 |
7 | const store = new Vuex.Store({
8 | state: {},
9 | mutations: {},
10 | action: {}
11 | })
12 |
13 | export default store
14 |
--------------------------------------------------------------------------------
/unpackage/dist/dev/mp-weixin/node-modules/uview-ui/components/u-overlay/u-overlay.json:
--------------------------------------------------------------------------------
1 | {
2 | "component": true,
3 | "usingComponents": {
4 | "u-transition": "/node-modules/uview-ui/components/u-transition/u-transition"
5 | }
6 | }
--------------------------------------------------------------------------------
/unpackage/dist/dev/mp-weixin/node-modules/uview-ui/components/u-switch/u-switch.json:
--------------------------------------------------------------------------------
1 | {
2 | "usingComponents": {
3 | "u-loading-icon": "/node-modules/uview-ui/components/u-loading-icon/u-loading-icon"
4 | },
5 | "component": true
6 | }
--------------------------------------------------------------------------------
/unpackage/dist/dev/mp-weixin/pages/USER/collected.json:
--------------------------------------------------------------------------------
1 | {
2 | "navigationBarTitleText": "",
3 | "enablePullDownRefresh": false,
4 | "usingComponents": {
5 | "u-empty": "/node-modules/uview-ui/components/u-empty/u-empty"
6 | }
7 | }
--------------------------------------------------------------------------------
/unpackage/dist/dev/mp-weixin/pages/USER/setup.wxml:
--------------------------------------------------------------------------------
1 | 退出
--------------------------------------------------------------------------------
/unpackage/dist/dev/mp-weixin/pages/PUBLISH/management.json:
--------------------------------------------------------------------------------
1 | {
2 | "navigationBarTitleText": "",
3 | "enablePullDownRefresh": false,
4 | "usingComponents": {
5 | "u-switch": "/node-modules/uview-ui/components/u-switch/u-switch"
6 | }
7 | }
--------------------------------------------------------------------------------
/unpackage/dist/dev/mp-weixin/pages/USER/addAddress.json:
--------------------------------------------------------------------------------
1 | {
2 | "usingComponents": {
3 | "u--form": "/node-modules/uview-ui/components/u--form/u--form",
4 | "u-form-item": "/node-modules/uview-ui/components/u-form-item/u-form-item"
5 | }
6 | }
--------------------------------------------------------------------------------
/unpackage/dist/dev/mp-weixin/node-modules/uview-ui/components/u-sticky/u-sticky.wxml:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/unpackage/dist/dev/mp-weixin/pages/USER/user.json:
--------------------------------------------------------------------------------
1 | {
2 | "navigationBarTitleText": "个人中心",
3 | "usingComponents": {
4 | "tabbar": "/components/Tabbar",
5 | "pro-nav": "/components/user/product_nav",
6 | "fun-nav": "/components/user/function"
7 | }
8 | }
--------------------------------------------------------------------------------
/unpackage/dist/dev/mp-weixin/pages/FORUM/forum.json:
--------------------------------------------------------------------------------
1 | {
2 | "navigationBarTitleText": "社区",
3 | "enablePullDownRefresh": true,
4 | "usingComponents": {
5 | "u-album": "/node-modules/uview-ui/components/u-album/u-album",
6 | "tabbar": "/components/Tabbar"
7 | }
8 | }
--------------------------------------------------------------------------------
/unpackage/dist/dev/mp-weixin/node-modules/uview-ui/components/u-text/u-text.json:
--------------------------------------------------------------------------------
1 | {
2 | "usingComponents": {
3 | "u-icon": "/node-modules/uview-ui/components/u-icon/u-icon",
4 | "u-link": "/node-modules/uview-ui/components/u-link/u-link"
5 | },
6 | "component": true
7 | }
--------------------------------------------------------------------------------
/unpackage/dist/dev/mp-weixin/node-modules/uview-ui/components/u-form-item/u-form-item.json:
--------------------------------------------------------------------------------
1 | {
2 | "usingComponents": {
3 | "u-icon": "/node-modules/uview-ui/components/u-icon/u-icon",
4 | "u-line": "/node-modules/uview-ui/components/u-line/u-line"
5 | },
6 | "component": true
7 | }
--------------------------------------------------------------------------------
/unpackage/dist/dev/mp-weixin/node-modules/uview-ui/components/u-upload/u-upload.json:
--------------------------------------------------------------------------------
1 | {
2 | "usingComponents": {
3 | "u-icon": "/node-modules/uview-ui/components/u-icon/u-icon",
4 | "u-loading-icon": "/node-modules/uview-ui/components/u-loading-icon/u-loading-icon"
5 | },
6 | "component": true
7 | }
--------------------------------------------------------------------------------
/unpackage/dist/dev/mp-weixin/pages/USER/recommendation.json:
--------------------------------------------------------------------------------
1 | {
2 | "navigationBarTitleText": "",
3 | "enablePullDownRefresh": false,
4 | "usingComponents": {
5 | "u-form": "/node-modules/uview-ui/components/u-form/u-form",
6 | "u-form-item": "/node-modules/uview-ui/components/u-form-item/u-form-item"
7 | }
8 | }
--------------------------------------------------------------------------------
/unpackage/dist/dev/mp-weixin/pages/USER/editorAddress.json:
--------------------------------------------------------------------------------
1 | {
2 | "navigationBarTitleText": "",
3 | "enablePullDownRefresh": false,
4 | "usingComponents": {
5 | "u--form": "/node-modules/uview-ui/components/u--form/u--form",
6 | "u-form-item": "/node-modules/uview-ui/components/u-form-item/u-form-item"
7 | }
8 | }
--------------------------------------------------------------------------------
/unpackage/dist/dev/mp-weixin/pages/FORUM/publishArticle.json:
--------------------------------------------------------------------------------
1 | {
2 | "navigationBarTitleText": "发表文章",
3 | "enablePullDownRefresh": false,
4 | "usingComponents": {
5 | "u--textarea": "/node-modules/uview-ui/components/u--textarea/u--textarea",
6 | "u-upload": "/node-modules/uview-ui/components/u-upload/u-upload"
7 | }
8 | }
--------------------------------------------------------------------------------
/unpackage/dist/dev/mp-weixin/node-modules/uview-ui/components/u-notice-bar/u-notice-bar.json:
--------------------------------------------------------------------------------
1 | {
2 | "usingComponents": {
3 | "u-column-notice": "/node-modules/uview-ui/components/u-column-notice/u-column-notice",
4 | "u-row-notice": "/node-modules/uview-ui/components/u-row-notice/u-row-notice"
5 | },
6 | "component": true
7 | }
--------------------------------------------------------------------------------
/unpackage/dist/dev/mp-weixin/node-modules/uview-ui/components/u-swiper/u-swiper.json:
--------------------------------------------------------------------------------
1 | {
2 | "usingComponents": {
3 | "u-loading-icon": "/node-modules/uview-ui/components/u-loading-icon/u-loading-icon",
4 | "u-swiper-indicator": "/node-modules/uview-ui/components/u-swiper-indicator/u-swiper-indicator"
5 | },
6 | "component": true
7 | }
--------------------------------------------------------------------------------
/unpackage/dist/dev/mp-weixin/components/home/filter.wxml:
--------------------------------------------------------------------------------
1 | {{''+item.title+''}}
--------------------------------------------------------------------------------
/unpackage/dist/dev/mp-weixin/node-modules/uview-ui/components/u-overlay/u-overlay.wxml:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/unpackage/dist/dev/.sourcemap/mp-weixin/pages/SEARCH/search.js.map:
--------------------------------------------------------------------------------
1 | {"version":3,"sources":["uni-app:///main.js"],"names":["createPage","Page"],"mappings":";;;;;;;;;;kDAAA;AACA;AACA,gG;AACAA,UAAU,CAACC,eAAD,CAAV,C","file":"pages/SEARCH/search.js","sourcesContent":["import 'uni-pages';\nimport Vue from 'vue'\nimport Page from './pages/SEARCH/search.vue'\ncreatePage(Page)"],"sourceRoot":""}
--------------------------------------------------------------------------------
/unpackage/dist/dev/mp-weixin/node-modules/uview-ui/components/u-picker/u-picker.json:
--------------------------------------------------------------------------------
1 | {
2 | "usingComponents": {
3 | "u-popup": "/node-modules/uview-ui/components/u-popup/u-popup",
4 | "u-toolbar": "/node-modules/uview-ui/components/u-toolbar/u-toolbar",
5 | "u-loading-icon": "/node-modules/uview-ui/components/u-loading-icon/u-loading-icon"
6 | },
7 | "component": true
8 | }
--------------------------------------------------------------------------------
/unpackage/dist/dev/mp-weixin/node-modules/uview-ui/components/u-transition/u-transition.wxml:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/unpackage/dist/dev/mp-weixin/pages/USER/personalInfo.json:
--------------------------------------------------------------------------------
1 | {
2 | "navigationBarTitleText": "",
3 | "enablePullDownRefresh": false,
4 | "usingComponents": {
5 | "u-notice-bar": "/node-modules/uview-ui/components/u-notice-bar/u-notice-bar",
6 | "u--form": "/node-modules/uview-ui/components/u--form/u--form",
7 | "u-form-item": "/node-modules/uview-ui/components/u-form-item/u-form-item"
8 | }
9 | }
--------------------------------------------------------------------------------
/unpackage/dist/dev/mp-weixin/pages/FORUM/articleDetail.json:
--------------------------------------------------------------------------------
1 | {
2 | "navigationBarTitleText": "",
3 | "enablePullDownRefresh": false,
4 | "usingComponents": {
5 | "u-popup": "/node-modules/uview-ui/components/u-popup/u-popup",
6 | "bottom-tap": "/components/forum/bottom_tap",
7 | "article-item": "/components/forum/articleItem",
8 | "review-list": "/components/forum/reviewList"
9 | }
10 | }
--------------------------------------------------------------------------------
/router/router.js:
--------------------------------------------------------------------------------
1 | // router.js
2 | import {RouterMount,createRouter} from 'uni-simple-router';
3 |
4 | const router = createRouter({
5 | platform: process.env.VUE_APP_PLATFORM,
6 | routes: [...ROUTES]
7 | });
8 | //全局路由前置守卫
9 | router.beforeEach((to, from, next) => {
10 | next();
11 | });
12 | // 全局路由后置守卫
13 | router.afterEach((to, from) => {
14 |
15 | })
16 |
17 | export {
18 | router,
19 | RouterMount
20 | }
--------------------------------------------------------------------------------
/unpackage/dist/dev/mp-weixin/components/agreement.wxml:
--------------------------------------------------------------------------------
1 | 确定
--------------------------------------------------------------------------------
/unpackage/dist/dev/mp-weixin/components/home/category.wxml:
--------------------------------------------------------------------------------
1 | {{item.title}}
--------------------------------------------------------------------------------
/unpackage/dist/dev/mp-weixin/node-modules/uview-ui/components/u--form/u--form.wxml:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/package.json:
--------------------------------------------------------------------------------
1 | {
2 | "name": "twohandmall",
3 | "version": "1.0.0",
4 | "description": "",
5 | "main": "main.js",
6 | "scripts": {
7 | "test": "echo \"Error: no test specified\" && exit 1"
8 | },
9 | "author": "",
10 | "license": "ISC",
11 | "dependencies": {
12 | "uni-read-pages": "^1.0.5",
13 | "uni-simple-router": "^2.0.7",
14 | "uview-ui": "^2.0.10",
15 | "weapp.socket.io": "^3.0.0"
16 | }
17 | }
18 |
--------------------------------------------------------------------------------
/unpackage/dist/dev/mp-weixin/components/user/product_nav.wxml:
--------------------------------------------------------------------------------
1 | {{item.number?item.number:'0'}}{{item.title}}
--------------------------------------------------------------------------------
/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
--------------------------------------------------------------------------------
/vue.config.js:
--------------------------------------------------------------------------------
1 | const TransformPages = require('uni-read-pages')
2 | const {webpack} = new TransformPages()
3 | module.exports = {
4 | configureWebpack: {
5 | plugins: [
6 | new webpack.DefinePlugin({
7 | ROUTES: webpack.DefinePlugin.runtimeValue(() => {
8 | const tfPages = new TransformPages({
9 | includes: ['path', 'name', 'meta','aliasPath']
10 | });
11 | return JSON.stringify(tfPages.routes)
12 | }, true )
13 | })
14 | ]
15 | }
16 | }
--------------------------------------------------------------------------------
/unpackage/dist/dev/mp-weixin/pages/HOME/home.json:
--------------------------------------------------------------------------------
1 | {
2 | "navigationBarTitleText": "首页",
3 | "usingComponents": {
4 | "u-swiper": "/node-modules/uview-ui/components/u-swiper/u-swiper",
5 | "u-sticky": "/node-modules/uview-ui/components/u-sticky/u-sticky",
6 | "intro-box": "/components/home/introduce",
7 | "tabbar": "/components/Tabbar",
8 | "search-box": "/components/home/SearchBox",
9 | "category": "/components/home/category",
10 | "filter-box": "/components/home/filter"
11 | }
12 | }
--------------------------------------------------------------------------------
/unpackage/dist/dev/mp-weixin/pages/USER/user.wxml:
--------------------------------------------------------------------------------
1 | {{nickName}}个人信息
--------------------------------------------------------------------------------
/unpackage/dist/dev/mp-weixin/node-modules/uview-ui/components/u-popup/u-popup.json:
--------------------------------------------------------------------------------
1 | {
2 | "usingComponents": {
3 | "u-overlay": "/node-modules/uview-ui/components/u-overlay/u-overlay",
4 | "u-transition": "/node-modules/uview-ui/components/u-transition/u-transition",
5 | "u-status-bar": "/node-modules/uview-ui/components/u-status-bar/u-status-bar",
6 | "u-icon": "/node-modules/uview-ui/components/u-icon/u-icon",
7 | "u-safe-bottom": "/node-modules/uview-ui/components/u-safe-bottom/u-safe-bottom"
8 | },
9 | "component": true
10 | }
--------------------------------------------------------------------------------
/.hbuilderx/launch.json:
--------------------------------------------------------------------------------
1 | { // launch.json 配置了启动调试时相关设置,configurations下节点名称可为 app-plus/h5/mp-weixin/mp-baidu/mp-alipay/mp-qq/mp-toutiao/mp-360/
2 | // launchtype项可配置值为local或remote, local代表前端连本地云函数,remote代表前端连云端云函数
3 | "version": "0.0",
4 | "configurations": [{
5 | "default" :
6 | {
7 | "launchtype" : "local"
8 | },
9 | "h5" :
10 | {
11 | "launchtype" : "local"
12 | },
13 | "mp-weixin" :
14 | {
15 | "launchtype" : "local"
16 | },
17 | "type" : "uniCloud"
18 | }
19 | ]
20 | }
21 |
--------------------------------------------------------------------------------
/unpackage/dist/dev/mp-weixin/components/forum/articleItem.wxml:
--------------------------------------------------------------------------------
1 | {{item.nickName}}{{item.time}}{{item.text}}
--------------------------------------------------------------------------------
/unpackage/dist/dev/mp-weixin/components/home/introduce.wxml:
--------------------------------------------------------------------------------
1 | 逛逛二手·省心快卖{{item.tradeName}}{{"¥"+item.secondHandPrice}}
--------------------------------------------------------------------------------
/config/request.js:
--------------------------------------------------------------------------------
1 | const controll=2; // 1未生产环境 2为开发环境
2 | let API_BASE_URL='';
3 | API_BASE_URL='http://localhost:3000';
4 | export const request=(options)=>{
5 | return new Promise((resolve,reject)=>{
6 | const openid=uni.getStorageSync('OPENID')
7 | uni.request({
8 | url:API_BASE_URL + options.url,
9 | method:options.method||"GET",
10 | data:options.data||{},
11 | header:{
12 | 'openid':openid,
13 | },
14 | dataType:'json',
15 | success(res) {
16 | resolve(res);
17 | },
18 | fail(error) {
19 | reject(error);
20 | }
21 | })
22 |
23 | })
24 |
25 | }
26 |
27 |
--------------------------------------------------------------------------------
/unpackage/dist/dev/mp-weixin/components/home/bottomNav.wxml:
--------------------------------------------------------------------------------
1 | 收藏复制微信号咨询卖家
--------------------------------------------------------------------------------
/unpackage/dist/dev/mp-weixin/pages/PUBLISH/seekpublish.json:
--------------------------------------------------------------------------------
1 | {
2 | "navigationBarTitleText": "",
3 | "enablePullDownRefresh": false,
4 | "usingComponents": {
5 | "u--form": "/node-modules/uview-ui/components/u--form/u--form",
6 | "u-form-item": "/node-modules/uview-ui/components/u-form-item/u-form-item",
7 | "u-picker": "/node-modules/uview-ui/components/u-picker/u-picker",
8 | "u--textarea": "/node-modules/uview-ui/components/u--textarea/u--textarea",
9 | "u-checkbox-group": "/node-modules/uview-ui/components/u-checkbox-group/u-checkbox-group",
10 | "u-checkbox": "/node-modules/uview-ui/components/u-checkbox/u-checkbox"
11 | }
12 | }
--------------------------------------------------------------------------------
/unpackage/dist/dev/mp-weixin/pages/PUBLISH/seekrentout.json:
--------------------------------------------------------------------------------
1 | {
2 | "navigationBarTitleText": "",
3 | "enablePullDownRefresh": false,
4 | "usingComponents": {
5 | "u--form": "/node-modules/uview-ui/components/u--form/u--form",
6 | "u-form-item": "/node-modules/uview-ui/components/u-form-item/u-form-item",
7 | "u-picker": "/node-modules/uview-ui/components/u-picker/u-picker",
8 | "u--textarea": "/node-modules/uview-ui/components/u--textarea/u--textarea",
9 | "u-checkbox-group": "/node-modules/uview-ui/components/u-checkbox-group/u-checkbox-group",
10 | "u-checkbox": "/node-modules/uview-ui/components/u-checkbox/u-checkbox"
11 | }
12 | }
--------------------------------------------------------------------------------
/unpackage/dist/dev/mp-weixin/node-modules/uview-ui/components/u--text/u--text.wxml:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/unpackage/dist/dev/mp-weixin/components/user/function.wxml:
--------------------------------------------------------------------------------
1 | {{item.title}}
--------------------------------------------------------------------------------
/unpackage/dist/dev/mp-weixin/node-modules/uview-ui/components/u-switch/u-switch.wxml:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/unpackage/dist/dev/mp-weixin/components/login_tip.wxml:
--------------------------------------------------------------------------------
1 | {{content}}{{cancelText}}{{confirmText}}
--------------------------------------------------------------------------------
/unpackage/dist/dev/mp-weixin/pages/PUBLISH/publish.json:
--------------------------------------------------------------------------------
1 | {
2 | "navigationBarTitleText": "发布",
3 | "usingComponents": {
4 | "u--form": "/node-modules/uview-ui/components/u--form/u--form",
5 | "u-form-item": "/node-modules/uview-ui/components/u-form-item/u-form-item",
6 | "u-checkbox-group": "/node-modules/uview-ui/components/u-checkbox-group/u-checkbox-group",
7 | "u-checkbox": "/node-modules/uview-ui/components/u-checkbox/u-checkbox",
8 | "u-picker": "/node-modules/uview-ui/components/u-picker/u-picker",
9 | "u--textarea": "/node-modules/uview-ui/components/u--textarea/u--textarea",
10 | "u-upload": "/node-modules/uview-ui/components/u-upload/u-upload"
11 | }
12 | }
--------------------------------------------------------------------------------
/unpackage/dist/dev/mp-weixin/pages/USER/setup.wxss:
--------------------------------------------------------------------------------
1 | @charset "UTF-8";
2 | /**
3 | * 这里是uni-app内置的常用样式变量
4 | *
5 | * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
6 | * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
7 | *
8 | */
9 | /**
10 | * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
11 | *
12 | * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
13 | */
14 | /* uni.scss */
15 | /* 颜色变量 */
16 | /* 行为相关颜色 */
17 | /* 文字基本颜色 */
18 | /* 背景颜色 */
19 | /* 边框颜色 */
20 | /* 尺寸变量 */
21 | /* 文字尺寸 */
22 | /* 图片尺寸 */
23 | /* Border Radius */
24 | /* 水平间距 */
25 | /* 垂直间距 */
26 | /* 透明度 */
27 | /* 文章场景相关 */
28 | .signout {
29 | margin-top: 100rpx;
30 | }
31 |
32 |
--------------------------------------------------------------------------------
/unpackage/dist/dev/mp-weixin/pages/FORUM/publishArticle.wxss:
--------------------------------------------------------------------------------
1 | @charset "UTF-8";
2 | /**
3 | * 这里是uni-app内置的常用样式变量
4 | *
5 | * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
6 | * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
7 | *
8 | */
9 | /**
10 | * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
11 | *
12 | * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
13 | */
14 | /* uni.scss */
15 | /* 颜色变量 */
16 | /* 行为相关颜色 */
17 | /* 文字基本颜色 */
18 | /* 背景颜色 */
19 | /* 边框颜色 */
20 | /* 尺寸变量 */
21 | /* 文字尺寸 */
22 | /* 图片尺寸 */
23 | /* Border Radius */
24 | /* 水平间距 */
25 | /* 垂直间距 */
26 | /* 透明度 */
27 | /* 文章场景相关 */
28 | page {
29 | background-color: #FFFFFF;
30 | }
31 |
32 |
--------------------------------------------------------------------------------
/unpackage/dist/dev/mp-weixin/node-modules/uview-ui/components/u-empty/u-empty.wxml:
--------------------------------------------------------------------------------
1 | {{text?text:icons[mode]}}
--------------------------------------------------------------------------------
/pages/USER/agreementlist.vue:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
34 |
35 |
38 |
--------------------------------------------------------------------------------
/unpackage/dist/dev/mp-weixin/node-modules/uview-ui/components/u-status-bar/u-status-bar.wxss:
--------------------------------------------------------------------------------
1 | @charset "UTF-8";
2 | /**
3 | * 这里是uni-app内置的常用样式变量
4 | *
5 | * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
6 | * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
7 | *
8 | */
9 | /**
10 | * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
11 | *
12 | * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
13 | */
14 | /* uni.scss */
15 | /* 颜色变量 */
16 | /* 行为相关颜色 */
17 | /* 文字基本颜色 */
18 | /* 背景颜色 */
19 | /* 边框颜色 */
20 | /* 尺寸变量 */
21 | /* 文字尺寸 */
22 | /* 图片尺寸 */
23 | /* Border Radius */
24 | /* 水平间距 */
25 | /* 垂直间距 */
26 | /* 透明度 */
27 | /* 文章场景相关 */
28 | .u-status-bar.data-v-3c8c2ae7 {
29 | width: 100%;
30 | }
31 |
32 |
--------------------------------------------------------------------------------
/pages/USER/setup.vue:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | 退出
5 |
6 |
7 |
8 |
9 |
10 |
35 |
36 |
41 |
--------------------------------------------------------------------------------
/unpackage/dist/dev/mp-weixin/node-modules/uview-ui/components/u-safe-bottom/u-safe-bottom.wxss:
--------------------------------------------------------------------------------
1 | @charset "UTF-8";
2 | /**
3 | * 这里是uni-app内置的常用样式变量
4 | *
5 | * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
6 | * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
7 | *
8 | */
9 | /**
10 | * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
11 | *
12 | * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
13 | */
14 | /* uni.scss */
15 | /* 颜色变量 */
16 | /* 行为相关颜色 */
17 | /* 文字基本颜色 */
18 | /* 背景颜色 */
19 | /* 边框颜色 */
20 | /* 尺寸变量 */
21 | /* 文字尺寸 */
22 | /* 图片尺寸 */
23 | /* Border Radius */
24 | /* 水平间距 */
25 | /* 垂直间距 */
26 | /* 透明度 */
27 | /* 文章场景相关 */
28 | .u-safe-bottom.data-v-758fd84f {
29 | width: 100%;
30 | }
31 |
32 |
--------------------------------------------------------------------------------
/unpackage/dist/dev/mp-weixin/node-modules/uview-ui/components/u-sticky/u-sticky.wxss:
--------------------------------------------------------------------------------
1 | @charset "UTF-8";
2 | /**
3 | * 这里是uni-app内置的常用样式变量
4 | *
5 | * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
6 | * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
7 | *
8 | */
9 | /**
10 | * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
11 | *
12 | * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
13 | */
14 | /* uni.scss */
15 | /* 颜色变量 */
16 | /* 行为相关颜色 */
17 | /* 文字基本颜色 */
18 | /* 背景颜色 */
19 | /* 边框颜色 */
20 | /* 尺寸变量 */
21 | /* 文字尺寸 */
22 | /* 图片尺寸 */
23 | /* Border Radius */
24 | /* 水平间距 */
25 | /* 垂直间距 */
26 | /* 透明度 */
27 | /* 文章场景相关 */
28 | .u-sticky.data-v-c187ecf2 {
29 | position: -webkit-sticky;
30 | position: sticky;
31 | }
32 |
33 |
--------------------------------------------------------------------------------
/unpackage/dist/dev/mp-weixin/pages/NEWS/news.wxml:
--------------------------------------------------------------------------------
1 | {{item.from===openid?item.to_nickName:item.from_nickName}}{{item.data.title?'图片':item.data}}{{item.time?item.time:''}}
--------------------------------------------------------------------------------
/unpackage/dist/dev/mp-weixin/pages/PUBLISH/editProduct.json:
--------------------------------------------------------------------------------
1 | {
2 | "navigationBarTitleText": "",
3 | "enablePullDownRefresh": false,
4 | "usingComponents": {
5 | "u--form": "/node-modules/uview-ui/components/u--form/u--form",
6 | "u-form-item": "/node-modules/uview-ui/components/u-form-item/u-form-item",
7 | "u-checkbox-group": "/node-modules/uview-ui/components/u-checkbox-group/u-checkbox-group",
8 | "u-checkbox": "/node-modules/uview-ui/components/u-checkbox/u-checkbox",
9 | "u-radio-group": "/node-modules/uview-ui/components/u-radio-group/u-radio-group",
10 | "u-radio": "/node-modules/uview-ui/components/u-radio/u-radio",
11 | "u--textarea": "/node-modules/uview-ui/components/u--textarea/u--textarea",
12 | "u-upload": "/node-modules/uview-ui/components/u-upload/u-upload"
13 | }
14 | }
--------------------------------------------------------------------------------
/unpackage/dist/dev/mp-weixin/pages/FORUM/publishArticle.wxml:
--------------------------------------------------------------------------------
1 | 发表
--------------------------------------------------------------------------------
/unpackage/dist/dev/mp-weixin/pages/PUBLISH/editProduct.wxss:
--------------------------------------------------------------------------------
1 | @charset "UTF-8";
2 | /**
3 | * 这里是uni-app内置的常用样式变量
4 | *
5 | * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
6 | * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
7 | *
8 | */
9 | /**
10 | * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
11 | *
12 | * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
13 | */
14 | /* uni.scss */
15 | /* 颜色变量 */
16 | /* 行为相关颜色 */
17 | /* 文字基本颜色 */
18 | /* 背景颜色 */
19 | /* 边框颜色 */
20 | /* 尺寸变量 */
21 | /* 文字尺寸 */
22 | /* 图片尺寸 */
23 | /* Border Radius */
24 | /* 水平间距 */
25 | /* 垂直间距 */
26 | /* 透明度 */
27 | /* 文章场景相关 */
28 | .input_text {
29 | border: 2rpx solid #eee;
30 | border-radius: 25rpx;
31 | padding-left: 15rpx;
32 | height: 70rpx;
33 | font-size: 30rpx;
34 | }
35 |
36 |
--------------------------------------------------------------------------------
/unpackage/dist/dev/mp-weixin/pages/PUBLISH/publish.wxss:
--------------------------------------------------------------------------------
1 | @charset "UTF-8";
2 | /**
3 | * 这里是uni-app内置的常用样式变量
4 | *
5 | * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
6 | * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
7 | *
8 | */
9 | /**
10 | * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
11 | *
12 | * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
13 | */
14 | /* uni.scss */
15 | /* 颜色变量 */
16 | /* 行为相关颜色 */
17 | /* 文字基本颜色 */
18 | /* 背景颜色 */
19 | /* 边框颜色 */
20 | /* 尺寸变量 */
21 | /* 文字尺寸 */
22 | /* 图片尺寸 */
23 | /* Border Radius */
24 | /* 水平间距 */
25 | /* 垂直间距 */
26 | /* 透明度 */
27 | /* 文章场景相关 */
28 | .input_text {
29 | border: 2rpx solid #eee;
30 | border-radius: 25rpx;
31 | padding-left: 15rpx;
32 | height: 70rpx;
33 | font-size: 30rpx;
34 | }
35 |
36 |
--------------------------------------------------------------------------------
/unpackage/dist/dev/mp-weixin/pages/PUBLISH/rentout.wxss:
--------------------------------------------------------------------------------
1 | @charset "UTF-8";
2 | /**
3 | * 这里是uni-app内置的常用样式变量
4 | *
5 | * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
6 | * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
7 | *
8 | */
9 | /**
10 | * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
11 | *
12 | * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
13 | */
14 | /* uni.scss */
15 | /* 颜色变量 */
16 | /* 行为相关颜色 */
17 | /* 文字基本颜色 */
18 | /* 背景颜色 */
19 | /* 边框颜色 */
20 | /* 尺寸变量 */
21 | /* 文字尺寸 */
22 | /* 图片尺寸 */
23 | /* Border Radius */
24 | /* 水平间距 */
25 | /* 垂直间距 */
26 | /* 透明度 */
27 | /* 文章场景相关 */
28 | .input_text {
29 | border: 2rpx solid #eee;
30 | border-radius: 25rpx;
31 | padding-left: 15rpx;
32 | height: 70rpx;
33 | font-size: 30rpx;
34 | }
35 |
36 |
--------------------------------------------------------------------------------
/unpackage/dist/dev/mp-weixin/pages/PUBLISH/seekpublish.wxss:
--------------------------------------------------------------------------------
1 | @charset "UTF-8";
2 | /**
3 | * 这里是uni-app内置的常用样式变量
4 | *
5 | * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
6 | * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
7 | *
8 | */
9 | /**
10 | * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
11 | *
12 | * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
13 | */
14 | /* uni.scss */
15 | /* 颜色变量 */
16 | /* 行为相关颜色 */
17 | /* 文字基本颜色 */
18 | /* 背景颜色 */
19 | /* 边框颜色 */
20 | /* 尺寸变量 */
21 | /* 文字尺寸 */
22 | /* 图片尺寸 */
23 | /* Border Radius */
24 | /* 水平间距 */
25 | /* 垂直间距 */
26 | /* 透明度 */
27 | /* 文章场景相关 */
28 | .input_text {
29 | border: 2rpx solid #eee;
30 | border-radius: 25rpx;
31 | padding-left: 15rpx;
32 | height: 70rpx;
33 | font-size: 30rpx;
34 | }
35 |
36 |
--------------------------------------------------------------------------------
/unpackage/dist/dev/mp-weixin/pages/PUBLISH/seekrentout.wxss:
--------------------------------------------------------------------------------
1 | @charset "UTF-8";
2 | /**
3 | * 这里是uni-app内置的常用样式变量
4 | *
5 | * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
6 | * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
7 | *
8 | */
9 | /**
10 | * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
11 | *
12 | * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
13 | */
14 | /* uni.scss */
15 | /* 颜色变量 */
16 | /* 行为相关颜色 */
17 | /* 文字基本颜色 */
18 | /* 背景颜色 */
19 | /* 边框颜色 */
20 | /* 尺寸变量 */
21 | /* 文字尺寸 */
22 | /* 图片尺寸 */
23 | /* Border Radius */
24 | /* 水平间距 */
25 | /* 垂直间距 */
26 | /* 透明度 */
27 | /* 文章场景相关 */
28 | .input_text {
29 | border: 2rpx solid #eee;
30 | border-radius: 25rpx;
31 | padding-left: 15rpx;
32 | height: 70rpx;
33 | font-size: 30rpx;
34 | }
35 |
36 |
--------------------------------------------------------------------------------
/unpackage/dist/dev/mp-weixin/pages/USER/personalInfo.wxss:
--------------------------------------------------------------------------------
1 | @charset "UTF-8";
2 | /**
3 | * 这里是uni-app内置的常用样式变量
4 | *
5 | * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
6 | * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
7 | *
8 | */
9 | /**
10 | * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
11 | *
12 | * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
13 | */
14 | /* uni.scss */
15 | /* 颜色变量 */
16 | /* 行为相关颜色 */
17 | /* 文字基本颜色 */
18 | /* 背景颜色 */
19 | /* 边框颜色 */
20 | /* 尺寸变量 */
21 | /* 文字尺寸 */
22 | /* 图片尺寸 */
23 | /* Border Radius */
24 | /* 水平间距 */
25 | /* 垂直间距 */
26 | /* 透明度 */
27 | /* 文章场景相关 */
28 | .container image {
29 | width: 80rpx;
30 | height: 80rpx;
31 | border-radius: 50%;
32 | }
33 | .container .formitem {
34 | text-align: right;
35 | }
36 |
37 |
--------------------------------------------------------------------------------
/unpackage/dist/dev/mp-weixin/node-modules/uview-ui/components/u-swiper-indicator/u-swiper-indicator.wxml:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/unpackage/dist/dev/mp-weixin/node-modules/uview-ui/components/u-icon/u-icon.wxml:
--------------------------------------------------------------------------------
1 | {{icon}}{{label}}
--------------------------------------------------------------------------------
/unpackage/dist/dev/mp-weixin/node-modules/uview-ui/components/u-toolbar/u-toolbar.wxml:
--------------------------------------------------------------------------------
1 | {{cancelText}}{{title}}{{confirmText}}
--------------------------------------------------------------------------------
/unpackage/dist/dev/mp-weixin/pages/PUBLISH/rentout.json:
--------------------------------------------------------------------------------
1 | {
2 | "navigationBarTitleText": "",
3 | "enablePullDownRefresh": false,
4 | "usingComponents": {
5 | "u--form": "/node-modules/uview-ui/components/u--form/u--form",
6 | "u-form-item": "/node-modules/uview-ui/components/u-form-item/u-form-item",
7 | "u-radio-group": "/node-modules/uview-ui/components/u-radio-group/u-radio-group",
8 | "u-radio": "/node-modules/uview-ui/components/u-radio/u-radio",
9 | "u-picker": "/node-modules/uview-ui/components/u-picker/u-picker",
10 | "u--textarea": "/node-modules/uview-ui/components/u--textarea/u--textarea",
11 | "u-upload": "/node-modules/uview-ui/components/u-upload/u-upload",
12 | "u-checkbox-group": "/node-modules/uview-ui/components/u-checkbox-group/u-checkbox-group",
13 | "u-checkbox": "/node-modules/uview-ui/components/u-checkbox/u-checkbox"
14 | }
15 | }
--------------------------------------------------------------------------------
/unpackage/dist/dev/mp-weixin/pages/USER/address.wxml:
--------------------------------------------------------------------------------
1 | {{item.name+item.phone}}{{item.province+item.city+item.area}}{{item.detailAddress}}添加地址
--------------------------------------------------------------------------------
/main.js:
--------------------------------------------------------------------------------
1 | import App from './App'
2 | import uView from 'uview-ui'
3 | import Vue from 'vue'
4 | import store from 'store/index.js'
5 | import {router,RouterMount} from 'router/router.js'
6 | import showModal from "components/login_tip.vue"
7 | import agreement from "components/agreement.vue"
8 | import updatevalue from "components/updateInfo.vue"
9 | import initModal from "components/login_Controll.js"
10 | import {request} from "config/request.js"
11 | Vue.use(router)
12 | initModal(Vue);
13 | Vue.component('show-modal',showModal);
14 | Vue.component('agreement',agreement);
15 | Vue.component('updatevalue',updatevalue);
16 | Vue.use(uView);
17 | Vue.prototype.$store = store
18 | Vue.config.productionTip = false
19 | Vue.prototype.$request=request
20 | App.mpType = 'app'
21 | const app = new Vue({
22 | ...App,
23 | store
24 | })
25 | app.$mount()
26 |
27 |
28 |
29 |
30 |
--------------------------------------------------------------------------------
/components/home/SearchBox.vue:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
24 |
25 |
44 |
--------------------------------------------------------------------------------
/unpackage/dist/dev/mp-weixin/components/updateInfo.wxml:
--------------------------------------------------------------------------------
1 | {{updateValue_content}}{{cancelText}}{{confirmText}}
--------------------------------------------------------------------------------
/unpackage/dist/dev/mp-weixin/components/home/filter.wxss:
--------------------------------------------------------------------------------
1 | @charset "UTF-8";
2 | /**
3 | * 这里是uni-app内置的常用样式变量
4 | *
5 | * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
6 | * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
7 | *
8 | */
9 | /**
10 | * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
11 | *
12 | * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
13 | */
14 | /* uni.scss */
15 | /* 颜色变量 */
16 | /* 行为相关颜色 */
17 | /* 文字基本颜色 */
18 | /* 背景颜色 */
19 | /* 边框颜色 */
20 | /* 尺寸变量 */
21 | /* 文字尺寸 */
22 | /* 图片尺寸 */
23 | /* Border Radius */
24 | /* 水平间距 */
25 | /* 垂直间距 */
26 | /* 透明度 */
27 | /* 文章场景相关 */
28 | .filte_content {
29 | background-color: #FAFAFA;
30 | padding: 15rpx;
31 | font-size: 35rpx;
32 | height: 80rpx;
33 | line-height: 80rpx;
34 | }
35 | .active {
36 | font-weight: bold;
37 | color: #E31D1C;
38 | border-bottom: 6rpx solid #E31D1C;
39 | }
40 |
41 |
--------------------------------------------------------------------------------
/unpackage/dist/dev/mp-weixin/pages/USER/recommendation.wxss:
--------------------------------------------------------------------------------
1 | @charset "UTF-8";
2 | /**
3 | * 这里是uni-app内置的常用样式变量
4 | *
5 | * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
6 | * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
7 | *
8 | */
9 | /**
10 | * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
11 | *
12 | * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
13 | */
14 | /* uni.scss */
15 | /* 颜色变量 */
16 | /* 行为相关颜色 */
17 | /* 文字基本颜色 */
18 | /* 背景颜色 */
19 | /* 边框颜色 */
20 | /* 尺寸变量 */
21 | /* 文字尺寸 */
22 | /* 图片尺寸 */
23 | /* Border Radius */
24 | /* 水平间距 */
25 | /* 垂直间距 */
26 | /* 透明度 */
27 | /* 文章场景相关 */
28 | .request_content {
29 | margin-top: 25rpx;
30 | }
31 | .request_content .postRequest {
32 | margin-top: 25rpx;
33 | }
34 | .request_tip {
35 | margin-top: 35rpx;
36 | }
37 | .request_tip .neirong {
38 | font-size: 27rpx;
39 | color: #999;
40 | margin: 15rpx 0;
41 | }
42 |
43 |
--------------------------------------------------------------------------------
/unpackage/dist/dev/mp-weixin/pages/FORUM/articleDetail.wxss:
--------------------------------------------------------------------------------
1 | @charset "UTF-8";
2 | /**
3 | * 这里是uni-app内置的常用样式变量
4 | *
5 | * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
6 | * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
7 | *
8 | */
9 | /**
10 | * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
11 | *
12 | * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
13 | */
14 | /* uni.scss */
15 | /* 颜色变量 */
16 | /* 行为相关颜色 */
17 | /* 文字基本颜色 */
18 | /* 背景颜色 */
19 | /* 边框颜色 */
20 | /* 尺寸变量 */
21 | /* 文字尺寸 */
22 | /* 图片尺寸 */
23 | /* Border Radius */
24 | /* 水平间距 */
25 | /* 垂直间距 */
26 | /* 透明度 */
27 | /* 文章场景相关 */
28 | .review_content {
29 | margin: 25rpx 0 50rpx 0;
30 | }
31 | .review_content .review_title {
32 | padding-bottom: 15rpx;
33 | border-bottom: 0.5rpx solid #f8f8f8;
34 | }
35 | .review_content .review_title .liked {
36 | float: right;
37 | font-size: 27rpx;
38 | color: #333;
39 | }
40 |
41 |
--------------------------------------------------------------------------------
/unpackage/dist/dev/mp-weixin/node-modules/uview-ui/components/u--textarea/u--textarea.wxml:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/unpackage/dist/dev/mp-weixin/node-modules/uview-ui/components/u-notice-bar/u-notice-bar.wxml:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/unpackage/dist/dev/mp-weixin/components/user/product_nav.wxss:
--------------------------------------------------------------------------------
1 | @charset "UTF-8";
2 | /**
3 | * 这里是uni-app内置的常用样式变量
4 | *
5 | * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
6 | * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
7 | *
8 | */
9 | /**
10 | * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
11 | *
12 | * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
13 | */
14 | /* uni.scss */
15 | /* 颜色变量 */
16 | /* 行为相关颜色 */
17 | /* 文字基本颜色 */
18 | /* 背景颜色 */
19 | /* 边框颜色 */
20 | /* 尺寸变量 */
21 | /* 文字尺寸 */
22 | /* 图片尺寸 */
23 | /* Border Radius */
24 | /* 水平间距 */
25 | /* 垂直间距 */
26 | /* 透明度 */
27 | /* 文章场景相关 */
28 | .nav_content {
29 | margin-top: -80rpx;
30 | position: relative;
31 | z-index: 10;
32 | }
33 | .nav_content .nav_tap {
34 | font-size: 22rpx;
35 | }
36 | .nav_content .nav_tap text {
37 | text-align: center;
38 | color: #333;
39 | }
40 | .nav_content .nav_tap .num {
41 | font-size: 55rpx;
42 | font-weight: bold;
43 | }
44 |
45 |
--------------------------------------------------------------------------------
/unpackage/dist/dev/mp-weixin/pages/USER/addAddress.wxss:
--------------------------------------------------------------------------------
1 | @charset "UTF-8";
2 | /**
3 | * 这里是uni-app内置的常用样式变量
4 | *
5 | * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
6 | * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
7 | *
8 | */
9 | /**
10 | * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
11 | *
12 | * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
13 | */
14 | /* uni.scss */
15 | /* 颜色变量 */
16 | /* 行为相关颜色 */
17 | /* 文字基本颜色 */
18 | /* 背景颜色 */
19 | /* 边框颜色 */
20 | /* 尺寸变量 */
21 | /* 文字尺寸 */
22 | /* 图片尺寸 */
23 | /* Border Radius */
24 | /* 水平间距 */
25 | /* 垂直间距 */
26 | /* 透明度 */
27 | /* 文章场景相关 */
28 | .container input {
29 | background-color: #FAFAFA;
30 | border-radius: 30rpx;
31 | height: 40rpx;
32 | padding: 20rpx;
33 | font-size: 30rpx;
34 | }
35 | .container textarea {
36 | background-color: #FAFAFA;
37 | border-radius: 30rpx;
38 | line-height: 20rpx;
39 | padding: 20rpx;
40 | font-size: 30rpx;
41 | width: 450rpx;
42 | }
43 |
44 |
--------------------------------------------------------------------------------
/unpackage/dist/dev/mp-weixin/pages/USER/editorAddress.wxss:
--------------------------------------------------------------------------------
1 | @charset "UTF-8";
2 | /**
3 | * 这里是uni-app内置的常用样式变量
4 | *
5 | * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
6 | * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
7 | *
8 | */
9 | /**
10 | * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
11 | *
12 | * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
13 | */
14 | /* uni.scss */
15 | /* 颜色变量 */
16 | /* 行为相关颜色 */
17 | /* 文字基本颜色 */
18 | /* 背景颜色 */
19 | /* 边框颜色 */
20 | /* 尺寸变量 */
21 | /* 文字尺寸 */
22 | /* 图片尺寸 */
23 | /* Border Radius */
24 | /* 水平间距 */
25 | /* 垂直间距 */
26 | /* 透明度 */
27 | /* 文章场景相关 */
28 | .container input {
29 | background-color: #FAFAFA;
30 | border-radius: 30rpx;
31 | height: 40rpx;
32 | padding: 20rpx;
33 | font-size: 30rpx;
34 | }
35 | .container textarea {
36 | background-color: #FAFAFA;
37 | border-radius: 30rpx;
38 | line-height: 20rpx;
39 | padding: 20rpx;
40 | font-size: 30rpx;
41 | width: 450rpx;
42 | }
43 |
44 |
--------------------------------------------------------------------------------
/unpackage/dist/dev/mp-weixin/node-modules/uview-ui/components/u-radio/u-radio.wxml:
--------------------------------------------------------------------------------
1 | {{label}}
--------------------------------------------------------------------------------
/unpackage/dist/dev/mp-weixin/node-modules/uview-ui/components/u-checkbox/u-checkbox.wxml:
--------------------------------------------------------------------------------
1 | {{label}}
--------------------------------------------------------------------------------
/unpackage/dist/dev/mp-weixin/node-modules/uview-ui/components/u-line/u-line.wxss:
--------------------------------------------------------------------------------
1 | @charset "UTF-8";
2 | /**
3 | * 这里是uni-app内置的常用样式变量
4 | *
5 | * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
6 | * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
7 | *
8 | */
9 | /**
10 | * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
11 | *
12 | * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
13 | */
14 | /* uni.scss */
15 | /* 颜色变量 */
16 | /* 行为相关颜色 */
17 | /* 文字基本颜色 */
18 | /* 背景颜色 */
19 | /* 边框颜色 */
20 | /* 尺寸变量 */
21 | /* 文字尺寸 */
22 | /* 图片尺寸 */
23 | /* Border Radius */
24 | /* 水平间距 */
25 | /* 垂直间距 */
26 | /* 透明度 */
27 | /* 文章场景相关 */
28 | view.data-v-e778bab2, scroll-view.data-v-e778bab2, swiper-item.data-v-e778bab2 {
29 | display: flex;
30 | flex-direction: column;
31 | flex-shrink: 0;
32 | flex-grow: 0;
33 | flex-basis: auto;
34 | align-items: stretch;
35 | align-content: flex-start;
36 | }
37 | .u-line.data-v-e778bab2 {
38 | vertical-align: middle;
39 | }
40 |
41 |
--------------------------------------------------------------------------------
/unpackage/dist/dev/mp-weixin/components/agreement.wxss:
--------------------------------------------------------------------------------
1 | @charset "UTF-8";
2 | /**
3 | * 这里是uni-app内置的常用样式变量
4 | *
5 | * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
6 | * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
7 | *
8 | */
9 | /**
10 | * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
11 | *
12 | * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
13 | */
14 | /* uni.scss */
15 | /* 颜色变量 */
16 | /* 行为相关颜色 */
17 | /* 文字基本颜色 */
18 | /* 背景颜色 */
19 | /* 边框颜色 */
20 | /* 尺寸变量 */
21 | /* 文字尺寸 */
22 | /* 图片尺寸 */
23 | /* Border Radius */
24 | /* 水平间距 */
25 | /* 垂直间距 */
26 | /* 透明度 */
27 | /* 文章场景相关 */
28 | .content {
29 | width: 100%;
30 | height: 100vh;
31 | background: rgba(0, 0, 0, 0.5);
32 | z-index: 11;
33 | position: fixed;
34 | left: 0;
35 | top: 0;
36 | padding-top: 10vh;
37 | }
38 | .agree_content {
39 | width: 500rpx;
40 | background-color: #FFFFFF;
41 | border-radius: 25rpx;
42 | padding: 25rpx;
43 | margin: 0 auto;
44 | font-size: 27rpx;
45 | }
46 |
47 |
--------------------------------------------------------------------------------
/unpackage/dist/dev/mp-weixin/components/home/SearchBox.wxss:
--------------------------------------------------------------------------------
1 | @charset "UTF-8";
2 | /**
3 | * 这里是uni-app内置的常用样式变量
4 | *
5 | * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
6 | * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
7 | *
8 | */
9 | /**
10 | * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
11 | *
12 | * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
13 | */
14 | /* uni.scss */
15 | /* 颜色变量 */
16 | /* 行为相关颜色 */
17 | /* 文字基本颜色 */
18 | /* 背景颜色 */
19 | /* 边框颜色 */
20 | /* 尺寸变量 */
21 | /* 文字尺寸 */
22 | /* 图片尺寸 */
23 | /* Border Radius */
24 | /* 水平间距 */
25 | /* 垂直间距 */
26 | /* 透明度 */
27 | /* 文章场景相关 */
28 | .content {
29 | position: fixed;
30 | top: 0;
31 | left: 0;
32 | right: 0;
33 | padding: 15rpx;
34 | z-index: 10;
35 | background: linear-gradient(#E31D1C, #f3f4f6);
36 | }
37 | .content input {
38 | background-color: #FFFFFF;
39 | margin: 0 25rpx;
40 | height: 60rpx;
41 | border-radius: 50rpx;
42 | padding-left: 20rpx;
43 | font-size: 30rpx;
44 | }
45 |
46 |
--------------------------------------------------------------------------------
/unpackage/dist/dev/mp-weixin/components/home/category.wxss:
--------------------------------------------------------------------------------
1 | @charset "UTF-8";
2 | /**
3 | * 这里是uni-app内置的常用样式变量
4 | *
5 | * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
6 | * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
7 | *
8 | */
9 | /**
10 | * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
11 | *
12 | * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
13 | */
14 | /* uni.scss */
15 | /* 颜色变量 */
16 | /* 行为相关颜色 */
17 | /* 文字基本颜色 */
18 | /* 背景颜色 */
19 | /* 边框颜色 */
20 | /* 尺寸变量 */
21 | /* 文字尺寸 */
22 | /* 图片尺寸 */
23 | /* Border Radius */
24 | /* 水平间距 */
25 | /* 垂直间距 */
26 | /* 透明度 */
27 | /* 文章场景相关 */
28 | .cate_content {
29 | display: flex;
30 | justify-content: space-around;
31 | align-items: center;
32 | flex-wrap: wrap;
33 | }
34 | .cate_content .cate_tap {
35 | display: flex;
36 | flex-direction: column;
37 | align-items: center;
38 | font-size: 22rpx;
39 | width: 100rpx;
40 | margin-bottom: 8rpx;
41 | }
42 | .cate_content .cate_tap image {
43 | width: 80rpx;
44 | height: 80rpx;
45 | }
46 |
47 |
--------------------------------------------------------------------------------
/unpackage/dist/dev/mp-weixin/node-modules/uview-ui/components/u-notice-bar/u-notice-bar.wxss:
--------------------------------------------------------------------------------
1 | @charset "UTF-8";
2 | /**
3 | * 这里是uni-app内置的常用样式变量
4 | *
5 | * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
6 | * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
7 | *
8 | */
9 | /**
10 | * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
11 | *
12 | * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
13 | */
14 | /* uni.scss */
15 | /* 颜色变量 */
16 | /* 行为相关颜色 */
17 | /* 文字基本颜色 */
18 | /* 背景颜色 */
19 | /* 边框颜色 */
20 | /* 尺寸变量 */
21 | /* 文字尺寸 */
22 | /* 图片尺寸 */
23 | /* Border Radius */
24 | /* 水平间距 */
25 | /* 垂直间距 */
26 | /* 透明度 */
27 | /* 文章场景相关 */
28 | view.data-v-4eff50a7, scroll-view.data-v-4eff50a7, swiper-item.data-v-4eff50a7 {
29 | display: flex;
30 | flex-direction: column;
31 | flex-shrink: 0;
32 | flex-grow: 0;
33 | flex-basis: auto;
34 | align-items: stretch;
35 | align-content: flex-start;
36 | }
37 | .u-notice-bar.data-v-4eff50a7 {
38 | overflow: hidden;
39 | padding: 9px 12px;
40 | flex: 1;
41 | }
42 |
43 |
--------------------------------------------------------------------------------
/unpackage/dist/dev/mp-weixin/node-modules/uview-ui/components/u-album/u-album.wxml:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/unpackage/dist/dev/mp-weixin/node-modules/uview-ui/components/u-link/u-link.wxss:
--------------------------------------------------------------------------------
1 | @charset "UTF-8";
2 | /**
3 | * 这里是uni-app内置的常用样式变量
4 | *
5 | * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
6 | * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
7 | *
8 | */
9 | /**
10 | * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
11 | *
12 | * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
13 | */
14 | /* uni.scss */
15 | /* 颜色变量 */
16 | /* 行为相关颜色 */
17 | /* 文字基本颜色 */
18 | /* 背景颜色 */
19 | /* 边框颜色 */
20 | /* 尺寸变量 */
21 | /* 文字尺寸 */
22 | /* 图片尺寸 */
23 | /* Border Radius */
24 | /* 水平间距 */
25 | /* 垂直间距 */
26 | /* 透明度 */
27 | /* 文章场景相关 */
28 | view.data-v-8a7be032, scroll-view.data-v-8a7be032, swiper-item.data-v-8a7be032 {
29 | display: flex;
30 | flex-direction: column;
31 | flex-shrink: 0;
32 | flex-grow: 0;
33 | flex-basis: auto;
34 | align-items: stretch;
35 | align-content: flex-start;
36 | }
37 | .u-link.data-v-8a7be032 {
38 | line-height: 1;
39 | display: flex;
40 | flex-direction: row;
41 | flex-wrap: wrap;
42 | flex: 1;
43 | }
44 |
45 |
--------------------------------------------------------------------------------
/unpackage/dist/dev/mp-weixin/pages/HOME/kinds.wxml:
--------------------------------------------------------------------------------
1 | {{item.title?item.title:''}}{{item.degree?item.degree:''}}{{item.transactionMode?item.transactionMode:''}}{{"¥"+(item.secondHandPrice?item.secondHandPrice:'')}}{{"¥"+(item.originPrice?item.originPrice:'')}}{{item.address?item.address:''}}
--------------------------------------------------------------------------------
/unpackage/dist/dev/mp-weixin/components/forum/articleItem.wxss:
--------------------------------------------------------------------------------
1 | @charset "UTF-8";
2 | /**
3 | * 这里是uni-app内置的常用样式变量
4 | *
5 | * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
6 | * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
7 | *
8 | */
9 | /**
10 | * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
11 | *
12 | * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
13 | */
14 | /* uni.scss */
15 | /* 颜色变量 */
16 | /* 行为相关颜色 */
17 | /* 文字基本颜色 */
18 | /* 背景颜色 */
19 | /* 边框颜色 */
20 | /* 尺寸变量 */
21 | /* 文字尺寸 */
22 | /* 图片尺寸 */
23 | /* Border Radius */
24 | /* 水平间距 */
25 | /* 垂直间距 */
26 | /* 透明度 */
27 | /* 文章场景相关 */
28 | .container .forum_article image {
29 | width: 75rpx;
30 | height: 75rpx;
31 | border-radius: 50%;
32 | }
33 | .container .forum_article .article_user {
34 | margin-left: 15rpx;
35 | font-size: 27rpx;
36 | color: #808080;
37 | }
38 | .container .forum_article .article_user .user_text {
39 | margin-bottom: 10rpx;
40 | font-size: 30rpx;
41 | color: #E31D1C;
42 | }
43 | .container .article_text {
44 | margin: 10rpx 0;
45 | font-size: 27rpx;
46 | }
47 |
48 |
--------------------------------------------------------------------------------
/unpackage/dist/dev/mp-weixin/node-modules/uview-ui/components/u-overlay/u-overlay.wxss:
--------------------------------------------------------------------------------
1 | @charset "UTF-8";
2 | /**
3 | * 这里是uni-app内置的常用样式变量
4 | *
5 | * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
6 | * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
7 | *
8 | */
9 | /**
10 | * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
11 | *
12 | * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
13 | */
14 | /* uni.scss */
15 | /* 颜色变量 */
16 | /* 行为相关颜色 */
17 | /* 文字基本颜色 */
18 | /* 背景颜色 */
19 | /* 边框颜色 */
20 | /* 尺寸变量 */
21 | /* 文字尺寸 */
22 | /* 图片尺寸 */
23 | /* Border Radius */
24 | /* 水平间距 */
25 | /* 垂直间距 */
26 | /* 透明度 */
27 | /* 文章场景相关 */
28 | view.data-v-2d8262d9, scroll-view.data-v-2d8262d9, swiper-item.data-v-2d8262d9 {
29 | display: flex;
30 | flex-direction: column;
31 | flex-shrink: 0;
32 | flex-grow: 0;
33 | flex-basis: auto;
34 | align-items: stretch;
35 | align-content: flex-start;
36 | }
37 | .u-overlay.data-v-2d8262d9 {
38 | position: fixed;
39 | top: 0;
40 | left: 0;
41 | width: 100%;
42 | height: 100%;
43 | background-color: rgba(0, 0, 0, 0.7);
44 | }
45 |
46 |
--------------------------------------------------------------------------------
/unpackage/dist/dev/mp-weixin/node-modules/uview-ui/components/u-loading-icon/u-loading-icon.wxml:
--------------------------------------------------------------------------------
1 | {{text}}
--------------------------------------------------------------------------------
/unpackage/dist/dev/mp-weixin/node-modules/uview-ui/components/u-row-notice/u-row-notice.wxml:
--------------------------------------------------------------------------------
1 | {{text}}
--------------------------------------------------------------------------------
/unpackage/dist/dev/mp-weixin/node-modules/uview-ui/components/u-checkbox-group/u-checkbox-group.wxss:
--------------------------------------------------------------------------------
1 | @charset "UTF-8";
2 | /**
3 | * 这里是uni-app内置的常用样式变量
4 | *
5 | * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
6 | * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
7 | *
8 | */
9 | /**
10 | * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
11 | *
12 | * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
13 | */
14 | /* uni.scss */
15 | /* 颜色变量 */
16 | /* 行为相关颜色 */
17 | /* 文字基本颜色 */
18 | /* 背景颜色 */
19 | /* 边框颜色 */
20 | /* 尺寸变量 */
21 | /* 文字尺寸 */
22 | /* 图片尺寸 */
23 | /* Border Radius */
24 | /* 水平间距 */
25 | /* 垂直间距 */
26 | /* 透明度 */
27 | /* 文章场景相关 */
28 | view.data-v-3d1b15f2, scroll-view.data-v-3d1b15f2, swiper-item.data-v-3d1b15f2 {
29 | display: flex;
30 | flex-direction: column;
31 | flex-shrink: 0;
32 | flex-grow: 0;
33 | flex-basis: auto;
34 | align-items: stretch;
35 | align-content: flex-start;
36 | }
37 | .u-checkbox-group--row.data-v-3d1b15f2 {
38 | display: flex;
39 | flex-direction: row;
40 | }
41 | .u-checkbox-group--column.data-v-3d1b15f2 {
42 | display: flex;
43 | flex-direction: column;
44 | }
45 |
46 |
--------------------------------------------------------------------------------
/unpackage/dist/dev/mp-weixin/pages/USER/address.wxss:
--------------------------------------------------------------------------------
1 | @charset "UTF-8";
2 | /**
3 | * 这里是uni-app内置的常用样式变量
4 | *
5 | * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
6 | * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
7 | *
8 | */
9 | /**
10 | * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
11 | *
12 | * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
13 | */
14 | /* uni.scss */
15 | /* 颜色变量 */
16 | /* 行为相关颜色 */
17 | /* 文字基本颜色 */
18 | /* 背景颜色 */
19 | /* 边框颜色 */
20 | /* 尺寸变量 */
21 | /* 文字尺寸 */
22 | /* 图片尺寸 */
23 | /* Border Radius */
24 | /* 水平间距 */
25 | /* 垂直间距 */
26 | /* 透明度 */
27 | /* 文章场景相关 */
28 | .address_content {
29 | border-bottom: 2rpx solid #f8f8f8;
30 | }
31 | .logo {
32 | width: 60rpx;
33 | height: 60rpx;
34 | }
35 | .logo1 {
36 | width: 40rpx;
37 | height: 40rpx;
38 | }
39 | .address_info {
40 | margin: 0 25rpx;
41 | width: 530rpx;
42 | }
43 | .address_info .name {
44 | font-size: 30rpx;
45 | margin-bottom: 15rpx;
46 | }
47 | .address_info .province {
48 | font-size: 27rpx;
49 | margin-bottom: 15rpx;
50 | }
51 | .address_info .detail {
52 | font-size: 27rpx;
53 | margin-bottom: 15rpx;
54 | }
55 |
56 |
--------------------------------------------------------------------------------
/unpackage/dist/dev/mp-weixin/node-modules/uview-ui/components/u-radio-group/u-radio-group.wxss:
--------------------------------------------------------------------------------
1 | @charset "UTF-8";
2 | /**
3 | * 这里是uni-app内置的常用样式变量
4 | *
5 | * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
6 | * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
7 | *
8 | */
9 | /**
10 | * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
11 | *
12 | * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
13 | */
14 | /* uni.scss */
15 | /* 颜色变量 */
16 | /* 行为相关颜色 */
17 | /* 文字基本颜色 */
18 | /* 背景颜色 */
19 | /* 边框颜色 */
20 | /* 尺寸变量 */
21 | /* 文字尺寸 */
22 | /* 图片尺寸 */
23 | /* Border Radius */
24 | /* 水平间距 */
25 | /* 垂直间距 */
26 | /* 透明度 */
27 | /* 文章场景相关 */
28 | view.data-v-4a02ae53, scroll-view.data-v-4a02ae53, swiper-item.data-v-4a02ae53 {
29 | display: flex;
30 | flex-direction: column;
31 | flex-shrink: 0;
32 | flex-grow: 0;
33 | flex-basis: auto;
34 | align-items: stretch;
35 | align-content: flex-start;
36 | }
37 | .u-radio-group.data-v-4a02ae53 {
38 | flex: 1;
39 | }
40 | .u-radio-group--row.data-v-4a02ae53 {
41 | display: flex;
42 | flex-direction: row;
43 | }
44 | .u-radio-group--column.data-v-4a02ae53 {
45 | display: flex;
46 | flex-direction: column;
47 | }
48 |
49 |
--------------------------------------------------------------------------------
/unpackage/dist/dev/mp-weixin/components/forum/bottom_tap.wxml:
--------------------------------------------------------------------------------
1 | {{item.title}}发送
--------------------------------------------------------------------------------
/unpackage/dist/dev/mp-weixin/pages/HOME/kinds.wxss:
--------------------------------------------------------------------------------
1 | @charset "UTF-8";
2 | /**
3 | * 这里是uni-app内置的常用样式变量
4 | *
5 | * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
6 | * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
7 | *
8 | */
9 | /**
10 | * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
11 | *
12 | * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
13 | */
14 | /* uni.scss */
15 | /* 颜色变量 */
16 | /* 行为相关颜色 */
17 | /* 文字基本颜色 */
18 | /* 背景颜色 */
19 | /* 边框颜色 */
20 | /* 尺寸变量 */
21 | /* 文字尺寸 */
22 | /* 图片尺寸 */
23 | /* Border Radius */
24 | /* 水平间距 */
25 | /* 垂直间距 */
26 | /* 透明度 */
27 | /* 文章场景相关 */
28 | page {
29 | background-color: #FFFFFF;
30 | }
31 | .product {
32 | margin-bottom: 15rpx;
33 | }
34 | .product image {
35 | width: 270rpx;
36 | height: 270rpx;
37 | border-radius: 25rpx;
38 | }
39 | .product .product_info {
40 | margin-left: 15rpx;
41 | height: 270rpx;
42 | }
43 | .product .info_user {
44 | margin-top: 15rpx;
45 | display: flex;
46 | align-items: center;
47 | font-size: 22rpx;
48 | color: #999;
49 | }
50 | .product .info_user image {
51 | width: 40rpx;
52 | height: 40rpx;
53 | }
54 | .text_active {
55 | color: #E31D1C;
56 | border: 1rpx solid #E31D1C !important;
57 | }
58 |
59 |
--------------------------------------------------------------------------------
/unpackage/dist/dev/mp-weixin/components/forum/reviewList.wxml:
--------------------------------------------------------------------------------
1 | {{item.nickName}}{{item.text}}{{"更多回复>"+item.reply}}{{item.time}}{{item.liked}}
--------------------------------------------------------------------------------
/components/home/filter.vue:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | {{item.title}}
6 |
7 |
8 |
9 |
10 |
11 |
46 |
47 |
61 |
62 |
--------------------------------------------------------------------------------
/unpackage/dist/dev/mp-weixin/pages/USER/user.wxss:
--------------------------------------------------------------------------------
1 | @charset "UTF-8";
2 | /**
3 | * 这里是uni-app内置的常用样式变量
4 | *
5 | * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
6 | * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
7 | *
8 | */
9 | /**
10 | * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
11 | *
12 | * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
13 | */
14 | /* uni.scss */
15 | /* 颜色变量 */
16 | /* 行为相关颜色 */
17 | /* 文字基本颜色 */
18 | /* 背景颜色 */
19 | /* 边框颜色 */
20 | /* 尺寸变量 */
21 | /* 文字尺寸 */
22 | /* 图片尺寸 */
23 | /* Border Radius */
24 | /* 水平间距 */
25 | /* 垂直间距 */
26 | /* 透明度 */
27 | /* 文章场景相关 */
28 | .user_top {
29 | position: relative;
30 | padding: 25rpx;
31 | padding-bottom: 150rpx;
32 | background: linear-gradient(#E31D1C, #dd6161);
33 | }
34 | .user_top image {
35 | width: 120rpx;
36 | height: 120rpx;
37 | border-radius: 50%;
38 | }
39 | .user_top text {
40 | margin-left: 25rpx;
41 | color: #FFFFFF;
42 | font-size: 35rpx;
43 | }
44 | .user_top .updateInfo {
45 | position: absolute;
46 | right: 0;
47 | top: 50rpx;
48 | background: linear-gradient(#f0ad4e, #ffff20);
49 | padding: 10rpx 25rpx;
50 | border-top-left-radius: 30rpx;
51 | border-bottom-left-radius: 30rpx;
52 | }
53 | .user_top .updateInfo text {
54 | font-size: 30rpx;
55 | }
56 |
57 |
--------------------------------------------------------------------------------
/unpackage/dist/dev/mp-weixin/node-modules/uview-ui/components/u-textarea/u-textarea.wxml:
--------------------------------------------------------------------------------
1 | {{$root.g2+"/"+maxlength}}
--------------------------------------------------------------------------------
/unpackage/dist/dev/mp-weixin/components/home/introduce.wxss:
--------------------------------------------------------------------------------
1 | @charset "UTF-8";
2 | /**
3 | * 这里是uni-app内置的常用样式变量
4 | *
5 | * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
6 | * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
7 | *
8 | */
9 | /**
10 | * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
11 | *
12 | * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
13 | */
14 | /* uni.scss */
15 | /* 颜色变量 */
16 | /* 行为相关颜色 */
17 | /* 文字基本颜色 */
18 | /* 背景颜色 */
19 | /* 边框颜色 */
20 | /* 尺寸变量 */
21 | /* 文字尺寸 */
22 | /* 图片尺寸 */
23 | /* Border Radius */
24 | /* 水平间距 */
25 | /* 垂直间距 */
26 | /* 透明度 */
27 | /* 文章场景相关 */
28 | .introBox {
29 | margin-top: 15rpx;
30 | }
31 | .introBox .intro_title {
32 | font-size: 35rpx;
33 | font-family: FZDaBiaoSong-B06S;
34 | font-weight: bold;
35 | }
36 | .introBox .intro_product image {
37 | margin-left: 15rpx;
38 | border-radius: 25rpx;
39 | width: 130rpx;
40 | height: 130rpx;
41 | }
42 | .introBox .intro_product .product_top {
43 | width: 150rpx;
44 | text-overflow: ellipsis;
45 | display: -webkit-box;
46 | -webkit-box-orient: vertical;
47 | -webkit-line-clamp: 1;
48 | /* 这里是超出几行省略 */
49 | overflow: hidden;
50 | font-size: 27rpx;
51 | color: #3F536E;
52 | }
53 | .introBox .intro_product .intro_price {
54 | font-size: 35rpx;
55 | font-weight: bold;
56 | }
57 |
58 |
--------------------------------------------------------------------------------
/unpackage/dist/dev/mp-weixin/components/user/function.wxss:
--------------------------------------------------------------------------------
1 | @charset "UTF-8";
2 | /**
3 | * 这里是uni-app内置的常用样式变量
4 | *
5 | * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
6 | * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
7 | *
8 | */
9 | /**
10 | * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
11 | *
12 | * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
13 | */
14 | /* uni.scss */
15 | /* 颜色变量 */
16 | /* 行为相关颜色 */
17 | /* 文字基本颜色 */
18 | /* 背景颜色 */
19 | /* 边框颜色 */
20 | /* 尺寸变量 */
21 | /* 文字尺寸 */
22 | /* 图片尺寸 */
23 | /* Border Radius */
24 | /* 水平间距 */
25 | /* 垂直间距 */
26 | /* 透明度 */
27 | /* 文章场景相关 */
28 | .nav_content {
29 | margin-top: 25rpx;
30 | }
31 | .nav_content .nav_tap {
32 | font-size: 22rpx;
33 | width: 145rpx;
34 | margin: 10rpx;
35 | }
36 | .nav_content .nav_tap text {
37 | margin-top: 10rpx;
38 | color: #333;
39 | }
40 | .nav_content .nav_tap image {
41 | width: 90rpx;
42 | height: 90rpx;
43 | }
44 | .nav_content .nav_tap button {
45 | background-color: #FFFFFF;
46 | padding: 0;
47 | width: 145rpx;
48 | }
49 | .nav_content .nav_tap button text {
50 | font-size: 22rpx;
51 | color: #333;
52 | margin: 0;
53 | }
54 | .nav_content .nav_tap button image {
55 | width: 90rpx;
56 | height: 90rpx !important;
57 | }
58 | .nav_content .nav_tap button::after {
59 | border: none;
60 | }
61 |
62 |
--------------------------------------------------------------------------------
/unpackage/dist/dev/mp-weixin/components/home/bottomNav.wxss:
--------------------------------------------------------------------------------
1 | @charset "UTF-8";
2 | /**
3 | * 这里是uni-app内置的常用样式变量
4 | *
5 | * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
6 | * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
7 | *
8 | */
9 | /**
10 | * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
11 | *
12 | * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
13 | */
14 | /* uni.scss */
15 | /* 颜色变量 */
16 | /* 行为相关颜色 */
17 | /* 文字基本颜色 */
18 | /* 背景颜色 */
19 | /* 边框颜色 */
20 | /* 尺寸变量 */
21 | /* 文字尺寸 */
22 | /* 图片尺寸 */
23 | /* Border Radius */
24 | /* 水平间距 */
25 | /* 垂直间距 */
26 | /* 透明度 */
27 | /* 文章场景相关 */
28 | .bottom {
29 | position: fixed;
30 | left: 0;
31 | right: 0;
32 | bottom: 0;
33 | z-index: 10;
34 | }
35 | .bottom .bottom_left {
36 | font-size: 27rpx;
37 | }
38 | .bottom .bottom_left .flex_column_center {
39 | margin: 0 15rpx;
40 | }
41 | .bottom .bottom_left image {
42 | width: 50rpx;
43 | height: 50rpx;
44 | }
45 | .bottom .bottom_right text {
46 | display: inline-block;
47 | padding: 15rpx 55rpx;
48 | background-color: #E31D1C;
49 | color: #FFFFFF;
50 | font-size: 30rpx;
51 | border-radius: 35rpx;
52 | margin-left: 15rpx;
53 | }
54 | .bottom .bottom_right .talktalk {
55 | background: #FF8000;
56 | }
57 | .bottom .bottom_right .copyWechat {
58 | background: linear-gradient(#E31D1C, #dd6161);
59 | }
60 |
61 |
--------------------------------------------------------------------------------
/unpackage/dist/dev/mp-weixin/node-modules/uview-ui/components/u-column-notice/u-column-notice.wxml:
--------------------------------------------------------------------------------
1 | {{item}}
--------------------------------------------------------------------------------
/unpackage/dist/dev/mp-weixin/project.config.json:
--------------------------------------------------------------------------------
1 | {
2 | "description": "项目配置文件。",
3 | "packOptions": {
4 | "ignore": [],
5 | "include": []
6 | },
7 | "setting": {
8 | "urlCheck": false,
9 | "es6": false,
10 | "postcss": false,
11 | "minified": false,
12 | "newFeature": true,
13 | "bigPackageSizeSupport": true,
14 | "babelSetting": {
15 | "ignore": [],
16 | "disablePlugins": [],
17 | "outputPath": ""
18 | },
19 | "condition": false
20 | },
21 | "compileType": "miniprogram",
22 | "libVersion": "3.3.3",
23 | "appid": "wx4726da09dc85c6b0",
24 | "projectname": "SecondHandMall_before",
25 | "condition": {
26 | "search": {
27 | "current": -1,
28 | "list": []
29 | },
30 | "conversation": {
31 | "current": -1,
32 | "list": []
33 | },
34 | "game": {
35 | "current": -1,
36 | "list": []
37 | },
38 | "miniprogram": {
39 | "current": 0,
40 | "list": [
41 | {
42 | "name": "",
43 | "path": "",
44 | "query": "",
45 | "id": 0
46 | }
47 | ]
48 | }
49 | },
50 | "editorSetting": {
51 | "tabIndent": "insertSpaces",
52 | "tabSize": 4
53 | }
54 | }
--------------------------------------------------------------------------------
/unpackage/dist/dev/mp-weixin/pages/NEWS/news.wxss:
--------------------------------------------------------------------------------
1 | @charset "UTF-8";
2 | /**
3 | * 这里是uni-app内置的常用样式变量
4 | *
5 | * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
6 | * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
7 | *
8 | */
9 | /**
10 | * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
11 | *
12 | * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
13 | */
14 | /* uni.scss */
15 | /* 颜色变量 */
16 | /* 行为相关颜色 */
17 | /* 文字基本颜色 */
18 | /* 背景颜色 */
19 | /* 边框颜色 */
20 | /* 尺寸变量 */
21 | /* 文字尺寸 */
22 | /* 图片尺寸 */
23 | /* Border Radius */
24 | /* 水平间距 */
25 | /* 垂直间距 */
26 | /* 透明度 */
27 | /* 文章场景相关 */
28 | .new {
29 | padding: 15rpx 0;
30 | border-bottom: 1rpx solid #eee;
31 | position: relative;
32 | }
33 | .new image {
34 | width: 120rpx;
35 | height: 120rpx;
36 | border-radius: 50%;
37 | }
38 | .new .to_time {
39 | position: absolute;
40 | right: 0;
41 | top: 0;
42 | font-size: 27rpx;
43 | color: #999;
44 | }
45 | .new .Unread {
46 | position: absolute;
47 | right: 0;
48 | top: 50%;
49 | -webkit-transform: translateY(-50%);
50 | transform: translateY(-50%);
51 | width: 30rpx;
52 | height: 30rpx;
53 | border-radius: 50%;
54 | background-color: #E31D1C;
55 | }
56 | .new_neir {
57 | margin-left: 15rpx;
58 | }
59 | .new_neir .to_nickName {
60 | font-size: 30rpx;
61 | margin-bottom: 15rpx;
62 | }
63 | .new_neir .to_data {
64 | font-size: 22rpx;
65 | color: #999;
66 | }
67 |
68 |
--------------------------------------------------------------------------------
/unpackage/dist/dev/mp-weixin/pages/USER/personalHome.wxml:
--------------------------------------------------------------------------------
1 | {{totalnum}}发布商品{{item.nickName}}{{item.time}}店铺商品{{item.title?item.title:''}}{{item.degree?item.degree:''}}{{item.transactionMode?item.transactionMode:''}}{{"¥"+(item.secondHandPrice?item.secondHandPrice:'')}}{{"¥"+(item.originPrice?item.originPrice:'')}}
--------------------------------------------------------------------------------
/unpackage/dist/dev/mp-weixin/node-modules/uview-ui/components/u-empty/u-empty.wxss:
--------------------------------------------------------------------------------
1 | @charset "UTF-8";
2 | /**
3 | * 这里是uni-app内置的常用样式变量
4 | *
5 | * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
6 | * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
7 | *
8 | */
9 | /**
10 | * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
11 | *
12 | * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
13 | */
14 | /* uni.scss */
15 | /* 颜色变量 */
16 | /* 行为相关颜色 */
17 | /* 文字基本颜色 */
18 | /* 背景颜色 */
19 | /* 边框颜色 */
20 | /* 尺寸变量 */
21 | /* 文字尺寸 */
22 | /* 图片尺寸 */
23 | /* Border Radius */
24 | /* 水平间距 */
25 | /* 垂直间距 */
26 | /* 透明度 */
27 | /* 文章场景相关 */
28 | view.data-v-6938e513, scroll-view.data-v-6938e513, swiper-item.data-v-6938e513 {
29 | display: flex;
30 | flex-direction: column;
31 | flex-shrink: 0;
32 | flex-grow: 0;
33 | flex-basis: auto;
34 | align-items: stretch;
35 | align-content: flex-start;
36 | }
37 | .u-empty.data-v-6938e513 {
38 | display: flex;
39 | flex-direction: row;
40 | flex-direction: column;
41 | justify-content: center;
42 | align-items: center;
43 | }
44 | .u-empty__text.data-v-6938e513 {
45 | display: flex;
46 | flex-direction: row;
47 | justify-content: center;
48 | align-items: center;
49 | margin-top: 20rpx;
50 | }
51 | .u-slot-wrap.data-v-6938e513 {
52 | display: flex;
53 | flex-direction: row;
54 | justify-content: center;
55 | align-items: center;
56 | margin-top: 20rpx;
57 | }
58 |
59 |
--------------------------------------------------------------------------------
/components/forum/articleItem.vue:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 | {{item.nickName}}
8 | {{item.time}}
9 |
10 |
11 |
12 | {{item.text}}
13 |
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
35 |
36 |
63 |
--------------------------------------------------------------------------------
/unpackage/dist/dev/mp-weixin/pages/USER/recommendation.wxml:
--------------------------------------------------------------------------------
1 | 提交申请什么是上推荐用户可以将自己发布的商品申请上首页推荐模块,并且申请商品在推荐模块上显示的持续时间,以达到快速吸引流量以及引流的目的处理时间当发起上推荐申请后,我们会在1到3个工作日内处理申请,必要时我们将会以电话的形式与您联系条件与要求用户提交申请后,我们将会挑选出最合适的商品进行上推荐
--------------------------------------------------------------------------------
/unpackage/dist/dev/mp-weixin/node-modules/uview-ui/components/u-album/u-album.wxss:
--------------------------------------------------------------------------------
1 | @charset "UTF-8";
2 | /**
3 | * 这里是uni-app内置的常用样式变量
4 | *
5 | * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
6 | * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
7 | *
8 | */
9 | /**
10 | * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
11 | *
12 | * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
13 | */
14 | /* uni.scss */
15 | /* 颜色变量 */
16 | /* 行为相关颜色 */
17 | /* 文字基本颜色 */
18 | /* 背景颜色 */
19 | /* 边框颜色 */
20 | /* 尺寸变量 */
21 | /* 文字尺寸 */
22 | /* 图片尺寸 */
23 | /* Border Radius */
24 | /* 水平间距 */
25 | /* 垂直间距 */
26 | /* 透明度 */
27 | /* 文章场景相关 */
28 | view.data-v-723ad357, scroll-view.data-v-723ad357, swiper-item.data-v-723ad357 {
29 | display: flex;
30 | flex-direction: column;
31 | flex-shrink: 0;
32 | flex-grow: 0;
33 | flex-basis: auto;
34 | align-items: stretch;
35 | align-content: flex-start;
36 | }
37 | .u-album.data-v-723ad357 {
38 | display: flex;
39 | flex-direction: column;
40 | }
41 | .u-album__row.data-v-723ad357 {
42 | display: flex;
43 | flex-direction: row;
44 | flex-wrap: wrap;
45 | }
46 | .u-album__row__wrapper.data-v-723ad357 {
47 | position: relative;
48 | }
49 | .u-album__row__wrapper__text.data-v-723ad357 {
50 | position: absolute;
51 | top: 0;
52 | left: 0;
53 | right: 0;
54 | bottom: 0;
55 | background-color: rgba(0, 0, 0, 0.3);
56 | display: flex;
57 | flex-direction: row;
58 | justify-content: center;
59 | align-items: center;
60 | }
61 |
62 |
--------------------------------------------------------------------------------
/unpackage/dist/dev/mp-weixin/node-modules/uview-ui/components/u-toolbar/u-toolbar.wxss:
--------------------------------------------------------------------------------
1 | @charset "UTF-8";
2 | /**
3 | * 这里是uni-app内置的常用样式变量
4 | *
5 | * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
6 | * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
7 | *
8 | */
9 | /**
10 | * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
11 | *
12 | * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
13 | */
14 | /* uni.scss */
15 | /* 颜色变量 */
16 | /* 行为相关颜色 */
17 | /* 文字基本颜色 */
18 | /* 背景颜色 */
19 | /* 边框颜色 */
20 | /* 尺寸变量 */
21 | /* 文字尺寸 */
22 | /* 图片尺寸 */
23 | /* Border Radius */
24 | /* 水平间距 */
25 | /* 垂直间距 */
26 | /* 透明度 */
27 | /* 文章场景相关 */
28 | view.data-v-6d25fc6f, scroll-view.data-v-6d25fc6f, swiper-item.data-v-6d25fc6f {
29 | display: flex;
30 | flex-direction: column;
31 | flex-shrink: 0;
32 | flex-grow: 0;
33 | flex-basis: auto;
34 | align-items: stretch;
35 | align-content: flex-start;
36 | }
37 | .u-toolbar.data-v-6d25fc6f {
38 | height: 42px;
39 | display: flex;
40 | flex-direction: row;
41 | justify-content: space-between;
42 | align-items: center;
43 | }
44 | .u-toolbar__wrapper__cancel.data-v-6d25fc6f {
45 | color: #909193;
46 | font-size: 15px;
47 | padding: 0 15px;
48 | }
49 | .u-toolbar__title.data-v-6d25fc6f {
50 | color: #303133;
51 | padding: 0 60rpx;
52 | font-size: 16px;
53 | flex: 1;
54 | text-align: center;
55 | }
56 | .u-toolbar__wrapper__confirm.data-v-6d25fc6f {
57 | color: #3c9cff;
58 | font-size: 15px;
59 | padding: 0 15px;
60 | }
61 |
62 |
--------------------------------------------------------------------------------
/unpackage/dist/dev/mp-weixin/pages/FORUM/articleDetail.wxml:
--------------------------------------------------------------------------------
1 | {{"评论"+totalnum}}{{"赞"+article[0].liked}}
--------------------------------------------------------------------------------
/unpackage/dist/dev/mp-weixin/node-modules/uview-ui/components/u-popup/u-popup.wxml:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/unpackage/dist/dev/mp-weixin/components/Tabbar.wxml:
--------------------------------------------------------------------------------
1 | {{item.text}}出二手出租求二手求租
--------------------------------------------------------------------------------
/unpackage/dist/dev/mp-weixin/pages/FORUM/forum.wxml:
--------------------------------------------------------------------------------
1 | 发表文章{{item.nickName}}{{item.time}}{{item.text}}{{item.liked}}
--------------------------------------------------------------------------------
/unpackage/dist/dev/mp-weixin/pages/HOME/home.wxss:
--------------------------------------------------------------------------------
1 | @charset "UTF-8";
2 | /**
3 | * 这里是uni-app内置的常用样式变量
4 | *
5 | * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
6 | * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
7 | *
8 | */
9 | /**
10 | * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
11 | *
12 | * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
13 | */
14 | /* uni.scss */
15 | /* 颜色变量 */
16 | /* 行为相关颜色 */
17 | /* 文字基本颜色 */
18 | /* 背景颜色 */
19 | /* 边框颜色 */
20 | /* 尺寸变量 */
21 | /* 文字尺寸 */
22 | /* 图片尺寸 */
23 | /* Border Radius */
24 | /* 水平间距 */
25 | /* 垂直间距 */
26 | /* 透明度 */
27 | /* 文章场景相关 */
28 | .swiper_box {
29 | margin: 0 25rpx;
30 | margin-top: 25rpx;
31 | }
32 | .product_container {
33 | padding: 15rpx;
34 | margin-bottom: 200rpx;
35 | }
36 | .product_title {
37 | font-size: 27rpx;
38 | text-align: center;
39 | color: #f0ad4e;
40 | }
41 | .product_content {
42 | display: flex;
43 | flex-wrap: wrap;
44 | }
45 | .product_content .product {
46 | margin: 15rpx;
47 | background-color: #FFFFFF;
48 | width: 330rpx;
49 | border-radius: 25rpx;
50 | }
51 | .product_content .product image {
52 | width: 320rpx;
53 | height: 320rpx;
54 | background-color: #FFFFFF;
55 | border-radius: 25rpx;
56 | }
57 | .product_content .product .info_user {
58 | margin-top: 15rpx;
59 | display: flex;
60 | align-items: center;
61 | font-size: 22rpx;
62 | color: #999;
63 | }
64 | .product_content .product .info_user image {
65 | width: 40rpx;
66 | height: 40rpx;
67 | }
68 | .text_active {
69 | color: #E31D1C;
70 | border: 1rpx solid #E31D1C !important;
71 | }
72 |
73 |
--------------------------------------------------------------------------------
/unpackage/dist/dev/mp-weixin/node-modules/uview-ui/components/u-picker/u-picker.wxml:
--------------------------------------------------------------------------------
1 | {{item1.m0}}
--------------------------------------------------------------------------------
/unpackage/dist/dev/mp-weixin/pages/PUBLISH/management.wxss:
--------------------------------------------------------------------------------
1 | @charset "UTF-8";
2 | /**
3 | * 这里是uni-app内置的常用样式变量
4 | *
5 | * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
6 | * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
7 | *
8 | */
9 | /**
10 | * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
11 | *
12 | * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
13 | */
14 | /* uni.scss */
15 | /* 颜色变量 */
16 | /* 行为相关颜色 */
17 | /* 文字基本颜色 */
18 | /* 背景颜色 */
19 | /* 边框颜色 */
20 | /* 尺寸变量 */
21 | /* 文字尺寸 */
22 | /* 图片尺寸 */
23 | /* Border Radius */
24 | /* 水平间距 */
25 | /* 垂直间距 */
26 | /* 透明度 */
27 | /* 文章场景相关 */
28 | .product {
29 | margin-bottom: 15rpx;
30 | padding-bottom: 15rpx;
31 | border-bottom: 1rpx solid #c0c0c0;
32 | }
33 | .product image {
34 | width: 230rpx;
35 | height: 230rpx;
36 | border-radius: 25rpx;
37 | }
38 | .product .product_info {
39 | margin-left: 15rpx;
40 | }
41 | .product .info_time {
42 | font-size: 22rpx;
43 | }
44 | .product .product_controll .controll_view text {
45 | display: inline-block;
46 | padding: 10rpx 20rpx;
47 | background-color: #4cd964;
48 | border-radius: 30rpx;
49 | color: #FFFFFF;
50 | text-align: center;
51 | font-size: 27rpx;
52 | }
53 | .product .product_controll .controll_delete {
54 | font-size: 30rpx;
55 | margin-top: 45rpx;
56 | text-align: center;
57 | color: #dd524d;
58 | }
59 | .text_active {
60 | color: #E31D1C;
61 | border: 1rpx solid #E31D1C !important;
62 | }
63 | .active_status {
64 | background-color: #dd524d !important;
65 | }
66 | .controll_Recommended {
67 | font-size: 30rpx;
68 | margin-top: 45rpx;
69 | text-align: center;
70 | color: #4cd964;
71 | }
72 |
73 |
--------------------------------------------------------------------------------
/unpackage/dist/dev/mp-weixin/pages/HOME/detail.wxss:
--------------------------------------------------------------------------------
1 | @charset "UTF-8";
2 | /**
3 | * 这里是uni-app内置的常用样式变量
4 | *
5 | * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
6 | * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
7 | *
8 | */
9 | /**
10 | * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
11 | *
12 | * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
13 | */
14 | /* uni.scss */
15 | /* 颜色变量 */
16 | /* 行为相关颜色 */
17 | /* 文字基本颜色 */
18 | /* 背景颜色 */
19 | /* 边框颜色 */
20 | /* 尺寸变量 */
21 | /* 文字尺寸 */
22 | /* 图片尺寸 */
23 | /* Border Radius */
24 | /* 水平间距 */
25 | /* 垂直间距 */
26 | /* 透明度 */
27 | /* 文章场景相关 */
28 | .detail_user text {
29 | font-size: 27rpx;
30 | margin-left: 15rpx;
31 | }
32 | .detail_user image {
33 | width: 50rpx;
34 | height: 50rpx;
35 | border-radius: 50%;
36 | }
37 | .detail_title {
38 | margin-top: 15rpx;
39 | font-size: 35rpx;
40 | text-overflow: ellipsis;
41 | display: -webkit-box;
42 | -webkit-box-orient: vertical;
43 | -webkit-line-clamp: 2;
44 | /* 这里是超出几行省略 */
45 | overflow: hidden;
46 | }
47 | .detail_price {
48 | margin-top: 25rpx;
49 | }
50 | .detail_price .secondHandPrice {
51 | font-size: 55rpx;
52 | color: #E31D1C;
53 | }
54 | .detail_picUrl {
55 | margin: 15rpx auto;
56 | }
57 | .detail_picUrl image {
58 | width: 100%;
59 | border-radius: 25rpx;
60 | }
61 | .detail_remarks {
62 | font-size: 30rpx;
63 | margin-top: 15rpx;
64 | }
65 | .share {
66 | position: absolute;
67 | right: 25rpx;
68 | }
69 | .share button {
70 | background-color: #FFFFFF;
71 | padding: 0;
72 | }
73 | .share button image {
74 | width: 45rpx;
75 | height: 45rpx;
76 | }
77 | .share button::after {
78 | border: none;
79 | }
80 |
81 |
--------------------------------------------------------------------------------
/unpackage/dist/dev/mp-weixin/app.json:
--------------------------------------------------------------------------------
1 | {
2 | "pages": [
3 | "pages/HOME/home",
4 | "pages/USER/user",
5 | "pages/PUBLISH/publish",
6 | "pages/NEWS/news",
7 | "pages/FORUM/forum",
8 | "pages/USER/address",
9 | "pages/USER/addAddress",
10 | "pages/USER/editorAddress",
11 | "pages/PUBLISH/rentout",
12 | "pages/PUBLISH/seekpublish",
13 | "pages/PUBLISH/seekrentout",
14 | "pages/HOME/select",
15 | "pages/HOME/kinds",
16 | "pages/HOME/detail",
17 | "pages/NEWS/talkwindows",
18 | "pages/USER/personalInfo",
19 | "pages/USER/setup",
20 | "pages/PUBLISH/management",
21 | "pages/USER/personalHome",
22 | "pages/USER/recommendation",
23 | "pages/USER/collected",
24 | "pages/USER/agreementlist",
25 | "pages/FORUM/articleDetail",
26 | "pages/FORUM/publishArticle",
27 | "pages/PUBLISH/editProduct"
28 | ],
29 | "subPackages": [],
30 | "window": {
31 | "navigationBarTextStyle": "black",
32 | "navigationBarTitleText": "uni-app",
33 | "navigationBarBackgroundColor": "#E31D1C",
34 | "backgroundColor": "#F8F8F8"
35 | },
36 | "tabBar": {
37 | "custom": true,
38 | "list": [
39 | {
40 | "pagePath": "pages/HOME/home",
41 | "text": "首页"
42 | },
43 | {
44 | "pagePath": "pages/FORUM/forum",
45 | "text": "社区"
46 | },
47 | {
48 | "pagePath": "pages/NEWS/news",
49 | "text": "消息"
50 | },
51 | {
52 | "pagePath": "pages/USER/user",
53 | "text": "我的"
54 | }
55 | ]
56 | },
57 | "usingComponents": {
58 | "show-modal": "/components/login_tip",
59 | "agreement": "/components/agreement",
60 | "updatevalue": "/components/updateInfo"
61 | }
62 | }
--------------------------------------------------------------------------------
/unpackage/dist/dev/mp-weixin/node-modules/uview-ui/components/u-swiper-indicator/u-swiper-indicator.wxss:
--------------------------------------------------------------------------------
1 | @charset "UTF-8";
2 | /**
3 | * 这里是uni-app内置的常用样式变量
4 | *
5 | * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
6 | * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
7 | *
8 | */
9 | /**
10 | * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
11 | *
12 | * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
13 | */
14 | /* uni.scss */
15 | /* 颜色变量 */
16 | /* 行为相关颜色 */
17 | /* 文字基本颜色 */
18 | /* 背景颜色 */
19 | /* 边框颜色 */
20 | /* 尺寸变量 */
21 | /* 文字尺寸 */
22 | /* 图片尺寸 */
23 | /* Border Radius */
24 | /* 水平间距 */
25 | /* 垂直间距 */
26 | /* 透明度 */
27 | /* 文章场景相关 */
28 | view.data-v-647f6c67, scroll-view.data-v-647f6c67, swiper-item.data-v-647f6c67 {
29 | display: flex;
30 | flex-direction: column;
31 | flex-shrink: 0;
32 | flex-grow: 0;
33 | flex-basis: auto;
34 | align-items: stretch;
35 | align-content: flex-start;
36 | }
37 | .u-swiper-indicator__wrapper.data-v-647f6c67 {
38 | display: flex;
39 | flex-direction: row;
40 | }
41 | .u-swiper-indicator__wrapper--line.data-v-647f6c67 {
42 | border-radius: 100px;
43 | height: 4px;
44 | }
45 | .u-swiper-indicator__wrapper--line__bar.data-v-647f6c67 {
46 | width: 22px;
47 | height: 4px;
48 | border-radius: 100px;
49 | background-color: #FFFFFF;
50 | transition: -webkit-transform 0.3s;
51 | transition: transform 0.3s;
52 | transition: transform 0.3s, -webkit-transform 0.3s;
53 | }
54 | .u-swiper-indicator__wrapper__dot.data-v-647f6c67 {
55 | width: 5px;
56 | height: 5px;
57 | border-radius: 100px;
58 | margin: 0 4px;
59 | }
60 | .u-swiper-indicator__wrapper__dot--active.data-v-647f6c67 {
61 | width: 12px;
62 | }
63 |
64 |
--------------------------------------------------------------------------------
/unpackage/dist/dev/mp-weixin/pages/USER/collected.wxml:
--------------------------------------------------------------------------------
1 | {{item.title?item.title:''}}{{item.category==0?'出二手':''}}{{item.category==1?'出租':''}}{{item.category==2?'求二手':''}}{{item.category==3?'求租':''}}{{item.degree?item.degree:''}}{{item.transactionMode?item.transactionMode:''}}{{"¥"+(item.secondHandPrice?item.secondHandPrice:'0.00')}}{{"¥"+(item.originPrice?item.originPrice:'')}}{{item.address?item.address:''}}
--------------------------------------------------------------------------------
/unpackage/dist/dev/mp-weixin/node-modules/uview-ui/components/u-column-notice/u-column-notice.wxss:
--------------------------------------------------------------------------------
1 | @charset "UTF-8";
2 | /**
3 | * 这里是uni-app内置的常用样式变量
4 | *
5 | * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
6 | * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
7 | *
8 | */
9 | /**
10 | * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
11 | *
12 | * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
13 | */
14 | /* uni.scss */
15 | /* 颜色变量 */
16 | /* 行为相关颜色 */
17 | /* 文字基本颜色 */
18 | /* 背景颜色 */
19 | /* 边框颜色 */
20 | /* 尺寸变量 */
21 | /* 文字尺寸 */
22 | /* 图片尺寸 */
23 | /* Border Radius */
24 | /* 水平间距 */
25 | /* 垂直间距 */
26 | /* 透明度 */
27 | /* 文章场景相关 */
28 | view.data-v-515940d7, scroll-view.data-v-515940d7, swiper-item.data-v-515940d7 {
29 | display: flex;
30 | flex-direction: column;
31 | flex-shrink: 0;
32 | flex-grow: 0;
33 | flex-basis: auto;
34 | align-items: stretch;
35 | align-content: flex-start;
36 | }
37 | .u-notice.data-v-515940d7 {
38 | display: flex;
39 | flex-direction: row;
40 | align-items: center;
41 | justify-content: space-between;
42 | }
43 | .u-notice__left-icon.data-v-515940d7 {
44 | align-items: center;
45 | margin-right: 5px;
46 | }
47 | .u-notice__right-icon.data-v-515940d7 {
48 | margin-left: 5px;
49 | align-items: center;
50 | }
51 | .u-notice__swiper.data-v-515940d7 {
52 | height: 16px;
53 | display: flex;
54 | flex-direction: row;
55 | align-items: center;
56 | flex: 1;
57 | }
58 | .u-notice__swiper__item.data-v-515940d7 {
59 | display: flex;
60 | flex-direction: row;
61 | align-items: center;
62 | overflow: hidden;
63 | }
64 | .u-notice__swiper__item__text.data-v-515940d7 {
65 | font-size: 14px;
66 | color: #f9ae3d;
67 | }
68 |
69 |
--------------------------------------------------------------------------------
/unpackage/dist/dev/mp-weixin/node-modules/uview-ui/components/u-textarea/u-textarea.wxss:
--------------------------------------------------------------------------------
1 | @charset "UTF-8";
2 | /**
3 | * 这里是uni-app内置的常用样式变量
4 | *
5 | * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
6 | * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
7 | *
8 | */
9 | /**
10 | * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
11 | *
12 | * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
13 | */
14 | /* uni.scss */
15 | /* 颜色变量 */
16 | /* 行为相关颜色 */
17 | /* 文字基本颜色 */
18 | /* 背景颜色 */
19 | /* 边框颜色 */
20 | /* 尺寸变量 */
21 | /* 文字尺寸 */
22 | /* 图片尺寸 */
23 | /* Border Radius */
24 | /* 水平间距 */
25 | /* 垂直间距 */
26 | /* 透明度 */
27 | /* 文章场景相关 */
28 | view.data-v-81cd9d32, scroll-view.data-v-81cd9d32, swiper-item.data-v-81cd9d32 {
29 | display: flex;
30 | flex-direction: column;
31 | flex-shrink: 0;
32 | flex-grow: 0;
33 | flex-basis: auto;
34 | align-items: stretch;
35 | align-content: flex-start;
36 | }
37 | .u-textarea.data-v-81cd9d32 {
38 | border-radius: 4px;
39 | background-color: #fff;
40 | position: relative;
41 | display: flex;
42 | flex-direction: row;
43 | flex: 1;
44 | padding: 9px;
45 | }
46 | .u-textarea--radius.data-v-81cd9d32 {
47 | border-radius: 4px;
48 | }
49 | .u-textarea--no-radius.data-v-81cd9d32 {
50 | border-radius: 0;
51 | }
52 | .u-textarea--disabled.data-v-81cd9d32 {
53 | background-color: #f5f7fa;
54 | }
55 | .u-textarea__field.data-v-81cd9d32 {
56 | flex: 1;
57 | font-size: 15px;
58 | color: #606266;
59 | width: 100%;
60 | }
61 | .u-textarea__count.data-v-81cd9d32 {
62 | position: absolute;
63 | right: 5px;
64 | bottom: 2px;
65 | font-size: 12px;
66 | color: #909193;
67 | background-color: #ffffff;
68 | padding: 1px 4px;
69 | }
70 |
71 |
--------------------------------------------------------------------------------
/components/home/introduce.vue:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | 逛逛二手·省心快卖
5 |
6 |
7 |
8 |
9 | {{item.tradeName}}
10 | ¥{{item.secondHandPrice}}
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
40 |
41 |
74 |
--------------------------------------------------------------------------------
/components/home/bottomNav.vue:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 | 收藏
8 |
9 |
10 |
11 |
12 | 复制微信号
13 | 咨询卖家
14 |
15 |
16 |
17 |
18 |
19 |
20 |
41 |
42 |
78 |
--------------------------------------------------------------------------------
/unpackage/dist/dev/mp-weixin/node-modules/uview-ui/components/u-picker/u-picker.wxss:
--------------------------------------------------------------------------------
1 | @charset "UTF-8";
2 | /**
3 | * 这里是uni-app内置的常用样式变量
4 | *
5 | * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
6 | * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
7 | *
8 | */
9 | /**
10 | * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
11 | *
12 | * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
13 | */
14 | /* uni.scss */
15 | /* 颜色变量 */
16 | /* 行为相关颜色 */
17 | /* 文字基本颜色 */
18 | /* 背景颜色 */
19 | /* 边框颜色 */
20 | /* 尺寸变量 */
21 | /* 文字尺寸 */
22 | /* 图片尺寸 */
23 | /* Border Radius */
24 | /* 水平间距 */
25 | /* 垂直间距 */
26 | /* 透明度 */
27 | /* 文章场景相关 */
28 | view.data-v-d45639b2, scroll-view.data-v-d45639b2, swiper-item.data-v-d45639b2 {
29 | display: flex;
30 | flex-direction: column;
31 | flex-shrink: 0;
32 | flex-grow: 0;
33 | flex-basis: auto;
34 | align-items: stretch;
35 | align-content: flex-start;
36 | }
37 | .u-picker.data-v-d45639b2 {
38 | position: relative;
39 | }
40 | .u-picker__view__column.data-v-d45639b2 {
41 | display: flex;
42 | flex-direction: row;
43 | flex: 1;
44 | justify-content: center;
45 | }
46 | .u-picker__view__column__item.data-v-d45639b2 {
47 | display: flex;
48 | flex-direction: row;
49 | justify-content: center;
50 | align-items: center;
51 | font-size: 16px;
52 | text-align: center;
53 | display: block;
54 | }
55 | .u-picker__view__column__item--disabled.data-v-d45639b2 {
56 | cursor: not-allowed;
57 | opacity: 0.35;
58 | }
59 | .u-picker--loading.data-v-d45639b2 {
60 | position: absolute;
61 | top: 0;
62 | right: 0;
63 | left: 0;
64 | bottom: 0;
65 | display: flex;
66 | flex-direction: row;
67 | justify-content: center;
68 | align-items: center;
69 | background-color: rgba(255, 255, 255, 0.87);
70 | z-index: 1000;
71 | }
72 |
73 |
--------------------------------------------------------------------------------
/unpackage/dist/dev/mp-weixin/components/forum/reviewList.wxss:
--------------------------------------------------------------------------------
1 | @charset "UTF-8";
2 | /**
3 | * 这里是uni-app内置的常用样式变量
4 | *
5 | * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
6 | * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
7 | *
8 | */
9 | /**
10 | * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
11 | *
12 | * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
13 | */
14 | /* uni.scss */
15 | /* 颜色变量 */
16 | /* 行为相关颜色 */
17 | /* 文字基本颜色 */
18 | /* 背景颜色 */
19 | /* 边框颜色 */
20 | /* 尺寸变量 */
21 | /* 文字尺寸 */
22 | /* 图片尺寸 */
23 | /* Border Radius */
24 | /* 水平间距 */
25 | /* 垂直间距 */
26 | /* 透明度 */
27 | /* 文章场景相关 */
28 | .review_item {
29 | margin-top: 25rpx;
30 | }
31 | .review_item .item {
32 | margin-bottom: 25rpx;
33 | }
34 | .review_item .item .review_tap image {
35 | width: 75rpx;
36 | height: 75rpx;
37 | border-radius: 50%;
38 | }
39 | .review_item .item .review_tap .tap_info {
40 | margin-left: 15rpx;
41 | font-size: 27rpx;
42 | color: #808080;
43 | }
44 | .review_item .item .review_text {
45 | margin: -15rpx 0 0 75rpx;
46 | padding-bottom: 10rpx;
47 | border-bottom: 0.5rpx solid #f8f8f8;
48 | }
49 | .review_item .item .review_text .text_content {
50 | font-size: 30rpx;
51 | color: #333;
52 | }
53 | .review_item .item .review_text .text_more {
54 | margin-top: 15rpx;
55 | background-color: #f8f8f8;
56 | font-size: 27rpx;
57 | color: #007aff;
58 | padding: 10rpx;
59 | }
60 | .review_item .item .review_text .text_grey {
61 | margin-top: 25rpx;
62 | }
63 | .review_item .item .review_text .text_grey .grey_time {
64 | font-size: 22rpx;
65 | color: #808080;
66 | }
67 | .review_item .item .review_text .grey_btn .btn_icon {
68 | margin: 0 25rpx;
69 | }
70 | .review_item .item .review_text .grey_btn .btn_icon image {
71 | margin-right: 10rpx;
72 | width: 35rpx;
73 | height: 35rpx;
74 | }
75 |
76 |
--------------------------------------------------------------------------------
/components/agreement.vue:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 | 确定
11 |
12 |
13 |
14 |
15 |
16 |
59 |
60 |
80 |
--------------------------------------------------------------------------------
/unpackage/dist/dev/mp-weixin/components/forum/bottom_tap.wxss:
--------------------------------------------------------------------------------
1 | @charset "UTF-8";
2 | /**
3 | * 这里是uni-app内置的常用样式变量
4 | *
5 | * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
6 | * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
7 | *
8 | */
9 | /**
10 | * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
11 | *
12 | * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
13 | */
14 | /* uni.scss */
15 | /* 颜色变量 */
16 | /* 行为相关颜色 */
17 | /* 文字基本颜色 */
18 | /* 背景颜色 */
19 | /* 边框颜色 */
20 | /* 尺寸变量 */
21 | /* 文字尺寸 */
22 | /* 图片尺寸 */
23 | /* Border Radius */
24 | /* 水平间距 */
25 | /* 垂直间距 */
26 | /* 透明度 */
27 | /* 文章场景相关 */
28 | .bottom_content {
29 | background-color: #f5f5f5;
30 | position: fixed;
31 | bottom: 0;
32 | left: 0;
33 | right: 0;
34 | padding: 25rpx;
35 | }
36 | .bottom_content .tap {
37 | flex: 1;
38 | font-size: 30rpx;
39 | }
40 | .bottom_content .tap image {
41 | width: 40rpx;
42 | height: 40rpx;
43 | margin-right: 15rpx;
44 | }
45 | .bottom_content .tap button {
46 | font-size: 30rpx;
47 | background-color: #f5f5f5;
48 | padding: 0;
49 | height: 40rpx;
50 | line-height: 40rpx;
51 | }
52 | .bottom_content .tap button::after {
53 | border: none;
54 | }
55 | .bottom_input {
56 | background-color: #FFFFFF;
57 | position: fixed;
58 | z-index: 11;
59 | bottom: 0;
60 | left: 0;
61 | right: 0;
62 | padding: 25rpx;
63 | }
64 | .bottom_input input {
65 | background-color: #f7f5f5;
66 | color: #333;
67 | padding: 15rpx;
68 | padding-left: 35rpx;
69 | border-radius: 45rpx;
70 | margin-bottom: 15rpx;
71 | width: 500rpx;
72 | }
73 | .bottom_input .bottom_btn {
74 | display: inline-block;
75 | font-size: 30rpx;
76 | padding: 15rpx 25rpx;
77 | background: linear-gradient(#E31D1C, #dd6161);
78 | color: #FFFFFF;
79 | border-radius: 40rpx;
80 | margin-left: 15rpx;
81 | margin-bottom: 15rpx;
82 | }
83 |
84 |
--------------------------------------------------------------------------------
/unpackage/dist/dev/mp-weixin/pages/USER/personalHome.wxss:
--------------------------------------------------------------------------------
1 | @charset "UTF-8";
2 | /**
3 | * 这里是uni-app内置的常用样式变量
4 | *
5 | * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
6 | * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
7 | *
8 | */
9 | /**
10 | * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
11 | *
12 | * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
13 | */
14 | /* uni.scss */
15 | /* 颜色变量 */
16 | /* 行为相关颜色 */
17 | /* 文字基本颜色 */
18 | /* 背景颜色 */
19 | /* 边框颜色 */
20 | /* 尺寸变量 */
21 | /* 文字尺寸 */
22 | /* 图片尺寸 */
23 | /* Border Radius */
24 | /* 水平间距 */
25 | /* 垂直间距 */
26 | /* 透明度 */
27 | /* 文章场景相关 */
28 | .person_top {
29 | background: linear-gradient(#E31D1C, #dd6161);
30 | height: 180rpx;
31 | }
32 | .person_top .top_content {
33 | margin: 60rpx 30rpx 0rpx 30rpx;
34 | background-color: #FFFFFF;
35 | padding: 15rpx;
36 | border-radius: 25rpx;
37 | box-shadow: 1rpx 2rpx 2rpx 2rpx rgba(0, 0, 0, 0.3);
38 | }
39 | .person_top .top_content .top_stock {
40 | font-size: 27rpx;
41 | }
42 | .person_top .top_content .top_stock .stock_num {
43 | font-size: 55rpx;
44 | font-weight: bold;
45 | }
46 | .person_top .top_content .top_img {
47 | margin-top: -90rpx;
48 | padding: 15rpx;
49 | background-color: #FFFFFF;
50 | border-radius: 50%;
51 | }
52 | .person_top .top_content .top_img image {
53 | border-radius: 50%;
54 | width: 140rpx;
55 | height: 140rpx;
56 | }
57 | .person_top .top_content .top_info {
58 | font-size: 27rpx;
59 | }
60 | .person_top .top_content .top_info .info_name {
61 | font-size: 35rpx;
62 | margin-bottom: 15rpx;
63 | }
64 | .product {
65 | margin-bottom: 15rpx;
66 | }
67 | .product image {
68 | width: 270rpx;
69 | height: 270rpx;
70 | border-radius: 25rpx;
71 | }
72 | .product .product_info {
73 | margin-left: 15rpx;
74 | height: 270rpx;
75 | }
76 | .text_active {
77 | color: #E31D1C;
78 | border: 1rpx solid #E31D1C !important;
79 | }
80 |
81 |
--------------------------------------------------------------------------------
/components/user/product_nav.vue:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | {{item.number?item.number:'0'}}
6 | {{item.title}}
7 |
8 |
9 |
10 |
11 |
12 |
69 |
70 |
88 |
--------------------------------------------------------------------------------
/unpackage/dist/dev/mp-weixin/components/login_tip.wxss:
--------------------------------------------------------------------------------
1 | @charset "UTF-8";
2 | /**
3 | * 这里是uni-app内置的常用样式变量
4 | *
5 | * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
6 | * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
7 | *
8 | */
9 | /**
10 | * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
11 | *
12 | * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
13 | */
14 | /* uni.scss */
15 | /* 颜色变量 */
16 | /* 行为相关颜色 */
17 | /* 文字基本颜色 */
18 | /* 背景颜色 */
19 | /* 边框颜色 */
20 | /* 尺寸变量 */
21 | /* 文字尺寸 */
22 | /* 图片尺寸 */
23 | /* Border Radius */
24 | /* 水平间距 */
25 | /* 垂直间距 */
26 | /* 透明度 */
27 | /* 文章场景相关 */
28 | .login_content.data-v-674ebd9a {
29 | width: 100%;
30 | height: 100vh;
31 | background: rgba(0, 0, 0, 0.5);
32 | z-index: 11;
33 | position: fixed;
34 | left: 0;
35 | top: 0;
36 | padding-top: 10vh;
37 | }
38 | .login_tip.data-v-674ebd9a {
39 | width: 600rpx;
40 | background-color: #FFFFFF;
41 | border-radius: 25rpx;
42 | padding: 15rpx;
43 | margin: 0 auto;
44 | }
45 | .tip_top.data-v-674ebd9a {
46 | text-align: center;
47 | line-height: 150rpx;
48 | font-size: 35rpx;
49 | font-weight: bold;
50 | font-family: FZDaBiaoSong-B06S;
51 | }
52 | .tip_btn.data-v-674ebd9a {
53 | display: flex;
54 | justify-content: space-around;
55 | margin-top: 25rpx;
56 | padding-bottom: 35rpx;
57 | }
58 | .btn.data-v-674ebd9a {
59 | padding: 15rpx 75rpx;
60 | border: 2rpx solid #f8f8f8;
61 | background: linear-gradient(#E31D1C, #dd6161);
62 | line-height: 45rpx;
63 | border-radius: 55rpx;
64 | font-family: FZDaBiaoSong-B06S;
65 | font-size: 35rpx;
66 | color: #FFFFFF;
67 | }
68 | .btn_reject.data-v-674ebd9a {
69 | padding: 15rpx 75rpx;
70 | border: 2rpx solid #f8f8f8;
71 | line-height: 45rpx;
72 | border-radius: 55rpx;
73 | font-family: FZDaBiaoSong-B06S;
74 | font-size: 35rpx;
75 | color: #FFFFFF;
76 | background-color: #808080 !important;
77 | }
78 |
79 |
--------------------------------------------------------------------------------
/unpackage/dist/dev/mp-weixin/node-modules/uview-ui/components/u-form-item/u-form-item.wxml:
--------------------------------------------------------------------------------
1 | *{{label}}{{message}}
--------------------------------------------------------------------------------
/unpackage/dist/dev/mp-weixin/node-modules/uview-ui/components/u-text/u-text.wxml:
--------------------------------------------------------------------------------
1 | ¥{{value}}
--------------------------------------------------------------------------------
/pages/USER/user.vue:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 | {{nickName}}
7 |
8 |
9 | 个人信息
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
51 |
--------------------------------------------------------------------------------
/unpackage/dist/dev/mp-weixin/node-modules/uview-ui/components/u-text/u-text.wxss:
--------------------------------------------------------------------------------
1 | @charset "UTF-8";
2 | /**
3 | * 这里是uni-app内置的常用样式变量
4 | *
5 | * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
6 | * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
7 | *
8 | */
9 | /**
10 | * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
11 | *
12 | * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
13 | */
14 | /* uni.scss */
15 | /* 颜色变量 */
16 | /* 行为相关颜色 */
17 | /* 文字基本颜色 */
18 | /* 背景颜色 */
19 | /* 边框颜色 */
20 | /* 尺寸变量 */
21 | /* 文字尺寸 */
22 | /* 图片尺寸 */
23 | /* Border Radius */
24 | /* 水平间距 */
25 | /* 垂直间距 */
26 | /* 透明度 */
27 | /* 文章场景相关 */
28 | view.data-v-15831087, scroll-view.data-v-15831087, swiper-item.data-v-15831087 {
29 | display: flex;
30 | flex-direction: column;
31 | flex-shrink: 0;
32 | flex-grow: 0;
33 | flex-basis: auto;
34 | align-items: stretch;
35 | align-content: flex-start;
36 | }
37 | .u-text.data-v-15831087 {
38 | display: flex;
39 | flex-direction: row;
40 | align-items: center;
41 | flex-wrap: wrap;
42 | flex: 1;
43 | }
44 | .u-text__price.data-v-15831087 {
45 | font-size: 14px;
46 | color: #606266;
47 | }
48 | .u-text__value.data-v-15831087 {
49 | font-size: 14px;
50 | display: flex;
51 | flex-direction: row;
52 | color: #606266;
53 | flex-wrap: wrap;
54 | text-overflow: ellipsis;
55 | align-items: center;
56 | }
57 | .u-text__value--primary.data-v-15831087 {
58 | color: #3c9cff;
59 | }
60 | .u-text__value--warning.data-v-15831087 {
61 | color: #f9ae3d;
62 | }
63 | .u-text__value--success.data-v-15831087 {
64 | color: #5ac725;
65 | }
66 | .u-text__value--info.data-v-15831087 {
67 | color: #909399;
68 | }
69 | .u-text__value--error.data-v-15831087 {
70 | color: #f56c6c;
71 | }
72 | .u-text__value--main.data-v-15831087 {
73 | color: #303133;
74 | }
75 | .u-text__value--content.data-v-15831087 {
76 | color: #606266;
77 | }
78 | .u-text__value--tips.data-v-15831087 {
79 | color: #909193;
80 | }
81 | .u-text__value--light.data-v-15831087 {
82 | color: #c0c4cc;
83 | }
84 |
85 |
--------------------------------------------------------------------------------
/unpackage/dist/dev/mp-weixin/components/updateInfo.wxss:
--------------------------------------------------------------------------------
1 | @charset "UTF-8";
2 | /**
3 | * 这里是uni-app内置的常用样式变量
4 | *
5 | * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
6 | * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
7 | *
8 | */
9 | /**
10 | * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
11 | *
12 | * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
13 | */
14 | /* uni.scss */
15 | /* 颜色变量 */
16 | /* 行为相关颜色 */
17 | /* 文字基本颜色 */
18 | /* 背景颜色 */
19 | /* 边框颜色 */
20 | /* 尺寸变量 */
21 | /* 文字尺寸 */
22 | /* 图片尺寸 */
23 | /* Border Radius */
24 | /* 水平间距 */
25 | /* 垂直间距 */
26 | /* 透明度 */
27 | /* 文章场景相关 */
28 | .login_content.data-v-5f003912 {
29 | width: 100%;
30 | height: 100vh;
31 | background: rgba(0, 0, 0, 0.5);
32 | z-index: 11;
33 | position: fixed;
34 | left: 0;
35 | top: 0;
36 | padding-top: 10vh;
37 | }
38 | .login_tip.data-v-5f003912 {
39 | width: 600rpx;
40 | background-color: #FFFFFF;
41 | border-radius: 25rpx;
42 | padding: 15rpx;
43 | margin: 0 auto;
44 | }
45 | .tip_top.data-v-5f003912 {
46 | text-align: center;
47 | line-height: 150rpx;
48 | font-size: 35rpx;
49 | font-weight: bold;
50 | font-family: FZDaBiaoSong-B06S;
51 | }
52 | .tip_btn.data-v-5f003912 {
53 | display: flex;
54 | justify-content: space-around;
55 | margin-top: 25rpx;
56 | padding-bottom: 35rpx;
57 | }
58 | .btn.data-v-5f003912 {
59 | padding: 15rpx 75rpx;
60 | border: 2rpx solid #f8f8f8;
61 | background: linear-gradient(#E31D1C, #dd6161);
62 | line-height: 45rpx;
63 | border-radius: 55rpx;
64 | font-family: FZDaBiaoSong-B06S;
65 | font-size: 35rpx;
66 | color: #FFFFFF;
67 | }
68 | .btn_reject.data-v-5f003912 {
69 | padding: 15rpx 75rpx;
70 | border: 2rpx solid #f8f8f8;
71 | line-height: 45rpx;
72 | border-radius: 55rpx;
73 | font-family: FZDaBiaoSong-B06S;
74 | font-size: 35rpx;
75 | color: #FFFFFF;
76 | background-color: #808080 !important;
77 | }
78 | .tip_input.data-v-5f003912 {
79 | margin: 0 40rpx;
80 | }
81 | .tip_input input.data-v-5f003912 {
82 | border: 1rpx solid #c0c0c0;
83 | height: 65rpx;
84 | padding: 0 25rpx;
85 | }
86 |
87 |
--------------------------------------------------------------------------------
/unpackage/dist/dev/mp-weixin/node-modules/uview-ui/components/u-swiper/u-swiper.wxss:
--------------------------------------------------------------------------------
1 | @charset "UTF-8";
2 | /**
3 | * 这里是uni-app内置的常用样式变量
4 | *
5 | * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
6 | * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
7 | *
8 | */
9 | /**
10 | * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
11 | *
12 | * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
13 | */
14 | /* uni.scss */
15 | /* 颜色变量 */
16 | /* 行为相关颜色 */
17 | /* 文字基本颜色 */
18 | /* 背景颜色 */
19 | /* 边框颜色 */
20 | /* 尺寸变量 */
21 | /* 文字尺寸 */
22 | /* 图片尺寸 */
23 | /* Border Radius */
24 | /* 水平间距 */
25 | /* 垂直间距 */
26 | /* 透明度 */
27 | /* 文章场景相关 */
28 | view.data-v-7b038a67, scroll-view.data-v-7b038a67, swiper-item.data-v-7b038a67 {
29 | display: flex;
30 | flex-direction: column;
31 | flex-shrink: 0;
32 | flex-grow: 0;
33 | flex-basis: auto;
34 | align-items: stretch;
35 | align-content: flex-start;
36 | }
37 | .u-swiper.data-v-7b038a67 {
38 | display: flex;
39 | flex-direction: row;
40 | justify-content: center;
41 | align-items: center;
42 | position: relative;
43 | overflow: hidden;
44 | }
45 | .u-swiper__wrapper.data-v-7b038a67 {
46 | flex: 1;
47 | }
48 | .u-swiper__wrapper__item.data-v-7b038a67 {
49 | flex: 1;
50 | }
51 | .u-swiper__wrapper__item__wrapper.data-v-7b038a67 {
52 | display: flex;
53 | flex-direction: row;
54 | position: relative;
55 | overflow: hidden;
56 | transition: -webkit-transform 0.3s;
57 | transition: transform 0.3s;
58 | transition: transform 0.3s, -webkit-transform 0.3s;
59 | flex: 1;
60 | }
61 | .u-swiper__wrapper__item__wrapper__image.data-v-7b038a67 {
62 | flex: 1;
63 | }
64 | .u-swiper__wrapper__item__wrapper__video.data-v-7b038a67 {
65 | flex: 1;
66 | }
67 | .u-swiper__wrapper__item__wrapper__title.data-v-7b038a67 {
68 | position: absolute;
69 | background-color: rgba(0, 0, 0, 0.3);
70 | bottom: 0;
71 | left: 0;
72 | right: 0;
73 | font-size: 28rpx;
74 | padding: 12rpx 24rpx;
75 | color: #FFFFFF;
76 | flex: 1;
77 | }
78 | .u-swiper__indicator.data-v-7b038a67 {
79 | position: absolute;
80 | bottom: 10px;
81 | }
82 |
83 |
--------------------------------------------------------------------------------
/unpackage/dist/dev/mp-weixin/pages/FORUM/forum.wxss:
--------------------------------------------------------------------------------
1 | @charset "UTF-8";
2 | /**
3 | * 这里是uni-app内置的常用样式变量
4 | *
5 | * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
6 | * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
7 | *
8 | */
9 | /**
10 | * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
11 | *
12 | * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
13 | */
14 | /* uni.scss */
15 | /* 颜色变量 */
16 | /* 行为相关颜色 */
17 | /* 文字基本颜色 */
18 | /* 背景颜色 */
19 | /* 边框颜色 */
20 | /* 尺寸变量 */
21 | /* 文字尺寸 */
22 | /* 图片尺寸 */
23 | /* Border Radius */
24 | /* 水平间距 */
25 | /* 垂直间距 */
26 | /* 透明度 */
27 | /* 文章场景相关 */
28 | .form_addArticle {
29 | padding: 25rpx;
30 | overflow: hidden;
31 | }
32 | .form_addArticle text {
33 | float: right;
34 | font-size: 30rpx;
35 | color: #E31D1C;
36 | }
37 | .forum_content {
38 | margin-bottom: 25rpx;
39 | }
40 | .forum_content .forum_article image {
41 | width: 75rpx;
42 | height: 75rpx;
43 | border-radius: 50%;
44 | }
45 | .forum_content .forum_article .article_user {
46 | margin-left: 15rpx;
47 | font-size: 27rpx;
48 | color: #808080;
49 | }
50 | .forum_content .forum_article .article_user .user_text {
51 | margin-bottom: 10rpx;
52 | font-size: 30rpx;
53 | color: #E31D1C;
54 | }
55 | .forum_content .article_text {
56 | margin: 10rpx 0;
57 | font-size: 27rpx;
58 | }
59 | .forum_content .article_btn {
60 | margin-top: 10rpx;
61 | padding-top: 10rpx;
62 | border-top: 0.5rpx solid #f8f8f8;
63 | }
64 | .forum_content .article_btn .btn_content {
65 | flex: 1;
66 | }
67 | .forum_content .article_btn .btn_content .btn_tap {
68 | text-align: center;
69 | }
70 | .forum_content .article_btn .btn_content .btn_tap image {
71 | width: 37rpx;
72 | height: 37rpx;
73 | }
74 | .forum_content .article_btn .btn_content .btn_tap text {
75 | font-size: 27rpx;
76 | margin-left: 10rpx;
77 | }
78 | .forum_content .article_btn .btn_content .btn_tap button {
79 | background-color: #FFFFFF;
80 | padding: 0;
81 | height: 37rpx;
82 | line-height: 37rpx;
83 | }
84 | .forum_content .article_btn .btn_content .btn_tap button::after {
85 | border: none;
86 | }
87 |
88 |
--------------------------------------------------------------------------------
/components/login_Controll.js:
--------------------------------------------------------------------------------
1 | import Vuex from 'vuex'
2 | export default function initModal(v) {
3 | // 挂在store到全局Vue原型上
4 | v.prototype.$modalStore = new Vuex.Store({
5 | state: {
6 | show_updateValue:false,
7 | show_agreement:false,
8 | show:false,
9 | title:"标题",
10 | content:'内容',
11 | showCancel:true,
12 | cancelText:"取消",
13 | confirmText:"确定",
14 | success:null,
15 | },
16 | mutations: {
17 | hideModal(state) {
18 | state.show = false
19 | },
20 | showModal(state,data) {
21 | state = Object.assign(state,data)
22 | state.show = true
23 | },
24 | success(state,res) {
25 | let cb = state.success
26 | let resObj={
27 | cancel:false,
28 | confirm:false
29 | }
30 | res=="confirm"?resObj.confirm=true:resObj.cancel=true
31 | cb && cb(resObj)
32 | },
33 | showAgreement(state){
34 | state.show_agreement= true
35 | },
36 | hideAgreement(state){
37 | state.show_agreement= false
38 | },
39 | show_show_updateValue(state,data){
40 | state = Object.assign(state,data)
41 | state.show_updateValue=true
42 | },
43 | hide_show_updateValue(state){
44 | state.show_updateValue=false
45 | },
46 | success_updateValue(state,data){
47 | let cb = state.success
48 | let resObj={
49 | cancel:false,
50 | confirm:false,
51 | value:'',
52 | }
53 | data.res=="confirm"?resObj.confirm=true:resObj.cancel=true
54 | resObj.value=data.updateValue
55 | cb && cb(resObj)
56 | }
57 |
58 | }
59 | })
60 | v.prototype.$showModal = function (option) {
61 | if (typeof option === 'object') {
62 |
63 | v.prototype.$modalStore.commit('showModal', option)
64 | }else{
65 | throw "配置项必须为对象传入的值为:"+typeof option;
66 | }
67 | },
68 | v.prototype.$showAgreement = function (option) {
69 | v.prototype.$modalStore.commit('showAgreement')
70 | },
71 | v.prototype.$showUpdate = function (option) {
72 | if (typeof option === 'object') {
73 |
74 | v.prototype.$modalStore.commit('show_show_updateValue', option)
75 | }else{
76 | throw "配置项必须为对象传入的值为:"+typeof option;
77 | }
78 | }
79 | }
--------------------------------------------------------------------------------
/unpackage/dist/dev/mp-weixin/components/Tabbar.wxss:
--------------------------------------------------------------------------------
1 | @charset "UTF-8";
2 | /**
3 | * 这里是uni-app内置的常用样式变量
4 | *
5 | * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
6 | * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
7 | *
8 | */
9 | /**
10 | * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
11 | *
12 | * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
13 | */
14 | /* uni.scss */
15 | /* 颜色变量 */
16 | /* 行为相关颜色 */
17 | /* 文字基本颜色 */
18 | /* 背景颜色 */
19 | /* 边框颜色 */
20 | /* 尺寸变量 */
21 | /* 文字尺寸 */
22 | /* 图片尺寸 */
23 | /* Border Radius */
24 | /* 水平间距 */
25 | /* 垂直间距 */
26 | /* 透明度 */
27 | /* 文章场景相关 */
28 | .tabbar {
29 | width: 100%;
30 | height: 130rpx;
31 | background-color: #FFFFFF;
32 | position: fixed;
33 | right: 0;
34 | left: 0;
35 | bottom: 0;
36 | padding: 15rpx;
37 | z-index: 10;
38 | box-sizing: border-box;
39 | box-shadow: 0 0 10rpx;
40 | }
41 | .tabbar_item {
42 | display: flex;
43 | flex-direction: column;
44 | justify-content: center;
45 | align-items: center;
46 | width: 130rpx;
47 | }
48 | .tabbar_item image {
49 | width: 50rpx;
50 | height: 50rpx;
51 | }
52 | .tabbar_item text {
53 | font-size: 30rpx;
54 | margin-top: 10rpx;
55 | }
56 | .active {
57 | color: #E31D1C;
58 | }
59 | .publish_logo {
60 | position: absolute;
61 | left: 50%;
62 | -webkit-transform: translateX(-50%);
63 | transform: translateX(-50%);
64 | bottom: 40rpx;
65 | padding: 20rpx;
66 | background-color: #FAFAFA;
67 | border-radius: 50%;
68 | }
69 | .publish_logo image {
70 | width: 120rpx;
71 | height: 120rpx;
72 | }
73 | .choose_content {
74 | background-color: #FFFFFF;
75 | position: fixed;
76 | right: 0;
77 | left: 0;
78 | bottom: 250rpx;
79 | padding: 15rpx;
80 | z-index: 10;
81 | box-sizing: border-box;
82 | margin: 0 50rpx;
83 | background-color: rgba(255, 255, 255, 0.3);
84 | border-radius: 50rpx;
85 | }
86 | .item_tap {
87 | display: flex;
88 | flex-direction: column;
89 | align-items: center;
90 | width: 150rpx;
91 | font-size: 30rpx;
92 | }
93 | .item_tap image {
94 | margin-bottom: 10rpx;
95 | width: 80rpx;
96 | height: 80rpx;
97 | }
98 |
99 |
--------------------------------------------------------------------------------
/unpackage/dist/dev/mp-weixin/node-modules/uview-ui/components/u-input/u-input.wxml:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/unpackage/dist/dev/mp-weixin/node-modules/uview-ui/components/u-icon/u-icon.wxss:
--------------------------------------------------------------------------------
1 | @charset "UTF-8";
2 | /**
3 | * 这里是uni-app内置的常用样式变量
4 | *
5 | * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
6 | * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
7 | *
8 | */
9 | /**
10 | * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
11 | *
12 | * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
13 | */
14 | /* uni.scss */
15 | /* 颜色变量 */
16 | /* 行为相关颜色 */
17 | /* 文字基本颜色 */
18 | /* 背景颜色 */
19 | /* 边框颜色 */
20 | /* 尺寸变量 */
21 | /* 文字尺寸 */
22 | /* 图片尺寸 */
23 | /* Border Radius */
24 | /* 水平间距 */
25 | /* 垂直间距 */
26 | /* 透明度 */
27 | /* 文章场景相关 */
28 | view.data-v-172979f2, scroll-view.data-v-172979f2, swiper-item.data-v-172979f2 {
29 | display: flex;
30 | flex-direction: column;
31 | flex-shrink: 0;
32 | flex-grow: 0;
33 | flex-basis: auto;
34 | align-items: stretch;
35 | align-content: flex-start;
36 | }
37 | @font-face {
38 | font-family: 'uicon-iconfont';
39 | src: url("https://at.alicdn.com/t/font_2225171_8kdcwk4po24.ttf") format("truetype");
40 | }
41 | .u-icon.data-v-172979f2 {
42 | display: flex;
43 | align-items: center;
44 | }
45 | .u-icon--left.data-v-172979f2 {
46 | flex-direction: row-reverse;
47 | align-items: center;
48 | }
49 | .u-icon--right.data-v-172979f2 {
50 | flex-direction: row;
51 | align-items: center;
52 | }
53 | .u-icon--top.data-v-172979f2 {
54 | flex-direction: column-reverse;
55 | justify-content: center;
56 | }
57 | .u-icon--bottom.data-v-172979f2 {
58 | flex-direction: column;
59 | justify-content: center;
60 | }
61 | .u-icon__icon.data-v-172979f2 {
62 | font-family: uicon-iconfont;
63 | position: relative;
64 | display: flex;
65 | flex-direction: row;
66 | align-items: center;
67 | }
68 | .u-icon__icon--primary.data-v-172979f2 {
69 | color: #3c9cff;
70 | }
71 | .u-icon__icon--success.data-v-172979f2 {
72 | color: #5ac725;
73 | }
74 | .u-icon__icon--error.data-v-172979f2 {
75 | color: #f56c6c;
76 | }
77 | .u-icon__icon--warning.data-v-172979f2 {
78 | color: #f9ae3d;
79 | }
80 | .u-icon__icon--info.data-v-172979f2 {
81 | color: #909399;
82 | }
83 | .u-icon__img.data-v-172979f2 {
84 | height: auto;
85 | will-change: transform;
86 | }
87 | .u-icon__label.data-v-172979f2 {
88 | line-height: 1;
89 | }
90 |
91 |
--------------------------------------------------------------------------------
/unpackage/dist/dev/mp-weixin/pages/USER/collected.wxss:
--------------------------------------------------------------------------------
1 | @charset "UTF-8";
2 | /**
3 | * 这里是uni-app内置的常用样式变量
4 | *
5 | * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
6 | * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
7 | *
8 | */
9 | /**
10 | * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
11 | *
12 | * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
13 | */
14 | /* uni.scss */
15 | /* 颜色变量 */
16 | /* 行为相关颜色 */
17 | /* 文字基本颜色 */
18 | /* 背景颜色 */
19 | /* 边框颜色 */
20 | /* 尺寸变量 */
21 | /* 文字尺寸 */
22 | /* 图片尺寸 */
23 | /* Border Radius */
24 | /* 水平间距 */
25 | /* 垂直间距 */
26 | /* 透明度 */
27 | /* 文章场景相关 */
28 | .content {
29 | margin: 0 15rpx;
30 | }
31 | .select_content {
32 | display: flex;
33 | align-items: center;
34 | justify-content: space-around;
35 | padding: 25rpx 0;
36 | }
37 | .select_content .u-input {
38 | background-color: #f7f5f5;
39 | }
40 | .select_content text {
41 | margin-left: 25rpx;
42 | font-size: 30rpx;
43 | }
44 | .select_history {
45 | position: relative;
46 | display: flex;
47 | align-items: center;
48 | }
49 | .select_history text {
50 | font-size: 30rpx;
51 | font-weight: bold;
52 | }
53 | .select_history image {
54 | position: absolute;
55 | right: 0;
56 | width: 40rpx;
57 | height: 40rpx;
58 | }
59 | .history_content {
60 | margin-top: 15rpx;
61 | font-size: 22rpx;
62 | }
63 | .history_content text {
64 | display: inline-block;
65 | padding: 10rpx 25rpx;
66 | border: 1rpx solid #f8f8f8;
67 | border-radius: 35rpx;
68 | margin: 10rpx;
69 | background-color: #f7f5f5;
70 | }
71 | .product_content {
72 | display: flex;
73 | flex-wrap: wrap;
74 | }
75 | .product_content .product {
76 | margin: 15rpx;
77 | padding-bottom: 25rpx;
78 | border-bottom: 1rpx solid #c8c7cc;
79 | }
80 | .product_content .product image {
81 | width: 320rpx;
82 | height: 320rpx;
83 | border-radius: 25rpx;
84 | }
85 | .product_content .product .info_user {
86 | margin-top: 15rpx;
87 | display: flex;
88 | align-items: center;
89 | font-size: 22rpx;
90 | color: #999;
91 | }
92 | .product_content .product .info_user image {
93 | width: 40rpx;
94 | height: 40rpx;
95 | }
96 | .text_active {
97 | color: #E31D1C;
98 | border: 1rpx solid #E31D1C !important;
99 | }
100 |
101 |
--------------------------------------------------------------------------------
/unpackage/dist/dev/mp-weixin/node-modules/uview-ui/components/u-switch/u-switch.wxss:
--------------------------------------------------------------------------------
1 | @charset "UTF-8";
2 | /**
3 | * 这里是uni-app内置的常用样式变量
4 | *
5 | * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
6 | * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
7 | *
8 | */
9 | /**
10 | * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
11 | *
12 | * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
13 | */
14 | /* uni.scss */
15 | /* 颜色变量 */
16 | /* 行为相关颜色 */
17 | /* 文字基本颜色 */
18 | /* 背景颜色 */
19 | /* 边框颜色 */
20 | /* 尺寸变量 */
21 | /* 文字尺寸 */
22 | /* 图片尺寸 */
23 | /* Border Radius */
24 | /* 水平间距 */
25 | /* 垂直间距 */
26 | /* 透明度 */
27 | /* 文章场景相关 */
28 | view.data-v-4a8c9de7, scroll-view.data-v-4a8c9de7, swiper-item.data-v-4a8c9de7 {
29 | display: flex;
30 | flex-direction: column;
31 | flex-shrink: 0;
32 | flex-grow: 0;
33 | flex-basis: auto;
34 | align-items: stretch;
35 | align-content: flex-start;
36 | }
37 | .u-switch.data-v-4a8c9de7 {
38 | display: flex;
39 | flex-direction: row;
40 | box-sizing: border-box;
41 | position: relative;
42 | background-color: #fff;
43 | border-width: 1px;
44 | border-radius: 100px;
45 | transition: background-color 0.4s;
46 | border-color: rgba(0, 0, 0, 0.12);
47 | border-style: solid;
48 | justify-content: flex-end;
49 | align-items: center;
50 | overflow: hidden;
51 | }
52 | .u-switch__node.data-v-4a8c9de7 {
53 | display: flex;
54 | flex-direction: row;
55 | align-items: center;
56 | justify-content: center;
57 | border-radius: 100px;
58 | background-color: #fff;
59 | border-radius: 100px;
60 | box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.25);
61 | transition-property: -webkit-transform;
62 | transition-property: transform;
63 | transition-property: transform, -webkit-transform;
64 | transition-duration: 0.4s;
65 | transition-timing-function: cubic-bezier(0.3, 1.05, 0.4, 1.05);
66 | }
67 | .u-switch__bg.data-v-4a8c9de7 {
68 | position: absolute;
69 | border-radius: 100px;
70 | background-color: #FFFFFF;
71 | transition-property: -webkit-transform;
72 | transition-property: transform;
73 | transition-property: transform, -webkit-transform;
74 | transition-duration: 0.4s;
75 | border-top-left-radius: 0;
76 | border-bottom-left-radius: 0;
77 | transition-timing-function: ease;
78 | }
79 | .u-switch--disabled.data-v-4a8c9de7 {
80 | opacity: 0.6;
81 | }
82 |
83 |
--------------------------------------------------------------------------------