diff --git a/api/admin.js b/api/admin.js index ee0a969..a50ca9e 100644 --- a/api/admin.js +++ b/api/admin.js @@ -15,6 +15,7 @@ import request from "@/utils/request.js"; export function getStatisticsInfo() { return request.get("admin/order/statistics", {}, { login: true }); } + /** * 订单月统计 */ @@ -33,6 +34,12 @@ export function getAdminOrderList(where) { export function setAdminOrderPrice(merId, id, data) { return request.post("admin/" + merId + "/price/" + id, data, { login: true }); } +/** + * 同意先货后款 + */ +export function postconfirm(merId, data) { + return request.post("admin/" + merId + "/confirm" , data, { login: true }); +} /** * 订单备注 */ diff --git a/api/product.js b/api/product.js index b820836..002e2d7 100644 --- a/api/product.js +++ b/api/product.js @@ -13,7 +13,12 @@ import request from "@/utils/request.js"; * 获取商品详情 */ export const getProductDetailsAPI = (data) => request.get('micro/product_details', data) - +/** + * 线下导入 + */ +export function postImport(merid,data) { + return request.post(`server/${merid}/product/stockIn`, data); +} /** * 获取商户基本信息 http://127.0.0.1:8324/api/store/merchant/info?id=4 */ diff --git a/pages.json b/pages.json index 5995e80..d0147b8 100644 --- a/pages.json +++ b/pages.json @@ -249,12 +249,24 @@ "navigationBarTitleText": "忘记密码" } }, + { + "path": "online_warehousing/index", + "style": { + "navigationBarTitleText": "采购订单" + } + }, { "path": "user_setting/index", "style": { "navigationBarTitleText": "设置" } }, + { + "path": "supply_procurement/index", + "style": { + "navigationBarTitleText": "供货采购" + } + }, //协议,关于 { "path": "user_about/index", diff --git a/pages/admin/orderList/index.vue b/pages/admin/orderList/index.vue index 0841f47..8b16c4d 100644 --- a/pages/admin/orderList/index.vue +++ b/pages/admin/orderList/index.vue @@ -137,10 +137,19 @@ 支付 ¥{{ item.pay_price }} (邮费 ¥{{ item.pay_postage}}) + + 共1件商品,结算周期到期后付款¥100 + + + 同意 + + + 拒绝 + 一键改价 @@ -196,7 +205,8 @@ setOfflinePay, setOrderRefund, refundOrderReceive, - setRefundMark + setRefundMark, + postconfirm } from "@/api/admin"; import Loading from '@/components/Loading/index' import PriceChange from '@/components/PriceChange/index' @@ -249,6 +259,16 @@ this.getIndex(); }, methods: { + //同意先货后款订单 + tongyi(id,number){ + let data={ + id:id, + type:number + } + postconfirm(this.merId,data).then(res=>{ + console.log(res); + }) + }, handleSearch() { this.loaded = false; this.where.page = 1; @@ -631,7 +651,7 @@ .pos-order-list .list .item .operation .bnt { font-size: 28upx; color: #5c5c5c; - width: 170upx; + width: 160upx; height: 60upx; border-radius: 30upx; border: 1px solid #bbb; diff --git a/pages/gather/gather.vue b/pages/gather/gather.vue index 87c764a..ec28b9a 100644 --- a/pages/gather/gather.vue +++ b/pages/gather/gather.vue @@ -64,7 +64,8 @@ 我的店铺 + @click="navigator(`/pages/users/supply_procurement/index?type_id=12&isDetail=1&product_type=98&cate_id=${userInfoData.mer_info.category_id}`)"> + 供货采购 diff --git a/pages/nongKe/supply_chain/shopping_trolley.vue b/pages/nongKe/supply_chain/shopping_trolley.vue index fea09f7..d6fc4a6 100644 --- a/pages/nongKe/supply_chain/shopping_trolley.vue +++ b/pages/nongKe/supply_chain/shopping_trolley.vue @@ -568,7 +568,7 @@ }) if (selectValue.length > 0) { uni.navigateTo({ - url: '/pages/users/order_confirm/index?product_type=98&cartId=' + selectValue.join(',') + url: `/pages/users/order_confirm/index?product_type=98&cartId=${selectValue.join(',')}` }); } else { return this.$util.Tips({ diff --git a/pages/nongKe/supply_chain/supplier.vue b/pages/nongKe/supply_chain/supplier.vue index 2d45244..65570f4 100644 --- a/pages/nongKe/supply_chain/supplier.vue +++ b/pages/nongKe/supply_chain/supplier.vue @@ -289,7 +289,8 @@ merList: [], //商户分类 product_type: 0, show:false, - image: '' //图片 + image: '' ,//图片, + credit_buy:'',//支持先货后款 }; }, onLoad(options) { @@ -298,6 +299,7 @@ if (options.street_id != undefined) { this.sotreParam.street_id = options.street_id } + this.credit_buy=options.credit_buy this.sotreParam.type_id = options.type_id this.sotreParam.type_id = options.type_id && options.type_id.split(',').toString() || '' this.sotreParam.category_id = options.cate_id && options.cate_id.split(',').toString() || '' @@ -496,7 +498,8 @@ order: this.sotreParam.order, category_id: this.sotreParam.category_id, type_id: this.sotreParam.type_id, - street_id: this.sotreParam.street_id + street_id: this.sotreParam.street_id, + credit_buy:this.credit_buy } if (this.latitude) { rqData.location = this.latitude + ',' + this.longitude diff --git a/pages/order_details/index.vue b/pages/order_details/index.vue index 21a50ad..2d7372e 100644 --- a/pages/order_details/index.vue +++ b/pages/order_details/index.vue @@ -260,11 +260,11 @@ 实付款: ¥{{orderInfo.pay_price}} - + 结算周期到期后付款 ¥100.00 - + 结算周期:30天 日利率:0.05% diff --git a/pages/order_details/stay.vue b/pages/order_details/stay.vue index 723857f..b010383 100644 --- a/pages/order_details/stay.vue +++ b/pages/order_details/stay.vue @@ -71,6 +71,9 @@ ¥{{goods.cart_info.productPresellAttr.presell_price}}
x{{goods.product_num}}
+ + 立即付款 +
@@ -94,6 +97,9 @@ ¥{{goods.cart_info.productAttr.price}} x{{goods.product_num}} + + 立即付款 + @@ -125,6 +131,11 @@ 商品总额: ¥{{orderInfo.total_price}} + + 支付方式: + 先货后款 + + @@ -150,9 +161,17 @@ 实付款: - ¥{{orderInfo.pay_price}} + 先货后款 : ¥{{orderInfo.pay_price}} + ¥{{orderInfo.pay_price}} + + 结算周期到期后付款 ¥{{orderInfo.pay_price}} + + + + 结算周期:30天 日利率:0.05% + - + @@ -162,466 +181,19 @@ - + + + + + + + 下单时实付¥0,确认收货后将开始计算结算周期,结算周期内按照订单金额付款。如未在结算周期内付款平台将在xx天xx小时后计息。 + + + - + \ No newline at end of file diff --git a/pages/users/online_warehousing/index.vue b/pages/users/online_warehousing/index.vue new file mode 100644 index 0000000..fad0721 --- /dev/null +++ b/pages/users/online_warehousing/index.vue @@ -0,0 +1,276 @@ + + + + + \ No newline at end of file diff --git a/pages/users/order_confirm/index.vue b/pages/users/order_confirm/index.vue index 45e5100..f340e6c 100644 --- a/pages/users/order_confirm/index.vue +++ b/pages/users/order_confirm/index.vue @@ -188,6 +188,11 @@ {{ item.order.pay_price }} {{ item.order.org_price}} + + + 实付 + 0.00 + @@ -379,7 +384,11 @@ 合计: - ¥{{totalPrice || 0}} + ¥0.00 + ¥{{totalPrice }} + + + 可结算周期到期后再付款¥{{totalPrice}} 优惠:¥ {{couponData.total_coupon}} @@ -524,13 +533,12 @@ value: 'offline', title: '线下支付', payStatus: 2, - }, - { + },{ "name": "先货后款", "icon": "tan-a-lujing17324", value: 'creditBuy', title: `结算周期:30天 日利率:0.05%`, - payStatus: this.$store.getters.globalData.yue_pay_status, + payStatus: '', }, ], tagStyle: { @@ -801,6 +809,7 @@ getUserInfo() { getUserInfo().then(res => { this.userInfo = res.data + }) }, /*获取发票说明*/ @@ -1060,6 +1069,13 @@ that.allow_address = res.data.allow_address that.deliveryName = res.data.order_model == 0 ? '快递配送' : '虚拟发货' that.order_key = res.data.key + if(res.data.order[0].credit_buy == 1){ + this.cartArr[4].payStatus = 1 + }else{ + this.cartArr[4].payStatus = 0 + } + + uni.getStorage({ key: "invoice_Data", success: function(res) { @@ -1181,7 +1197,7 @@ callback_key = res.data.result.pay_key, jsConfig = res.data.result.config, goPages = '/pages/order_pay_status/index?order_id=' + orderId + '&msg=' + res.message, - goPagesOrder='/pages/order_details/stay?order_id=' + orderId; + goPagesOrder='/pages/order_details/stay?order_id=' + orderId+'&credit_buy=1'; that.orderPay = true; uni.hideLoading(); switch (status) { @@ -1436,7 +1452,6 @@ this.virtualIndex = index; }, SubOrder: function(e) { - console.log(this.active); let that = this, data = {}; diff --git a/pages/users/order_list/index.vue b/pages/users/order_list/index.vue index 0120f5d..9c1db4e 100644 --- a/pages/users/order_list/index.vue +++ b/pages/users/order_list/index.vue @@ -241,8 +241,8 @@ 共{{item.orderNum || 0}}件商品,总金额 ¥{{item.pay_price}} - - + + 共1件商品,结算周期到期后付款¥100 @@ -266,7 +266,7 @@ 发布种草 - 去评价 + 去评价 @@ -298,7 +298,7 @@ - + @@ -396,15 +396,8 @@ title: '可用余额:', number: 0, payStatus: this.$store.getters.globalData.yue_pay_status - } - , - { - name: "先货后款", - icon: "tan-a-lujing17324", - value: 'creditBuy', - title: '结算周期:30天,日利率:0.05%', - payStatus:this.$store.getters.globalData.yue_pay_status - } + }, + ], pay_close: false, pay_order_id: '', @@ -423,7 +416,7 @@ id: '' }, //商品分类 - activity_type:'' + activity_type: '' }; }, computed: { @@ -764,7 +757,6 @@ }, // 确认收货 confirmOrder: function(item, index) { - this.show = true this.shouhuo.id = item.order_id this.shouhuo.index = index @@ -790,58 +782,58 @@ // } // }) }, -queding() { - let that = this; - orderTake(this.shouhuo.id).then(res => { - return that.$util.Tips({ - title: '操作成功', - icon: 'success', - }, function() { - that.orderList.splice(this.shouhuo.index, 1); + queding() { + let that = this; + orderTake(that.shouhuo.id).then(res => { + that.show = false + that.orderList.splice(that.shouhuo.index, 1); that.getOrderData(); - }); - that.show=false - }).catch(err => { + return that.$util.Tips({ + title: '操作成功', + icon: 'success', + }) + + }).catch(err => { return that.$util.Tips({ title: err }); - that.show=false + that.show = false }) }, - /*申请开票*/ - applyInvoice(order_id) { - let that = this; - that.invoice_order_id = order_id - that.invoice.invoice = true; - that.$refs.addInvoicing.getInvoiceDefault(); - that.$refs.addInvoicing.getInvoiceList(); + /*申请开票*/ + applyInvoice(order_id) { + let that = this; + that.invoice_order_id = order_id + that.invoice.invoice = true; + that.$refs.addInvoicing.getInvoiceDefault(); + that.$refs.addInvoicing.getInvoiceList(); + }, + // 关闭发票弹窗 + changeInvoiceClose: function(data) { + if (data) this.getInvoiceData(data); + this.$set(this.invoice, 'invoice', false); + }, + // 开票回调 + getInvoiceData(data) { + let that = this + applyInvoiceApi(that.invoice_order_id, data).then(res => { + return that.$util.Tips({ + title: res.message, + }); + }).catch(err => { + return that.$util.Tips({ + title: err + }); + }) + }, + close() { + this.show = false + } }, - // 关闭发票弹窗 - changeInvoiceClose: function(data) { - if (data) this.getInvoiceData(data); - this.$set(this.invoice, 'invoice', false); - }, - // 开票回调 - getInvoiceData(data) { - let that = this - applyInvoiceApi(that.invoice_order_id, data).then(res => { - return that.$util.Tips({ - title: res.message, - }); - }).catch(err => { - return that.$util.Tips({ - title: err - }); - }) - }, - close() { - this.show = false + onReachBottom: function() { + this.getOrderList(); } - }, - onReachBottom: function() { - this.getOrderList(); } - } \ No newline at end of file diff --git a/pages/users/user_setting/index.vue b/pages/users/user_setting/index.vue index dada3ff..91bfd65 100644 --- a/pages/users/user_setting/index.vue +++ b/pages/users/user_setting/index.vue @@ -19,6 +19,7 @@ 协议规则 + 隐私设置 diff --git a/static/images/bg1.png b/static/images/bg1.png new file mode 100644 index 0000000..8146a52 Binary files /dev/null and b/static/images/bg1.png differ diff --git a/static/images/bg2.png b/static/images/bg2.png new file mode 100644 index 0000000..feb62ae Binary files /dev/null and b/static/images/bg2.png differ diff --git a/static/images/bgic1.png b/static/images/bgic1.png new file mode 100644 index 0000000..f4ccad2 Binary files /dev/null and b/static/images/bgic1.png differ diff --git a/static/images/bgic2.png b/static/images/bgic2.png new file mode 100644 index 0000000..8aa55f6 Binary files /dev/null and b/static/images/bgic2.png differ diff --git a/uni_modules/rudon-rowMenuDotDotDot-left/changelog.md b/uni_modules/rudon-rowMenuDotDotDot-left/changelog.md new file mode 100644 index 0000000..62a754a --- /dev/null +++ b/uni_modules/rudon-rowMenuDotDotDot-left/changelog.md @@ -0,0 +1,2 @@ +## 1.0.0(2022-09-29) +无 diff --git a/uni_modules/rudon-rowMenuDotDotDot-left/components/rudon-rowMenuDotDotDot-left/rudon-rowMenuDotDotDot-left.vue b/uni_modules/rudon-rowMenuDotDotDot-left/components/rudon-rowMenuDotDotDot-left/rudon-rowMenuDotDotDot-left.vue new file mode 100644 index 0000000..4922103 --- /dev/null +++ b/uni_modules/rudon-rowMenuDotDotDot-left/components/rudon-rowMenuDotDotDot-left/rudon-rowMenuDotDotDot-left.vue @@ -0,0 +1,422 @@ + + + + + diff --git a/uni_modules/rudon-rowMenuDotDotDot-left/package.json b/uni_modules/rudon-rowMenuDotDotDot-left/package.json new file mode 100644 index 0000000..4bcc1dd --- /dev/null +++ b/uni_modules/rudon-rowMenuDotDotDot-left/package.json @@ -0,0 +1,82 @@ +{ + "id": "rudon-rowMenuDotDotDot-left", + "displayName": "行内三点式下拉菜单-左对齐-向下展开", + "version": "1.0.0", + "description": "行内三点式下拉菜单(左对齐)", + "keywords": [ + "select", + "picker", + "下拉菜单" +], + "repository": "", +"engines": { + }, + "dcloudext": { + "type": "component-vue", + "sale": { + "regular": { + "price": "0.00" + }, + "sourcecode": { + "price": "0.00" + } + }, + "contact": { + "qq": "" + }, + "declaration": { + "ads": "使用方法参考: https://ext.dcloud.net.cn/plugin?id=9350", + "data": "使用方法参考: https://ext.dcloud.net.cn/plugin?id=9350", + "permissions": "使用方法参考: https://ext.dcloud.net.cn/plugin?id=9350" + }, + "npmurl": "" + }, + "uni_modules": { + "dependencies": [], + "encrypt": [], + "platforms": { + "cloud": { + "tcb": "y", + "aliyun": "y" + }, + "client": { + "Vue": { + "vue2": "u", + "vue3": "u" + }, + "App": { + "app-vue": "u", + "app-nvue": "u" + }, + "H5-mobile": { + "Safari": "u", + "Android Browser": "u", + "微信浏览器(Android)": "u", + "QQ浏览器(Android)": "u" + }, + "H5-pc": { + "Chrome": "u", + "IE": "u", + "Edge": "u", + "Firefox": "u", + "Safari": "u" + }, + "小程序": { + "微信": "u", + "阿里": "u", + "百度": "u", + "字节跳动": "u", + "QQ": "u", + "钉钉": "u", + "快手": "u", + "飞书": "u", + "京东": "u" + }, + "快应用": { + "华为": "u", + "联盟": "u" + } + } + } + } +} \ No newline at end of file diff --git a/uni_modules/rudon-rowMenuDotDotDot-left/readme.md b/uni_modules/rudon-rowMenuDotDotDot-left/readme.md new file mode 100644 index 0000000..8011c51 --- /dev/null +++ b/uni_modules/rudon-rowMenuDotDotDot-left/readme.md @@ -0,0 +1 @@ +# rudon-rowMenuDotDotDot-left \ No newline at end of file diff --git a/uni_modules/rudon-rowMenuDotDotDot/changelog.md b/uni_modules/rudon-rowMenuDotDotDot/changelog.md new file mode 100644 index 0000000..0b50306 --- /dev/null +++ b/uni_modules/rudon-rowMenuDotDotDot/changelog.md @@ -0,0 +1,2 @@ +## 1.0.0(2022-09-05) +模仿并改进uniapp官方ui的组件uni-data-select,自定义显示插槽(允许变量),手册:https://uniapp.dcloud.net.cn/component/uniui/uni-data-select.html diff --git a/uni_modules/rudon-rowMenuDotDotDot/components/rudon-rowMenuDotDotDot/rudon-rowMenuDotDotDot.vue b/uni_modules/rudon-rowMenuDotDotDot/components/rudon-rowMenuDotDotDot/rudon-rowMenuDotDotDot.vue new file mode 100644 index 0000000..67fef69 --- /dev/null +++ b/uni_modules/rudon-rowMenuDotDotDot/components/rudon-rowMenuDotDotDot/rudon-rowMenuDotDotDot.vue @@ -0,0 +1,422 @@ + + + + + diff --git a/uni_modules/rudon-rowMenuDotDotDot/package.json b/uni_modules/rudon-rowMenuDotDotDot/package.json new file mode 100644 index 0000000..32fcd74 --- /dev/null +++ b/uni_modules/rudon-rowMenuDotDotDot/package.json @@ -0,0 +1,82 @@ +{ + "id": "rudon-rowMenuDotDotDot", + "displayName": "行内三点式下拉菜单-右对齐-向下展开", + "version": "1.0.0", + "description": "行内三点式下拉菜单", + "keywords": [ + "select", + "picker", + "下拉菜单" +], + "repository": "", +"engines": { + }, + "dcloudext": { + "type": "component-vue", + "sale": { + "regular": { + "price": "0.00" + }, + "sourcecode": { + "price": "0.00" + } + }, + "contact": { + "qq": "" + }, + "declaration": { + "ads": "【相关插件】\r\n行内三点式下拉菜单-左对齐-向下展开 https://ext.dcloud.net.cn/plugin?id=9651\r\n行内三点式下拉菜单-左对齐-向上展开 https://ext.dcloud.net.cn/plugin?id=9652\r\n行内三点式下拉菜单-右对齐-向下展开 https://ext.dcloud.net.cn/plugin?id=9350", + "data": "【相关插件】\r\n行内三点式下拉菜单-左对齐-向下展开 https://ext.dcloud.net.cn/plugin?id=9651\r\n行内三点式下拉菜单-左对齐-向上展开 https://ext.dcloud.net.cn/plugin?id=9652\r\n行内三点式下拉菜单-右对齐-向下展开 https://ext.dcloud.net.cn/plugin?id=9350", + "permissions": "【相关插件】\r\n行内三点式下拉菜单-左对齐-向下展开 https://ext.dcloud.net.cn/plugin?id=9651\r\n行内三点式下拉菜单-左对齐-向上展开 https://ext.dcloud.net.cn/plugin?id=9652\r\n行内三点式下拉菜单-右对齐-向下展开 https://ext.dcloud.net.cn/plugin?id=9350" + }, + "npmurl": "" + }, + "uni_modules": { + "dependencies": [], + "encrypt": [], + "platforms": { + "cloud": { + "tcb": "y", + "aliyun": "y" + }, + "client": { + "Vue": { + "vue2": "y", + "vue3": "y" + }, + "App": { + "app-vue": "y", + "app-nvue": "y" + }, + "H5-mobile": { + "Safari": "y", + "Android Browser": "y", + "微信浏览器(Android)": "y", + "QQ浏览器(Android)": "y" + }, + "H5-pc": { + "Chrome": "y", + "IE": "y", + "Edge": "y", + "Firefox": "y", + "Safari": "y" + }, + "小程序": { + "微信": "y", + "阿里": "y", + "百度": "y", + "字节跳动": "y", + "QQ": "y", + "钉钉": "y", + "快手": "y", + "飞书": "y", + "京东": "y" + }, + "快应用": { + "华为": "y", + "联盟": "y" + } + } + } + } +} \ No newline at end of file diff --git a/uni_modules/rudon-rowMenuDotDotDot/readme.md b/uni_modules/rudon-rowMenuDotDotDot/readme.md new file mode 100644 index 0000000..d2466ab --- /dev/null +++ b/uni_modules/rudon-rowMenuDotDotDot/readme.md @@ -0,0 +1 @@ +# rudon-rowMenuDotDotDot \ No newline at end of file diff --git a/uni_modules/uni-data-select/changelog.md b/uni_modules/uni-data-select/changelog.md new file mode 100644 index 0000000..eb3d1ce --- /dev/null +++ b/uni_modules/uni-data-select/changelog.md @@ -0,0 +1,35 @@ +## 1.0.6(2023-04-12) +- 修复 微信小程序点击时会改变背景颜色的 bug +## 1.0.5(2023-02-03) +- 修复 禁用时会显示清空按钮 +## 1.0.4(2023-02-02) +- 优化 查询条件短期内多次变更只查询最后一次变更后的结果 +- 调整 内部缓存键名调整为 uni-data-select-lastSelectedValue +## 1.0.3(2023-01-16) +- 修复 不关联服务空间报错的问题 +## 1.0.2(2023-01-14) +- 新增 属性 `format` 可用于格式化显示选项内容 +## 1.0.1(2022-12-06) +- 修复 当where变化时,数据不会自动更新的问题 +## 0.1.9(2022-09-05) +- 修复 微信小程序下拉框出现后选择会点击到蒙板后面的输入框 +## 0.1.8(2022-08-29) +- 修复 点击的位置不准确 +## 0.1.7(2022-08-12) +- 新增 支持 disabled 属性 +## 0.1.6(2022-07-06) +- 修复 pc端宽度异常的bug +## 0.1.5 +- 修复 pc端宽度异常的bug +## 0.1.4(2022-07-05) +- 优化 显示样式 +## 0.1.3(2022-06-02) +- 修复 localdata 赋值不生效的 bug +- 新增 支持 uni.scss 修改颜色 +- 新增 支持选项禁用(数据选项设置 disabled: true 即禁用) +## 0.1.2(2022-05-08) +- 修复 当 value 为 0 时选择不生效的 bug +## 0.1.1(2022-05-07) +- 新增 记住上次的选项(仅 collection 存在时有效) +## 0.1.0(2022-04-22) +- 初始化 diff --git a/uni_modules/uni-data-select/components/uni-data-select/uni-data-select.vue b/uni_modules/uni-data-select/components/uni-data-select/uni-data-select.vue new file mode 100644 index 0000000..9b32348 --- /dev/null +++ b/uni_modules/uni-data-select/components/uni-data-select/uni-data-select.vue @@ -0,0 +1,517 @@ + + + + + diff --git a/uni_modules/uni-data-select/package.json b/uni_modules/uni-data-select/package.json new file mode 100644 index 0000000..0187429 --- /dev/null +++ b/uni_modules/uni-data-select/package.json @@ -0,0 +1,85 @@ +{ + "id": "uni-data-select", + "displayName": "uni-data-select 下拉框选择器", + "version": "1.0.6", + "description": "通过数据驱动的下拉框选择器", + "keywords": [ + "uni-ui", + "select", + "uni-data-select", + "下拉框", + "下拉选" +], + "repository": "https://github.com/dcloudio/uni-ui", + "engines": { + "HBuilderX": "^3.1.1" + }, + "directories": { + "example": "../../temps/example_temps" + }, +"dcloudext": { + "sale": { + "regular": { + "price": "0.00" + }, + "sourcecode": { + "price": "0.00" + } + }, + "contact": { + "qq": "" + }, + "declaration": { + "ads": "无", + "data": "无", + "permissions": "无" + }, + "npmurl": "https://www.npmjs.com/package/@dcloudio/uni-ui", + "type": "component-vue" + }, + "uni_modules": { + "dependencies": ["uni-load-more"], + "encrypt": [], + "platforms": { + "cloud": { + "tcb": "y", + "aliyun": "y" + }, + "client": { + "App": { + "app-vue": "u", + "app-nvue": "n" + }, + "H5-mobile": { + "Safari": "y", + "Android Browser": "y", + "微信浏览器(Android)": "y", + "QQ浏览器(Android)": "y" + }, + "H5-pc": { + "Chrome": "y", + "IE": "y", + "Edge": "y", + "Firefox": "y", + "Safari": "y" + }, + "小程序": { + "微信": "y", + "阿里": "u", + "百度": "u", + "字节跳动": "u", + "QQ": "u", + "京东": "u" + }, + "快应用": { + "华为": "u", + "联盟": "u" + }, + "Vue": { + "vue2": "y", + "vue3": "y" + } + } + } + } +} diff --git a/uni_modules/uni-data-select/readme.md b/uni_modules/uni-data-select/readme.md new file mode 100644 index 0000000..eb58de3 --- /dev/null +++ b/uni_modules/uni-data-select/readme.md @@ -0,0 +1,8 @@ +## DataSelect 下拉框选择器 +> **组件名:uni-data-select** +> 代码块: `uDataSelect` + +当选项过多时,使用下拉菜单展示并选择内容 + +### [查看文档](https://uniapp.dcloud.io/component/uniui/uni-data-select) +#### 如使用过程中有任何问题,或者您对uni-ui有一些好的建议,欢迎加入 uni-ui 交流群:871950839