From b38f44530e357a9e381a1f7789aec639e95d5bd1 Mon Sep 17 00:00:00 2001 From: 77 <270260644@qq.com> Date: Thu, 24 Oct 2024 10:55:27 +0800 Subject: [PATCH 01/22] =?UTF-8?q?=E9=A2=84=E7=BA=A6=E8=AE=B0=E5=BD=95?= =?UTF-8?q?=E5=AF=B9=E6=8E=A5=E5=AE=8C=E6=88=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/app/sign.vue | 23 +- pages/goods/seckill.vue | 10 +- pages/pay/index.vue | 554 ++++++++++-------- .../reservation_record/reservation_record.vue | 26 +- pages/subscribe/subscribe.vue | 486 ++++++--------- pages/user/user_vip/list.vue | 43 +- pages/user/wallet/score.vue | 55 +- .../components/s-block-item/s-block-item.vue | 2 +- 8 files changed, 560 insertions(+), 639 deletions(-) diff --git a/pages/app/sign.vue b/pages/app/sign.vue index 043d45b..5c719bc 100644 --- a/pages/app/sign.vue +++ b/pages/app/sign.vue @@ -68,8 +68,8 @@ + - @@ -572,15 +572,16 @@ position: relative; .sign-list { - width: 86%; margin: 0 auto; padding: 20px; background: white; + margin: 0 7px; border-radius: 18px; .new-top { display: flex; justify-content: space-between; + margin: 0 10px; margin-bottom: 10px; .left { @@ -612,12 +613,20 @@ } .new-bottom { - width: 100%; + display: grid; + margin-top: 5px; + // grid-template-columns: repeat(auto-fill, 22%); + grid-template-columns: repeat(4, 1fr); + grid-template-rows: 100px; + grid-auto-rows: 100px; + justify-content: center; + grid-gap: 5px; + padding: 5px; .new-l { - padding: 5px; + // padding: 5px; float: left; - width: 21.9%; + width: 100%; .new-list { padding: 5px 5px; @@ -680,10 +689,10 @@ .new-7 { position: relative; - width: 134px; + width: 178%; padding: 5px 10px; padding-bottom: 0; - height: 80px; + height: 80%; display: flex; flex-wrap: wrap; diff --git a/pages/goods/seckill.vue b/pages/goods/seckill.vue index 974c6b1..87a8f4f 100644 --- a/pages/goods/seckill.vue +++ b/pages/goods/seckill.vue @@ -19,11 +19,11 @@ + + + + 秒杀价 + --> 秒杀价 {{ fen2yuan(state.selectedSku.price || state.goodsInfo.price) }} diff --git a/pages/pay/index.vue b/pages/pay/index.vue index 3418435..cd4cc60 100644 --- a/pages/pay/index.vue +++ b/pages/pay/index.vue @@ -1,290 +1,326 @@ + .save-btn { + width: 710rpx; + height: 80rpx; + border-radius: 40rpx; + background: linear-gradient(90deg, var(--ui-BG-Main), var(--ui-BG-Main-gradient)); + color: $white; + } + + .disabled-btn { + background: #e5e5e5; + color: #999999; + } + + .past-due-btn { + width: 710rpx; + height: 80rpx; + border-radius: 40rpx; + background-color: #999; + color: #fff; + } + } + \ No newline at end of file diff --git a/pages/reservation_record/reservation_record.vue b/pages/reservation_record/reservation_record.vue index b127351..5c2d75d 100644 --- a/pages/reservation_record/reservation_record.vue +++ b/pages/reservation_record/reservation_record.vue @@ -5,17 +5,18 @@ 预约信息 - 订单日期:{{ sheep.$helper.timeFormat(item.createTime, 'yyyy-mm-dd') }} + 订单日期:{{ sheep.$helper.timeFormat(item.creatTime, 'yyyy-mm-dd') }} - 预约姓名:{{ item.technicianName }} - 预约电话:{{ item.memberphone }} + 预约姓名:{{ item.name }} + 预约电话:{{ item.phone }} 预约时间:{{ sheep.$helper.timeFormat(item.reAddTime, 'yyyy-mm-dd') }} - 门店名称:{{ item.brandName }} -
+ class="title">{{ item.days }} + 项目名称:{{ item.projectName }} + 项目套餐:{{ item.technicianName }} + 备注留言:{{ item.remark }} @@ -68,16 +69,17 @@ // 定义方法 function getList() { request({ - url: `${baseUrl}${apiPath}/h5/reservation/list`, + url: `${baseUrl}${apiPath}/h5/reservation/reservationInfo`, method: 'GET', - params: { - userId: memberId.value, - }, + // params: { + // userId: memberId.value, + // }, custom: { showLoading: false, }, }).then((res) => { - reservationList.value = res.data.list; + console.log(res,"-------------") + reservationList.value = res.data; }); } diff --git a/pages/subscribe/subscribe.vue b/pages/subscribe/subscribe.vue index afa9732..2857474 100644 --- a/pages/subscribe/subscribe.vue +++ b/pages/subscribe/subscribe.vue @@ -32,46 +32,6 @@ - - - - - - - - - - - - - 关于UI视觉设计方案需求评审 - - - - - - - 关于UI视觉设计方案需求评审 - - - - - - - 关于UI视觉设计方案需求评审 - - - - 套餐选择 - + {{ll3}} @@ -96,15 +56,9 @@ - - {{ item.formattedDate }} - {{ item.weekday }} - - - - {{ item.formattedDate }} - {{ item.weekday }} + + {{ item.days.slice(5) }} + {{ item.week }} @@ -119,23 +73,13 @@ - - - - {{ item.str }} - + + + + {{ item.timeQuantum }} - - - 约满
- {{ item.str }} - -
-
- - - {{ item.str }} - + 剩余{{item.residueNumber}}
@@ -151,43 +95,20 @@ - 姓名: + 姓名: - 电话: + 电话:
- + 立即预约 - - - - - - - - - {{ item.technicianName }} - {{item.typeName}} - - - - -
- 服务范围 - - 介绍 - -
-
- -
-
-
@@ -234,10 +155,15 @@ brandList: [], //门店列表数据 brandList2: [], //项目列表数据 brandList3: [], //套餐列表数据 - brandNameList: [],//门店列表 - brandNameList2: [],//项目列表 - brandNameList3: [],//套餐列表 - brandId: "",//门店当前选中id + brandList4: [], //时段列表数据 + brandNameList: [], //门店列表 + brandNameList2: [], //项目列表 + brandNameList3: [], //套餐列表 + brandId: "", //门店当前选中id + brandId2: "", //项目当前选中id + brandId3: "", //套餐当前选中id + brandId4: "", //预约日期当前选中id + brandId5: "", //时段当前选中id brandName: "", selectedDayIndex: 0, selecttypeIndex: 0, @@ -246,46 +172,63 @@ ll: '请选择', ll2: '请选择', ll3: '请选择', - gg: '请选择' + gg: '请选择', + dateIndex: '', //时间的状态 + name: '', + phone: '' }; }, created() { this.isLogin = computed(() => sheep.$store('user').isLogin); this.memberId = computed(() => sheep.$store('user').userInfo).value.id - this.brandlists();//调用门店列表 - // this.brandlists2();//调用项目列表 - // this.brandlists3();//调用套餐列表 - this.generateDateList(); - this.addDate = this.dateList[0].addDate; - this.gettypeList(); - console.log(apiPath, baseUrl, "import.meta.env.SHOPRO_API_PATH") - + this.brandlists(); //调用门店列表 + }, methods: { onClinicChange(event) { + + this.brandId = '' + this.brandId2 = '' + this.brandId3 = '' + this.brandId4 = '' + this.brandId5 = '' + this.name = '' + this.phone = '' + this.ll2 = '请选择' + this.ll3 = '请选择' + this.brandNameList2 = [] + this.brandNameList3 = [] + this.dateList = [] + this.brandList3 = [] + const selectedClinicIndex = event.detail.value; this.selectedClinicIndex = selectedClinicIndex; this.ll = this.brandList[selectedClinicIndex].name - // console.log("dddddddddddd") - // this.ll = this.brandList.list[selectedClinicIndex].name this.brandId = this.brandList[selectedClinicIndex].id this.brandlists2(); }, onClinicChange2(event) { + const selectedClinicIndex = event.detail.value; this.selectedClinicIndex2 = selectedClinicIndex; this.ll2 = this.brandList2[selectedClinicIndex].name - // this.brandId = this.brandList.list[selectedClinicIndex].id - console.log("------onClinicChange2------") - // this.ll = this.brandList.list[selectedClinicIndex].name - // this.technicianList(); + this.brandId2 = this.brandList2[selectedClinicIndex].id + this.setDate(); + this.brandlists3(); + }, + onClinicChange3(event) { + + + const selectedClinicIndex = event.detail.value; + this.selectedClinicIndex3 = selectedClinicIndex; + this.ll3 = this.brandList3[selectedClinicIndex].name + this.brandId3 = this.brandList3[selectedClinicIndex].id }, ontype(event) { const selecttypeIndex = event.detail.value; this.selecttypeIndex = selecttypeIndex; this.typename = this.typeList[selecttypeIndex].dictValue this.type = this.typeList[selecttypeIndex].value - console.log(this.type, "this.type") this.gg = this.typeList[selecttypeIndex].label this.technicianList(); }, @@ -306,6 +249,8 @@ }, // 查询项目列表 brandlists2() { + this.brandNameList2 = []; + this.brandList2 = []; request({ url: `${baseUrl}${apiPath}/h5/project/getProject`, method: 'GET', @@ -316,231 +261,134 @@ showLoading: false, }, }).then((res) => { - // this.brandList2 = res.data - console.log(res,"------brandList2------") - // for (var i = 0; i < this.brandList2.length; i++) { - // this.brandNameList2.push(this.brandList2[i].name) - // } + this.brandList2 = res.data + for (var i = 0; i < this.brandList2.length; i++) { + this.brandNameList2.push(this.brandList2[i].name) + } }); }, - // 查询套餐列表 - brandlists3() { + // 查询日期列表 + setDate() { request({ - url: `${baseUrl}${apiPath}/h5/technician/getTecchnician`, + url: `${baseUrl}${apiPath}/h5/projectday/getProjectday`, method: 'GET', + params: { + id: this.brandId2 + }, custom: { showLoading: false, }, }).then((res) => { + this.dateList = res.data; + }); + }, + // 查询套餐列表 + brandlists3() { + this.brandList3 = [] + this.brandNameList3 = [] + request({ + url: `${baseUrl}${apiPath}/h5/technician/getTechnician`, + method: 'GET', + params: { + id: this.brandId2 + }, + custom: { + showLoading: false, + }, + }).then((res) => { + if(res){ + + } + console.log(this.brandList3,"------brandList3---------"); + console.log(res,"------brandList3---------"); this.brandList3 = res.data for (var i = 0; i < this.brandList3.length; i++) { this.brandNameList3.push(this.brandList3[i].name) } }); }, - gettypeList() { + // 查询预约时段列表 + brandlists4() { request({ - url: `${baseUrl}${apiPath}/h5/reservation/type`, - method: 'GET', - custom: { - showLoading: false, - }, - }).then((res) => { - console.log(res, "typeListtypeList") - this.typeList = res.data - for (var i = 0; i < this.typeList.length; i++) { - this.typenameList.push(this.typeList[i].label); - } - console.log(this.typenameList) - }); - }, - // 查询医生列表 - technicianList() { - console.log("有没有进来technicianList"); - this.techid = null, - this.serviceTime = [] - this.hsstr = "" - request({ - url: `${baseUrl}${apiPath}/h5/technician/list`, + url: `${baseUrl}${apiPath}/h5/configuration/getConfiguration`, method: 'GET', params: { - type: this.type, - brandId: this.brandId + projectdayId: this.brandId4, + technicianId: this.brandId3 }, custom: { showLoading: false, }, }).then((res) => { - console.log(res) - this.techList = res.data.list - console.log(this.techList) - if (this.techList.length > 0) { - this.techid = this.techList[0].id - var item = { - id: this.techid - } - this.onradio(item); - } - - console.log(this.techList) + this.brandList4 = res.data }); }, - - onradio(item) { - this.techid = item.id - this.serviceTime = [] - this.hsstr = "" - request({ - url: `${baseUrl}${apiPath}/h5/technician/h5xq`, - method: 'GET', - params: { - addDate: this.addDate, - id: this.techid - }, - custom: { - showLoading: false, - }, - }).then((res) => { - console.log(res); - var serviceTime = JSON.parse(res.data.serviceTime) - console.log(serviceTime, "serviceTimeserviceTimeserviceTime") - if (serviceTime) { - for (let i = 0; i < serviceTime.length; i++) { - console.log(serviceTime[i].end) - console.log(serviceTime[i].start) - console.log(serviceTime[i].ym) - if (serviceTime[i].end && serviceTime[i].start) { - this.sjd = {}, - this.sjd.str = serviceTime[i].start.toString() + "-" + serviceTime[ - i].end.toString() - this.sjd.ym = serviceTime[i].ym - this.serviceTime.push(this.sjd) - } - } - } - console.log(this.serviceTime, "this.serviceTime") - }); - - - }, - selectDay(index) { - this.selectedDayIndex = index; - }, - handleSwiperChange(event) { - this.selectedDayIndex = event.mp.detail.current; - }, - formatDate(date) { - const options = { - month: "2-digit", - day: "2-digit" - }; - return date.toLocaleDateString("en-US", options); - }, - handleSubmit() { - this.memberId = computed(() => sheep.$store('user').userInfo).value.id - if (!this.memberId) { - if (sheep.$platform.name === 'WechatMiniProgram') { - // showAuthModal('wechatMiniLogin') - return; - } - showAuthModal('accountLogin') + // 提交表单接口 + brandlists9() { + if (!this.brandId) { + sheep.$helper.toast('请选择门店') + } else if (!this.brandId2) { + sheep.$helper.toast('请选择项目') + } else if (!this.brandId3) { + sheep.$helper.toast('请选择套餐') + } else if (!this.brandId4) { + sheep.$helper.toast('请选择预约日期') + } else if (!this.brandId5) { + sheep.$helper.toast('请选择预约时段') + } else if (!this.name) { + sheep.$helper.toast('请填写姓名') + } else if (!this.phone) { + sheep.$helper.toast('请填写电话') } else { - this.memberId = computed(() => sheep.$store('user').userInfo).value.id - if (!this.brandId) { - sheep.$helper.toast('请选择医馆') - } else if (!this.techid) { - sheep.$helper.toast('请选择技师') - } else if (!this.addDate) { - sheep.$helper.toast('请选择预约时间') - } else if (!this.hsstr) { - sheep.$helper.toast('请选择预约时间段') - } else if (this.memberId) { - request({ - url: `${baseUrl}/app-api/h5/reservation/add`, - method: 'post', - params: { - type: this.type, - brandId: this.brandId, - technicianId: this.techid, - reAddTime: this.addDate, - hsstr: this.hsstr, - userId: this.memberId, - }, - custom: { - showLoading: false, - }, - }).then((res) => { - uni.showModal({ - title: '预约提示', - content: '预约成功!', - success: function(res) { - if (res.confirm) { - uni.switchTab({ - url: '/pages/index/user' - }); - } else { - uni.switchTab({ - url: '/pages/index/user' - }); - } - } - }); - }); - - - } - } - - - - console.log("立即预约"); - }, - - - generateDateList() { - const weekDays = ['周日', '周一', '周二', '周三', '周四', '周五', '周六']; - const today = new Date(); - for (let i = 0; i < 7; i++) { - const date = new Date(today); - date.setDate(date.getDate() + i); - const formattedDate = - // `${date.getFullYear()}-${(date.getMonth() + 1).toString().padStart(2, '0')}-${date.getDate().toString().padStart(2, '0')}`; - `${(date.getMonth() + 1).toString().padStart(2, '0')}-${date.getDate().toString().padStart(2, '0')}`; - const weekday = weekDays[date.getDay()]; - const addDate = - `${date.getFullYear()}-${(date.getMonth() + 1).toString().padStart(2, '0')}-${date.getDate().toString().padStart(2, '0')}`; - this.dateList.push({ - date, - formattedDate, - addDate, - weekday + request({ + url: `${baseUrl}${apiPath}/h5/reservation/addReservation`, + method: 'GET', + params: { + brandId: this.brandId, + projectId: this.brandId2, + technicianId: this.brandId3, + projectdayId: this.brandId4, + timeId: this.brandId5, + name: this.name, + phone: this.phone + }, + custom: { + showLoading: false, + }, + }).then((res) => { + if (res.code == 0) { + sheep.$helper.toast('提交成功'); + sheep.$router.go('/pages/index/user') + } }); + + } + }, + // 删除前五位数字 + delete(val) {}, + //查看时段接口 selectDate(index) { - this.addDate = this.dateList[index].addDate - if (this.techid) { - var item = { - id: this.techid - } - this.onradio(item); + console.log(this.brandList3, "brandList3") + if(this.brandId3 == ''){ + sheep.$helper.toast('请先选择套餐') + return; } - - // 处理选中日期的逻辑,例如触发事件、更新状态等 - console.log('Selected date:', this.addDate); + this.dateIndex = index; + this.brandId4 = this.dateList[index].id; + this.brandlists4(); }, - selecthsstr(index) { - console.log(this.serviceTime[index].str) - console.log(this.serviceTime[index].ym) - if (this.serviceTime[index].ym === "true") { - - } else if (this.serviceTime[index].ym === "false") { - this.hsstr = this.serviceTime[index].str + selecthsstr(index, status) { + if (status == 0) { + this.brandId5 = ''; + console.log('this.brandId5', this.brandId5); + sheep.$helper.toast('该时间段已约满') + return; } - - // 处理选中日期的逻辑,例如触发事件、更新状态等 - console.log('this.serviceTimesss:', this.serviceTime[index].ym); - }, + this.brandId5 = this.brandList4[index].id; + console.log('this.brandId5', this.brandId5); + } }, }; @@ -728,21 +576,27 @@ border-radius: 6px; &.on { - background: rgb(0, 149, 248); + background: #e4f1ff; .date-itemstr { // background-color: #ff5541; - .weekday { - color: white; - } + .weekday {} } } + &.hui { + user-select: none; + background: #f6f6f6; + } + .date-itemstr { // background-color: #ff5541; - .weekday {} + .weekday { + color: black; + font-size: 8px; + } } .new-jk { @@ -776,17 +630,23 @@ flex-direction: column; align-items: center; + &:hover { // background-color: #ff5541; } + &.on { + background-color: rgba(228, 241, 255); + border: 1px solid rgba(3, 150, 248); + } + .date { font-size: 8px; } .weekday { margin-top: 5px; - font-size: 10px; + font-size: 8px; color: #666; } } diff --git a/pages/user/user_vip/list.vue b/pages/user/user_vip/list.vue index 62667be..48fa8b9 100644 --- a/pages/user/user_vip/list.vue +++ b/pages/user/user_vip/list.vue @@ -15,14 +15,14 @@
您与众悦e家商场的第101天 - 开通即享会员权益 + 开通即享会员权益
- - 开通会员 + + 立即开通 - + 当前卡片:{{userInfo.cardName}}
- 试用会员 - 开通会员 - 有效期至 - 2024-10-24 + + 开通会员 + 有效期至 + {{userInfo.cardExpirationTime}} @@ -72,12 +72,12 @@ 购买即视为同意《会员用户协议 - + 立即试用 - + @@ -99,7 +99,7 @@ const userInfo = computed(() => sheep.$store('user').userInfo); const vipList = ref([]); const vipList2 = ref([]); - const valVip = ref([]); + const valVip = ref(88888); const nameVip = ref([]); // 定义方法 function getList() { @@ -124,6 +124,7 @@ function vipFun(index,name) { valVip.value = index data.cardName = name + console.log(index,name,"name") } // beclick @@ -138,9 +139,14 @@ }, }).then((res) => { console.log(res,"-----------试用---------------") - if(res.code == 200){ - sheep.$helper.toast('试用开通成功'); - sheep.$router.go('/pages/index/user') + if(res.code == 0){ + if(data.cardName == "试用"){ + sheep.$helper.toast('试用开通成功'); + sheep.$router.go('/pages/index/user') + }else{ + sheep.$router.go('/pages/pay/index', { id: res.data.payOrderId,type:'vip',vipid: res.data.id,cardName: data.cardName }) + } + }else{ sheep.$helper.toast(res.msg); } @@ -178,7 +184,12 @@ height: 200px; // background: rgba(57, 55, 54); position: relative; - + .vipLv{ + position:absolute; + bottom: 93px; + right: 10%; + color: #8a745c; + } .img { width: 100%; height: 100%; diff --git a/pages/user/wallet/score.vue b/pages/user/wallet/score.vue index 8893bc0..238b28a 100644 --- a/pages/user/wallet/score.vue +++ b/pages/user/wallet/score.vue @@ -1,12 +1,26 @@ + + \ No newline at end of file diff --git a/components/fui-toast/fui-toast.vue b/components/fui-toast/fui-toast.vue new file mode 100644 index 0000000..19f1c70 --- /dev/null +++ b/components/fui-toast/fui-toast.vue @@ -0,0 +1,206 @@ + + + + + diff --git a/package.json b/package.json index be8b7b8..d0b28c0 100644 --- a/package.json +++ b/package.json @@ -1,105 +1,20 @@ { - "id": "shopro", - "name": "shopro", - "displayName": "芋道商城", - "version": "2.1.0", - "description": "芋道商城,一套代码,同时发行到iOS、Android、H5、微信小程序多个平台,请使用手机扫码快速体验强大功能", - "scripts": { - "prettier": "prettier --write \"{pages,sheep}/**/*.{js,json,tsx,css,less,scss,vue,html,md}\"", - "build:prod": "vue-cli-service build --mode prod", - "build:dev": "vue-cli-service build --mode dev" - }, - "repository": "https://github.com/sheepjs/shop.git", - "keywords": [ - "商城", - "B2C", - "商城模板" - ], - "author": "", - "license": "MIT", - "bugs": { - "url": "https://github.com/sheepjs/shop/issues" - }, - "homepage": "https://github.com/dcloudio/hello-uniapp#readme", - "dcloudext": { - "category": [ - "前端页面模板", - "uni-app前端项目模板" + "id": "fui-toast", + "name": "Toast 轻提示(fui-toast)", + "version": "v2.3.0", + "description": "FirstUI Toast 轻提示,一种轻量级反馈/提示,适合用于页面转场、数据交互的等场景中。", + "keywords": [ + "Toast", + "轻提示", + "组件", + "FirstUI", + "Nvue" ], - "sale": { - "regular": { - "price": "0.00" - }, - "sourcecode": { - "price": "0.00" - } + "dcloudext": { + "category": [ + "前端组件", + "通用组件" + ] }, - "contact": { - "qq": "" - }, - "declaration": { - "ads": "无", - "data": "无", - "permissions": "无" - }, - "npmurl": "" - }, - "uni_modules": { - "dependencies": [], - "encrypt": [], - "platforms": { - "cloud": { - "tcb": "u", - "aliyun": "u" - }, - "client": { - "App": { - "app-vue": "y", - "app-nvue": "u" - }, - "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": "u", - "vue3": "y" - } - } - } - }, - "dependencies": { - "dayjs": "^1.11.7", - "lodash": "^4.17.21", - "lodash-es": "^4.17.21", - "luch-request": "^3.0.8", - "pinia": "^2.0.33", - "pinia-plugin-persist-uni": "^1.2.0", - "weixin-js-sdk": "^1.6.0" - }, - "devDependencies": { - "prettier": "^2.8.7", - "vconsole": "^3.15.0" - } -} + "displayName": "Toast 轻提示(fui-toast)" +} \ No newline at end of file diff --git a/pages.json b/pages.json index 1bdfd09..8c09b65 100644 --- a/pages.json +++ b/pages.json @@ -46,6 +46,19 @@ "group": "商城" } }, + { + "path": "pages/subscribe/success_tolse", + "style": { + "navigationBarTitleText": "预约成功", + "enablePullDownRefresh": true + }, + "meta": { + "auth": false, + "sync": true, + "title": "预约成功", + "group": "商城" + } + }, { "path": "pages/reservation_record/reservation_record", "style": { @@ -366,6 +379,18 @@ "group": "用户中心" } }, + { + "path": "user_vip/agreement", + "style": { + "navigationBarTitleText": "会员协议" + }, + "meta": { + "auth": true, + "sync": true, + "title": "会员协议", + "group": "用户中心" + } + }, { "path": "user_vip/index", "style": { diff --git a/pages/activity/seckill/list.vue b/pages/activity/seckill/list.vue index 81edf7c..65ba5a1 100644 --- a/pages/activity/seckill/list.vue +++ b/pages/activity/seckill/list.vue @@ -1,419 +1,426 @@ + // 时间段列表 + .time-list { + width: 596rpx; + white-space: nowrap; + + // 时间段 + .item { + display: inline-block; + font-size: 20rpx; + color: #666; + text-align: center; + box-sizing: border-box; + margin-right: 30rpx; + width: 130rpx; + + // 开始时间 + .time { + font-size: 36rpx; + font-weight: 600; + color: #333; + } + + // 选中的时间段 + &.active { + .time { + color: var(--ui-BG-Main); + } + + // 状态 + .status { + height: 30rpx; + line-height: 30rpx; + border-radius: 15rpx; + width: 128rpx; + background: linear-gradient(90deg, var(--ui-BG-Main) 0%, var(--ui-BG-Main-gradient) 100%); + color: #fff; + } + } + } + } + + // 内容区 + .list-content { + position: relative; + z-index: 3; + margin: 0 20rpx 0 20rpx; + // background: #fff; + border-radius: 20rpx 20rpx 0 0; + + .content-header { + width: 100%; + border-radius: 20rpx 20rpx 0 0; + height: 150rpx; + background: linear-gradient(180deg, #fff4f7, #ffe6ec); + + .content-header-box { + width: 678rpx; + height: 64rpx; + background: rgba($color: #fff, $alpha: 0.66); + border-radius: 32px; + + // 场次倒计时内容 + .countdown-title { + font-size: 28rpx; + font-weight: 500; + color: #333333; + line-height: 28rpx; + } + + // 场次倒计时 + .countdown-time { + font-size: 28rpx; + color: rgba(#ed3c30, 0.23); + + // 场次倒计时:小时部分 + .countdown-h { + font-size: 24rpx; + font-family: OPPOSANS; + font-weight: 500; + color: #ffffff; + padding: 0 4rpx; + height: 40rpx; + background: rgba(#ed3c30, 0.23); + border-radius: 6rpx; + } + + // 场次倒计时:分钟、秒 + .countdown-num { + font-size: 24rpx; + font-family: OPPOSANS; + font-weight: 500; + color: #ffffff; + width: 40rpx; + height: 40rpx; + background: rgba(#ed3c30, 0.23); + border-radius: 6rpx; + } + } + } + } + + // 活动列表 + .scroll-box { + height: 900rpx; + + // 活动 + .goods-box { + position: relative; + + // 抢购按钮 + .cart-btn { + position: absolute; + bottom: 10rpx; + right: 20rpx; + z-index: 11; + height: 44rpx; + line-height: 50rpx; + padding: 0 20rpx; + border-radius: 25rpx; + font-size: 24rpx; + color: #fff; + background: linear-gradient(90deg, #ff6600 0%, #fe832a 100%); + + &.disabled { + background: $gray-b; + color: #fff; + } + } + + // 秒杀限量商品数 + .limit { + font-size: 22rpx; + color: $dark-9; + margin-bottom: 5rpx; + } + } + } + } + \ No newline at end of file diff --git a/pages/goods/components/detail/detail-tabbar.vue b/pages/goods/components/detail/detail-tabbar.vue index 36ed2b6..a9ae00e 100644 --- a/pages/goods/components/detail/detail-tabbar.vue +++ b/pages/goods/components/detail/detail-tabbar.vue @@ -32,7 +32,7 @@ > 客服 diff --git a/pages/index/category.vue b/pages/index/category.vue index 03ff459..bc972c6 100644 --- a/pages/index/category.vue +++ b/pages/index/category.vue @@ -1,236 +1,272 @@ + .goods-list-box { + background-color: #fff; + width: calc(100vw - 100px); + padding: 10px; + .top_class{ + position:relative; + .scroll{ + white-space: nowrap; + margin-bottom: 10px; + .list{ + padding:3px 15px; + background:rgba(248,248,248); + color:rgba(179,179,179); + display: inline-block; + border-radius: 13px; + margin-right:10px; + &.on{ + background:rgba(255,235,234); + color:rgba(223,47,41); + } + } + } + .rit{ + position:absolute; + right:0; + top:0; + width:40px; + height:100%; + background-color: white; + display: flex; + align-items: center; + text-align: center; + justify-content: center; + .img{ + width:15px; + height:15px; + } + } + } + } + + .banner-img { + width: calc(100vw - 130px); + border-radius: 5px; + margin-bottom: 20rpx; + } + } + } + \ No newline at end of file diff --git a/pages/index/index.vue b/pages/index/index.vue index 3a9985e..1c0cf29 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -1,106 +1,100 @@ + + + \ No newline at end of file diff --git a/pages/pay/result.vue b/pages/pay/result.vue index 5af8634..9d44f70 100644 --- a/pages/pay/result.vue +++ b/pages/pay/result.vue @@ -59,11 +59,11 @@ - diff --git a/pages/reservation_record/reservation_record.vue b/pages/reservation_record/reservation_record.vue index 5c2d75d..71c8046 100644 --- a/pages/reservation_record/reservation_record.vue +++ b/pages/reservation_record/reservation_record.vue @@ -11,7 +11,7 @@ 预约姓名:{{ item.name }} 预约电话:{{ item.phone }} 预约时间:{{ item.days }} + class="title">{{ item.timeQuantum }} 项目名称:{{ item.projectName }} 项目套餐:{{ item.technicianName }} + + + \ No newline at end of file diff --git a/pages/user/user_vip/list.vue b/pages/user/user_vip/list.vue index 24d0b24..6ded13a 100644 --- a/pages/user/user_vip/list.vue +++ b/pages/user/user_vip/list.vue @@ -17,7 +17,7 @@ 您与众悦e家商场的第101天 开通即享会员权益 - SVIP会员 {{userInfo.cardExpirationTime}} 到期 + SVIP会员 {{ sheep.$helper.timeFormat(userInfo.cardExpirationTime, 'yyyy-mm-dd') }} 到期 @@ -60,7 +60,7 @@ 开通会员 有效期至 - {{userInfo.cardExpirationTime}} + {{ sheep.$helper.timeFormat(userInfo.cardExpirationTime, 'yyyy-mm-dd') }} - 购买即视为同意《会员用户协议》 + 购买即视为同意《会员用户协议 - + @@ -45,6 +45,8 @@ + + @@ -121,6 +123,10 @@ type: Object, default () {}, }, + fl: { + type: Boolean, + default: false, + } }); function path(id) { diff --git a/sheep/components/s-goods-card/s-goods-card.vue b/sheep/components/s-goods-card/s-goods-card.vue index e1450be..c90394f 100644 --- a/sheep/components/s-goods-card/s-goods-card.vue +++ b/sheep/components/s-goods-card/s-goods-card.vue @@ -1,292 +1,300 @@ + .left-list { + &:nth-last-child(1) { + margin-bottom: 0 !important; + } + } + + .right-list { + &:nth-last-child(1) { + margin-bottom: 0 !important; + } + } + } + + .goods-box { + &:nth-last-of-type(1) { + margin-bottom: 0 !important; + } + } + + .goods-md-box, + .goods-sl-box, + .goods-lg-box { + position: relative; + + .cart-btn { + position: absolute; + bottom: 18rpx; + right: 20rpx; + z-index: 11; + height: 50rpx; + line-height: 50rpx; + padding: 0 20rpx; + border-radius: 25rpx; + font-size: 24rpx; + color: #fff; + } + } + \ No newline at end of file diff --git a/sheep/components/s-mof-block/s-mof-block.vue b/sheep/components/s-mof-block/s-mof-block.vue new file mode 100644 index 0000000..a237f34 --- /dev/null +++ b/sheep/components/s-mof-block/s-mof-block.vue @@ -0,0 +1,197 @@ + + + + + + \ No newline at end of file -- 2.45.2 From 2dd82f62407611d6d86319fb352cfd897ebe3cb6 Mon Sep 17 00:00:00 2001 From: 77 <270260644@qq.com> Date: Wed, 30 Oct 2024 18:49:19 +0800 Subject: [PATCH 06/22] =?UTF-8?q?=E6=96=B0=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 1236 ++++++++++++++++- pages.json | 24 + pages/activity/point/exchange_listall.vue | 100 ++ pages/goods/sales.vue | 50 +- pages/index/category.vue | 75 +- pages/index/components/second-second.vue | 328 +++++ pages/pay/index.vue | 6 +- pages/pay/recharge.vue | 1 + pages/seeding/seeding.vue | 193 +++ sheep/api/pay/channel.js | 4 +- .../components/s-goods-card/s-goods-card.vue | 100 +- sheep/components/s-mof-block/s-mof-block.vue | 185 ++- 12 files changed, 2142 insertions(+), 160 deletions(-) create mode 100644 pages/activity/point/exchange_listall.vue create mode 100644 pages/index/components/second-second.vue create mode 100644 pages/seeding/seeding.vue diff --git a/README.md b/README.md index 2aeb2e4..4b68a87 100644 --- a/README.md +++ b/README.md @@ -1,56 +1,1230 @@ -**严肃声明:现在、未来都不会有商业版本,所有代码全部开源!!** +# First UI 快速上手 -**「我喜欢写代码,乐此不疲」** -**「我喜欢做开源,以此为乐」** +使用 First UI 前,请确保你已经学习并熟练使用过 [uni-app](https://uniapp.dcloud.io/) 。 -我 🐶 在上海艰苦奋斗,早中晚在 top3 大厂认真搬砖,夜里为开源做贡献。 -如果这个项目让你有所收获,记得 Star 关注哦,这对我是非常不错的鼓励与支持。 +### 安装 -## 🐶 新手必读 +#### 方式一 :通过 npm 安装 -* 演示地址: -* 启动文档: -* 视频教程: +
使通过 npm 安装,需要先通过 vue-cli 创建 uni-app 项目,详见
-## 🐯 商城简介 +``` js +// # Using npm +npm install firstui-uni +``` -**芋道商城**,基于 [芋道开发平台](https://github.com/YunaiV/ruoyi-vue-pro) 构建,以开发者为中心,打造中国第一流的 Java 开源商城系统,全部开源,个人与企业可 100% 免费使用。 +#### 方式二 :通过下载代码 -> 有任何问题,或者想要的功能,可以在 Issues 中提给艿艿。 -> -> 😜 给项目点点 Star 吧,这对我们真的很重要! +
通过 GitHub 或者 FirstUI官网(VIP) 下载 First UI 的代码,然后 将 components/firstui/ 目录拷贝到自己的项目中。
-![功能图](/.image/common/mall-feature.png) +``` js +// # GitHub +git clone https://github.com/FirstUI/FirstUI.git +``` -* 基于 uni-app + Vue3 开发,支持微信小程序、微信公众号、H5 移动端,未来会支持支付宝小程序、抖音小程序等 -* 支持 SaaS 多租户,可满足商品、订单、支付、会员、优惠券、秒杀、拼团、砍价、分销、积分等多种经营需求 +#### 方式三 :选择需要的模块引入 -## 🔥 后端架构 +
下载 First UI 的代码,在 components/firstui/ 目录下找到需要的组件拷贝到自己的项目中。
-支持 Spring Boot、Spring Cloud 两种架构: +### 如何使用 -① Spring Boot 单体架构: +按照以下的方式使用组件,以 `Button` 为例,其它组件在对应的文档页查看。 -![架构图](/.image/common/ruoyi-vue-pro-architecture.png) +
+
第一种:在页面中引用、注册
+ +``` js +import fuiButton from "@/components/firstui/fui-button/fui-button.vue" +export default { + components:{ + fuiButton + } +} +``` +
-② Spring Cloud 微服务架构: +
+
第二种:easycom组件规范
+
传统vue组件,需要安装、引用、注册,三个步骤后才能使用组件。easycom将其精简为一步,如果不了解easycom,可先查看 官网文档
-![架构图](/.image/common/yudao-cloud-architecture.png) +在 `pages.json` 中 添加配置: -## 🐱 移动端预览 +``` js +// 下载安装时配置 +"easycom": { + "autoscan": true, + "custom": { + "fui-(.*)": "@/components/firstui/fui-$1/fui-$1.vue" + } + } -![移动端预览](/.image/common/mall-preview.png) +// 使用npm安装时配置(配置完成后重新编译运行) +"easycom": { + "autoscan": true, + "custom": { + "fui-(.*)": "firstui-uni/firstui/fui-$1/fui-$1.vue" + } + } +``` -## 🐶 管理端预览 +
-![店铺装修](/.image/mall/店铺装修.png) +### 使用组件 -![会员详情](/.image/mall/会员详情.png) +引入组件后,可以在 页面 中直接使用组件 -![商品详情](/.image/mall/商品详情.png) +``` html + +``` -![订单详情](/.image/mall/订单详情.png) -![营销中心](/.image/mall/营销中心.png) +### 相关链接 +官网地址:[https://www.firstui.cn](https://www.firstui.cn) + +文档地址:[https://doc.firstui.cn](https://doc.firstui.cn) + +GitHub地址:[https://github.com/FirstUI/FirstUI](https://github.com/FirstUI/FirstUI) + + +### 更新日志 + +#### V2.3.0(2024-02-19) + +- 新增 Number 数字 组件,DigitalNumbers字体。 + +- 新增 BackgroundImage 背景图 组件。 + +- 新增常用的基础样式class,用于页面布局,详见文档。 + +- Barcode 条形码 组件优化,新增支持类型:Code128,微信小程序端改为type=2d实现。 + +- Qrcode 二维码 组件优化,微信小程序端改为type=2d实现。 + +- Circle 圆形进度条 组件优化,微信小程序端改为type=2d实现。 + +- Fab 浮动按钮 组件优化,增加按钮 openType 属性支持, openType 属性详见官网button按钮文档介绍。 + +- Utils 工具 类组件优化,新增部分方法:生成随机颜色,金额转大写等。 + +- ShareSheet 分享面板 组件优化,新增部分属性以及事件,详见文档。 + +- Button 按钮 组件优化,新增部分属性以及事件,详见文档。 + +- Vtabs 纵向选项卡 组件优化,新增 @scrolltolower 事件(仅linkage=false 时有效)。 + +- Select 选择器 组件优化,新增 @change 事件(仅type=select 时有效)。 + +- StatusBar 状态栏 组件优化,新增属性设置当isFixed为true时是否默认占位,防止高度塌陷,详见文档使用。 + +- Table 表格 组件优化,修复值为0时重置成空的问题。 + +- Tabbar 标签栏 组件优化,修复设置字体图标大小可能不居中的问题。 + +- ActionSheet 上拉菜单 组件优化,部分逻辑调整。 + +- BottomNavbar 底部导航栏 组件优化,部分逻辑调整。 + +- DigitalKeyboard 数字键盘 组件优化,部分逻辑调整。 + +- Footer 页脚 组件优化,部分逻辑调整。 + +- Gallery 画廊 组件优化,部分逻辑调整。 + +- LicensePlate 车牌号键盘 组件优化,部分逻辑调整。 + +- SafeArea 底部安全区域组件优化,部分逻辑调整。 + +- Select 选择器 组件优化,部分逻辑调整。 + +- ShareSheet 分享面板 组件优化,部分逻辑调整。 + +- Tabbar 标签栏 组件优化,部分逻辑调整。 + +- Drawer 抽屉 组件优化,部分逻辑调整。 + +- Modal 模态框 组件优化,部分逻辑调整。 + +- BottomPopup 底部弹出层 组件优化,部分逻辑调整。 + +- SegmentedControl 分段器 组件示例优化,新增自定义高度示例。 + +- Lazyload 图片懒加载 组件优化修复已知问题。 + +- Dialog 对话框 组件优化,默认标题改为 提示。 + +- WhiteSpace 上下间距 组件优化,默认值调整为8,16,24rpx。 + +- Switch 开关选择器 组件优化,新增插槽支持设置圆形按钮内显示内容,仅type=switch有效,nvue暂不支持。 + +- DatePicker 日期时间选择器 组件优化,区间选择加入属性判断点击确认按钮是否自动赋值开始日期或结束日期,切换区间按钮显示对应开始日期时间或结束日期时间。 + +- Poster 绘制分享海报 组件优化,绘制图片支持设置是否等比裁剪参数,来保证图片不会变形,详见文档。 + +- Table 表格 组件优化,修复小程序端固定高度内容可能显示不全的问题。 + +- Switch 开关 组件优化,修复小程序端底部出现间隙导致无法居中问题。 + +- Request 网络请求 组件 优化,timeout 值调整,大于2000ms时生效。 + +- 全局配置文件(fui-config)调整。 + +- 修复其他已知问题。 + + +#### V2.2.0(2023-11-09) + +- Poster 绘制分享海报 组件优化,新增支持绘制二维码,详见文档数据配置说明。 + +- FormItem 表单项 组件优化,结构调整,部分样式优化。 + +- Input 输入框 组件优化,新增属性设置文本对齐方式,代替textRight属性。 + +- Calendar 日历 组件优化,新增支持设置 badge 角标。 + +- Icon 图标 组件优化,调整部分逻辑。 + +- Tabbar 标签栏 组件优化,内置 fui-icon 图标组件,支持使用字体图标代替图片图标。 + +- Input 输入框 组件优化,修复在选择模式下组件设置disabled时部分浏览器点击无法选择的问题。 + +- Lottie 动画 组件优化,修复已知问题。 + +- SingleInput 单输入框 组件优化,修复编译到支付宝小程序Android端无法输入的问题。 + +- Form 表单校验 组件优化,新增方法单独校验某个字段信息,新增方法清除所有校验信息(结合FormItem组件使用时有效),支持rules数据由FormItem组件传入。 + +- FormItem 表单项 组件优化,支持传入rules数据,新增部分方法,具体查看文档。 + +- Animation 动画 组件 优化,修复已知问题。 + +- FormItem 表单项 组件优化,修复当不结合Form组件单独使用时报警告的问题。 + +- HorizontalScroll 横向滚动的视图容器 组件优化,调整部分平台滚动条动画效果。 + +- Input 输入框 组件优化,修复部分平台初始化设置默认值时placeholder未消失重叠的问题。 + +- Textarea 多行输入框 组件优化,修复部分平台初始化设置默认值时placeholder未消失重叠的问题。 + +- 修复其他已知问题。 + + +#### V2.1.0(2023-10-18) + +- 新增 WhiteSpace 上下间距 组件。 + +- 新增 WingBlank 左右间距 组件。 + +- Preview 表单预览 组件优化,按钮数据新增disabled属性控制是否禁用点击。 + +- DataTag 标签选择 组件优化,新增nowrap属性设置标签列表是否强制一行显示(注:外层需自行加横向滚动容器)。 + +- Utils 工具 类组件新增方法formatTimeAgo(日期格式化为多久以前),如 刚刚,20秒前,1分钟前,3天前,3个月前等。 + +- Form 表单校验 组件 与 FormItem 表单项组件优化,新增校验提示显示方式,当校验有错误时提示信息可显示在出错的FormItem项。 + +- Picker 选择器 组件优化,新增默认插槽自定义标题部分显示内容。 + +- IndexList 索引列表 组件优化,新增触底事件。 + +- Skeleton 骨架屏 组件优化,支持在自定义组件内使用,需调用方法显示骨架,具体参考文档说明。 + +- SwipeAction 滑动菜单 组件优化,新增属性设置点击按钮不立即关闭菜单。 + +- Input 输入框 组件优化,新增属性disabledStyle设置是否启用禁用状态下的样式(与正常输入框样式略有区别)。 + +- Textarea 多行输入框 组件优化,新增属性disabledStyle设置是否启用禁用状态下的样式(与正常多行输入框样式略有区别)。 + +- Table 表格 组件优化,新增部分属性优化数据为空时显示状态。 + +- Text 文本 组件优化,修复已知问题。 + +- Steps 步骤条 组件优化,新增部分属性,调整部分样式显示。 + +- ActionSheet 上拉菜单 组件优化,优化nvue端安全区域适配问题。 + +- Tabbar 标签栏 组件优化,修复已知问题。 + +- ShareSheet 分享面板 组件优化,优化nvue端安全区域适配问题。 + +- SearchBar 搜索栏 组件优化,新增fixed属性。 + +- Picker 选择器 组件优化,修复抖音小程序change事件可能不触发的问题。 + +- DatePicker 日期时间选择器 组件优化,修复抖音小程序change事件可能不触发的问题。 + +- Input 输入框 组件优化,修复已知问题。 + +- Textarea 多行输入框 组件优化,修复已知问题。 + +- 全局配置文件(fui-config)调整。 + +- 修复其他已知问题。 + + +#### V2.0.0(2023-07-17) + +- 新增组件在nvue下使用示例 FirstUI-nvue,vue版本示例保持不变,使用组件请先阅读文档提示,建议按文档提示使用。 + +- DataTag 标签选择组件优化,change事件新增返回options数据item项。 + +- LoadAni 加载动画 组件优化,新增支持nvue,使用方法一致,详见文档。 + +- Calendar 日历 组件优化,新增属性设置最多可选天数,详见文档描述。 + +- Preview 表单预览 组件优化,list内容新增点击事件,并新增方法修改点击行的内容值,详见文档描述。 + +- Badge 徽章 组件优化,修复传中文被截断的问题。 + +- Picker 选择器 组件优化,nvue下默认值设置逻辑调整,部分样式调整。 + +- DatePicker 日期时间选择器 组件优化,nvue下默认值设置逻辑调整,部分样式调整。 + +- ImageCropper 图片裁剪 组件优化,调整部分数据类型,修复初始化传入图片位置可能显示不正确的问题。 + +- Text 文本 组件优化,修复nvue端无法换行的问题。 + +- Grid 宫格 组件优化,新增部分属性,修复nvue端数据过多可能导致不显示的问题。 + +- Input 输入框 组件优化,修复nvue端ios无法输入的问题,此问题是由于解决android端点击事件无法冒泡导致。 + +- Preview 表单预览 组件优化,修复nvue端内容文本可能不换行的问题。 + +- Card 卡片 组件优化,调整nvue端部分属性。 + +- Layout 栅格布局(fui-row)组件优化,修复.nvue页面编译到非app页面布局排版不正确的问题。 + +- Textarea 多行输入框 组件优化,调整部分逻辑。 + +- Sticky 吸顶容器 组件优化,调整部分逻辑。 + +- Spin 旋转动画组件优化,调整部分逻辑。 + +- ShareSheet 分享面板 组件优化,调整部分逻辑。 + +- Rate 评分 组件优化,调整部分逻辑,新增方法重置组件。 + +- Loading 加载 组件优化,调整部分逻辑。 + +- LoadMore 加载更多 组件优化,调整部分逻辑。 + +- Lazyload 图片懒加载 组件优化,调整部分逻辑。 + +- IndexList 索引列表 组件优化,调整部分逻辑。 + +- HorizontalScroll 横向滚动的视图容器 组件优化,调整部分逻辑。 + +- Fab 浮动按钮 组件优化,调整部分逻辑。 + +- Drawer 抽屉 组件优化,调整部分逻辑。 + +- Circle 圆形进度条 组件优化,调整部分逻辑。 + +- Backdrop 遮罩层 组件优化,调整部分逻辑。 + +- Cascader 级联选择器 组件优化,修复nvue下超出一屏可能无法滚动的问题。 + +- Select 选择器 组件优化,调整部分样式。 + +- Switch 开关 组件优化,修复已知问题。 + +- SearchBar 搜索栏组件优化,搜索按钮文本传空则可隐藏此按钮。 + +- Pagination 分页器 组件优化,修复已知问题。 + +- Tabs 标签页 组件优化,修复已知问题。 + +- Steps 步骤条 组件优化,修复已知问题。 + +- Tag 标签 组件优化,新增属性设置是否需要边框。 + +- Result 结果页 组件优化,修复已知问题。 + +- Input 输入框 组件优化,修复nvue下获取焦点 focus 属性控制可能不生效的问题。 + +- Textarea 多行输入框 组件优化,修复nvue下获取焦点 focus 属性控制可能不生效的问题。 + +- Skeleton 骨架屏 组件优化,nvue端加入动画效果。 + +- 优化部分已知问题。 + + +#### V1.9.9(2023-06-25) + +- 新增 [WEEX文档](https://weex.firstui.cn/),方便.nvue开发App时查阅相关文档,更多文档可查看uniapp官方文档。 + +- 新增 Section 标题栏 组件。 + +- 新增 BannerArc 横幅底部圆弧 组件。 + +- Select 选择器 组件优化,新增属性设置 options 数据中约定的text和src的key值。 + +- Preview 表单预览 组件优化,新增属性设置内容文本对齐方式。 + +- DatePicker 日期时间选择器 组件优化,最大值和最小值格式优化,支持传入年、年-月、年-月-日。 + +- Tabbar 标签栏 组件优化,非nvue端新增属性设置是否返回异形屏底部安全区域固定高度。 + +- Table 表格 组件优化,新增排序功能,详见示例程序以及文档说明。 + +- Calendar 日历 组件优化,新增方法设置日历当前月份自定义描述内容。 + +- Input 输入框 组件优化,修复安卓nvue端点击事件无法冒泡问题。 + +- Footer 页脚 组件优化,修复小程序端样式警告问题。 + +- Avatar 头像 组件优化,修复已知问题,图片缩放模式默认值调整。 + +- SearchBar 搜索栏 组件优化,修复H5端可能需要点两次才能弹起键盘的问题。 + +- SwipeAction 滑动菜单 组件优化,新增marginTop、marginBottom属性。 + +- Loading 加载 组件优化,新增属性设置遮罩背景颜色。 + +- ShareSheet 分享面板 组件优化,增加按钮 openType 属性支持, openType 属性详见官网button按钮文档介绍。 + +- NavBar 导航栏 组件优化,新增属性设置当isFixed为true时是否默认占位,防止高度塌陷,详见文档使用。 + +- Radio 单选框 组件优化,修复已知问题。 + +- Preview 表单预览 组件优化,修复部分样式可能在vue3下不生效的问题。 + +- Panel 面板 组件优化,修复部分样式可能在vue3下不生效的问题。 + +- Layout 栅格布局 组件(fui-row)组件优化,修复部分样式可能在vue3下不生效的问题。 + +- Table 表格 组件优化,修复已知问题。 + +- Steps 步骤条 组件优化,修复已知问题。 + +- Fab 浮动按钮 组件优化。 + +- MovableView 可移动的视图容器 组件优化。 + +- Input 输入框 组件优化,非Nvue端边框颜色默认可通过css变量修改。 + +- Textarea 多行输入框 组件优化,非Nvue端边框颜色默认可通过css变量修改。 + +- List 列表 组件优化。 + +- Vtabs 纵向选项卡 组件优化。 + +- Collapse 折叠面板 组件优化。 + +- Lazyload 图片懒加载 组件优化,优化已知问题。 + +- Waterfall 瀑布流 组件优化。 + +- Drawer 抽屉 组件优化,修复Nvue端报错问题。 + +- Picker 选择器 组件优化,修复已知问题。 + +- DatePicker 日期时间选择器 组件优化,修复nvue端判断出错导致change事件未触发问题。 + +- Input 输入框 组件优化,优化type=number时,增加安全整数的范围的判断。 + +- Button 按钮 组件优化。 + +- 优化部分已知问题。 + +#### V1.9.8(2023-05-29) + +- 新增 MovableView 可移动的视图容器 组件。 + +- 新增 HorizontalScroll 横向滚动的视图容器 组件。 + +- 全局配置 fui-config 新增部分内容,详见文档。 + +- 优化 vue3 下,Nvue中使用Vuex的相关API报错的问题。 + +- Waterfall 瀑布流 组件优化,新增属性设置图片高度。当图片高度已知且固定时可直接设置值,可有效缩短渲染时间。 + +- Button 按钮 组件优化,优化vue3下结合原生表单提交问题。 + +- FormField 表单数据传递 组件优化,移除vue3下behaviors限制。 + +- CheckBox 复选框组件 优化,优化vue3下结合原生表单提交获取值问题。 + +- Radio 单选框 组件优化,优化vue3下结合原生表单提交获取值问题。 + +- Switch 开关 组件优化,移除vue3下behaviors限制。 + +- Textarea 多行输入框 组件优化,移除vue3下behaviors限制。 + +- Input 输入框 组件优化,移除vue3下behaviors限制。 + +- Button 按钮 组件优化, 新增 btnSize 属性设置按钮大小,优先级高于 width 和 height 属性。 + +- Form 表单校验 组件 与 FormItem 表单项组件优化,新增属性 labelWeight 设置label 字重,默认使用全局配置。 + +- Textarea 多行输入框 组件优化,属性 textareaBorder 为 true 时,支持设置边框颜色,支持设置圆角时显示边框。 + +- Input 输入框 组件优化,属性 inputBorder 为 true 时,支持设置边框颜色,支持设置圆角时显示边框。 + +- Rate 评分 组件优化,优化组件嵌套在 Drawer 抽屉 组件中使用时距离计算错误的问题,当使用非FirstUI 抽屉组件时需调用setParentWidth方法修正,详见文档。 + +- Picker 选择器 组件优化,修复已知问题。 + +- DatePicker 日期时间选择器 组件优化,修复已知问题。 + +- SearchBar 搜索栏 组件优化,新增默认插槽可自定左侧展示内容,如返回箭头。 + +- OverflowHidden 内容超出隐藏 组件示例优化。 + +- DatePicker 日期时间选择器 组件优化,区间选择时逻辑调整,未选则时点击确认按钮会默认赋值当前选项。 + +- Table 表格 组件优化,新增多选功能,详见文档。 + +- Avatar 头像 组件优化,新增 block 属性设置是否为块状元素,修复当为行内元素时外层容器底部可能出现间隙的问题。 + +- Steps 步骤条 组件优化,新增属性设置当前步骤的状态及颜色,新增属性设置线条是否加粗。 + +- Fab 浮动按钮 组件优化,新增属性isDrag设置是否可以拖拽移动位置。 + +- Upload 图片上传 组件优化,新增扩展方法进行上传,为了更好的满足更多场景需求,详见文档及示例。 + +- UploadVideo 视频上传 组件优化,新增扩展方法进行上传,为了更好的满足更多场景需求,详见文档及示例。 + +- SearchBar 搜索栏 组件优化,修复H5及部分平台点击一次无法弹起键盘的问题,修复设置value值初始化错误的问题。 + +- Gallery 画廊 组件优化,修复描述文本可能不显示的问题。 + +- BubbleBox 气泡框 组件优化,right 属性默认值改为0。 + +- Select 选择器 组件优化,修复已知问题。 + +- Alert 警告框 组件优化,Nvue端type主色默认使用 fui-config 中配置的颜色。 + +- Badge 徽章 组件优化,Nvue端type主色默认使用 fui-config 中配置的颜色。 + +- Button 按钮 组件优化,Nvue端type主色默认使用 fui-config 中配置的颜色。 + +- Calendar 日历 组件优化,主色默认使用 fui-config 中配置的颜色。 + +- Cascader 级联选择器 组件优化,Nvue 端主色默认使用 fui-config 中配置的颜色。 + +- CheckBox 复选框组件优化,Nvue端主色默认使用全局配置(fui-config)颜色。 + +- Circle 圆形进度条 组件优化,主色默认使用全局配置(fui-config)颜色。 + +- CountdownVerify 验证码倒计时 组件优化,Nvue端主色默认使用全局配置(fui-config)颜色。 + +- DataTag 标签选择组件优化,主色默认使用全局配置(fui-config)颜色。 + +- DatePicker 日期时间选择器 组件优化,Nvue端主色默认使用全局配置(fui-config)颜色。 + +- Dialog 对话框 组件优化,主色默认使用全局配置(fui-config)颜色。 + +- DigitalKeyboard 数字键盘 组件优化,Nvue端主色默认使用全局配置(fui-config)颜色。 + +- DigitalRoller 数字滚轮 组件优化,Nvue端主色默认使用全局配置(fui-config)颜色。 + +- DropdownList 下拉菜单 组件优化,Nvue端主色默认使用全局配置(fui-config)颜色。 + +- DropdownMenu 下拉菜单 组件优化,Nvue端主色默认使用全局配置(fui-config)颜色。 + +- Fab 浮动按钮 组件优化,Nvue端主色默认使用全局配置(fui-config)颜色。 + +- Footer 页脚 组件优化,Nvue端主色默认使用全局配置(fui-config)颜色。 + +- Form 表单校验 组件优化,Nvue端主色默认使用全局配置(fui-config)颜色。 + +- FormItem 表单项组件优化,主色默认使用全局配置(fui-config)颜色。 + +- IndexList 索引列表 组件优化,Nvue端主色默认使用全局配置(fui-config)颜色。 + +- Input 输入框 组件优化,主色默认使用全局配置(fui-config)颜色。 + +- LicensePlate 车牌号键盘 组件优化,Nvue端主色默认使用全局配置(fui-config)颜色。 + +- Link 超链接 组件优化,Nvue端主色默认使用全局配置(fui-config)颜色。 + +- LoadMore 加载更多 组件优化,Nvue端主色默认使用全局配置(fui-config)颜色。 + +- Modal 模态框 组件优化,Nvue端主色默认使用全局配置(fui-config)颜色。 + +- NoticeBar 通告栏 组件优化,Nvue端主色默认使用全局配置(fui-config)颜色。 + +- Pagination 分页器 组件优化,Nvue端主色默认使用全局配置(fui-config)颜色。 + +- Picker 选择器 组件优化,Nvue端主色默认使用全局配置(fui-config)颜色。 + +- Progress 进度条 组件优化,Nvue端主色默认使用全局配置(fui-config)颜色。 + +- PuzzleVerify 滑块拼图验证 组件优化,Nvue端主色默认使用全局配置(fui-config)颜色。 + +- Radio 单选框 组件优化,Nvue端主色默认使用全局配置(fui-config)颜色。 + +- Rate 评分 组件优化,主色默认使用全局配置(fui-config)颜色。 + +- Result 结果页 组件优化,Nvue端 type 主色默认使用全局配置(fui-config)颜色。 + +- RotateVerify 旋转验证 组件优化,主色默认使用全局配置(fui-config)颜色。 + +- SearchBar 搜索栏 组件优化,Nvue端主色默认使用全局配置(fui-config)颜色。 + +- SegmentedControl 分段器 组件优化,Nvue端主色默认使用全局配置(fui-config)颜色。 + +- Select 选择器 组件优化,Nvue端主色默认使用全局配置(fui-config)颜色。 + +- SingleInput 单输入框组件优化,Nvue端主色默认使用全局配置(fui-config)颜色。 + +- SlideVerify 滑动验证 组件优化,Nvue端主色默认使用全局配置(fui-config)颜色。 + +- Slider 滑块 组件优化,Nvue端主色默认使用全局配置(fui-config)颜色。 + +- SliderCaptcha 滑块拼图验证 组件优化,Nvue端主色默认使用全局配置(fui-config)颜色。 + +- Steps 步骤条 组件优化,Nvue端主色默认使用全局配置(fui-config)颜色。 + +- SwipeAction 滑动菜单 组件优化,主色默认使用全局配置(fui-config)颜色。 + +- SwiperDot 轮播图指示点组件优化,Nvue端主色默认使用全局配置(fui-config)颜色。 + +- Switch 开关 组件优化,Nvue端主色默认使用全局配置(fui-config)颜色。 + +- Tabbar 标签栏 组件优化,Nvue端主色默认使用全局配置(fui-config)颜色。 + +- Table 表格 组件优化,Nvue端主色默认使用全局配置(fui-config)颜色。 + +- Tabs 标签页 组件优化,Nvue端主色默认使用全局配置(fui-config)颜色。 + +- Tag 标签 组件优化,Nvue端主色默认使用全局配置(fui-config)颜色。 + +- Text 文本 组件优化,Nvue端主色默认使用全局配置(fui-config)颜色。 + +- Textarea 多行输入框组件优化,Nvue端主色默认使用全局配置(fui-config)颜色。 + +- UploadVideo 视频上传 组件优化,主色默认使用全局配置(fui-config)颜色。 + +- Vtabs 纵向选项卡 组件优化,Nvue端主色默认使用全局配置(fui-config)颜色。 + +- Icon 图标 组件优化,全局配置中新增color配置。 + +- List 列表 组件优化,新增全局配置。 + +- 优化部分已知问题。 + + +#### V1.9.5(2023-05-04) + +- 新增 Link 超链接 组件。 + +- 新增 Lottie 动画组件。 + +- 快手小程序支持优化,文档相应调整。 + +- Upload 图片上传 组件优化,新增属性设置边框,圆角值,加号字体大小等。 + +- UploadVideo 视频上传 组件优化,新增属性设置边框,圆角值,加号字体大小等。 + +- Text 文本 组件优化,新增 unShrink 属性,设置flex布局下取消收缩。 + +- SingleInput 单输入框组件优化,修复已知问题。 + +- Circle 圆形进度条 组件优化,修复vue3下编译到头条/抖音小程序不显示的问题。 + +- Poster 绘制分享海报 组件优化,修复vue3下编译到头条/抖音小程序不显示的问题。 + +- Qrcode 二维码 组件优化,修复vue3下编译到头条/抖音小程序不显示的问题。 + +- Barcode 条形码 组件优化,修复vue3下编译到头条/抖音小程序不显示的问题。 + +- Autograph 手写签名 组件优化,修复vue3下编译到头条/抖音小程序不显示的问题。 + +- SliderCaptcha 滑块拼图验证 组件优化,修复vue3下编译到头条/抖音小程序不显示的问题。 + +- DataTag 标签选择组件优化,新增属性设置默认边框颜色。 + +- Pagination 分页器 组件优化,新增页码展示类型。 + +- SwipeAction 滑动菜单 组件优化,修复已知问题。 + +- Drag 拖拽排序 组件优化,修复vue2编译到app端初始化异常的问题。 + +- ChatBar 聊天栏 优化,修复已知问题。 + +- Circle 圆形进度条 组件优化,非Nvue端支持设置渐变色。 + +- SearchBar 搜索栏 组件优化,新增reset方法,设置组件回到初始化状态。 + +- SearchBar 搜索栏 组件优化,Nvue端样式调整,修复Nvue端点击可能无法直接弹起键盘的问题。 + +- Calendar 日历 组件优化,修复Nvue端可能不显示的问题。 + +- SlideVerify 滑动验证 组件优化,修复vue3下非nvue运行到app端多次操作时滑动出现卡顿问题。 + +- RotateVerify 旋转验证 组件优化,修复vue3下非nvue运行到app端多次操作时滑动出现卡顿问题。 + +- SliderCaptcha 滑块拼图验证 组件优化,修复vue3下非nvue运行到app端多次操作时滑动出现卡顿问题。 + +- PuzzleVerify 滑块拼图验证 组件优化,修复vue3下非nvue运行到app端多次操作时滑动出现卡顿问题。 + +- Picker 选择器 组件优化,Nvue端支持暗黑模式。 + +- DatePicker 日期时间选择器 组件优化,Nvue端支持暗黑模式。 + +- Picker 选择器 组件优化,操作过快可能导致返回值更新不正确的问题,部分问题需更新开发工具版本至 Hbuilder X 3.7.13.20230411-alpha+。 + +- Picker 选择器 组件优化,新增 isClose 属性设置点击确认按钮后是否立即关闭选择弹框,设置为false需要自行关闭(@change事件中需要对选择值做校验时可使用)。 + +- DatePicker 日期时间选择器 组件优化,新增 isClose 属性设置点击确认按钮后是否立即关闭选择弹框,设置为false需要自行关闭(@change事件中需要对选择值做校验时可使用)。 + +- Select 选择器 组件优化,属性(props) options 新增 disabled 属性控制是否禁用选择。 + +- Barcode 条形码 页面示例优化,调整输入框值判断出错的问题(输入框type=number时返回的是Number类型值)。 + +- Button 按钮 组件优化,新增小程序端部分事件,具体查看文档介绍。 + +- Circle 圆形进度条 组件优化,修复vue2下H5端运行控制台报错的问题。 + +#### V1.9.1(2023-04-04) + +- SwipeAction 滑动菜单 组件优化,修复Nvue端滑动关闭时报错的问题。 + +- InputNumber 数字输入框 组件优化,去除谷歌浏览器pc端自带默认箭头。 + +- Select 选择器 组件优化,修复Nvue端编译部分机型可能会出现header高度不正确的问题。 + +- Switch 开关 组件优化,修复vue3下编译到H5可能点击不能触发选中的问题。 + +- Modal 模态框 组件优化,修复Nvue下Android端点击按钮不触发事件的问题。 + +- SwipeAction 滑动菜单 组件优化,修复vue3下H5端禁用滑动失效的问题。 + +- Drag 拖拽排序 组件优化,修复vue3下wxs方法无法与data数据混用导致事件失效的问题,此bug为uni-app编译问题,后续若官方修复再进行优化调整。 + +- Select 选择器 组件优化,item项图片新增属性设置背景色和裁剪、缩放方式。 + +- Grid 宫格 组件优化,item项(fui-grid-item)新增click事件,原fui-grid组件事件不变。 + +- DatePicker 日期时间选择器 组件优化,修复设置 最小值(minDate)和 最大值(maxDate)显示不正确的问题。 + +- BubbleBox 气泡框 组件优化,position 值为 absolute 时,支持设置left(right)、top(bottom)值。 + + +#### V1.9.0(2023-03-17) + +- 新增 聊天模板 A,项目包含验证码登录、注册、选择国家或地区、输入验证码、聊天列表、聊天、联系人、个人中心、个人信息、通知等页面(物料)。 + +- 新增 聊天模板 B,项目包含小程序一键登录、手机号一键登录、手机验证码登录、聊天、首页、个人中心、我要合作、个人信息、支付状态、会员等页面(物料)。 + +- FilterBar 筛选栏 组件优化,新增属性 coexist 设置 dropdown、text、switch等类型筛选条件是否不互斥,可查看示例演示。 + +- CheckBox 复选框组件优化,修复vue3下编译到H5可能点击不能触发选中的问题。 + +- Radio 单选框 组件优化,修复vue3下编译到H5可能点击不能触发选中的问题。 + +- Picker 选择器 组件优化,修复属性value传值为Number类型时出现警告的问题。 + +- Tabs 标签页 组件优化,新增center属性设置底部滑块是否居中显示。 + +- FormItem 表单项组件优化,新增asteriskPosition属性设置必填星号位置,新增labelAlign属性设置label对齐方式,默认使用全局配置。 + +- Textarea 多行输入框组件优化,新增radius属性设置圆角值。 + +- Input 输入框 组件 新增passwod类型示例,可显示或隐藏密码。 + +- Layout 栅格布局 组件优化,修复Nvue端css编译报警告的问题。 + +- DatePicker 日期时间选择器 组件优化,修复已知问题。 + +- Tabs 标签页 组件优化,修复可能导致页面卡住不显示的问题。 + +- IndexList 索引列表 组件优化,修复并优化已知问题。 + +- SingleInput 单输入框组件优化,修复nvue中可能出现输入框无法获取焦点问题。 + +- 组件文档搜索优化,能快速定位到搜索内容。 + +- 修复其他已知问题。 + + +#### V1.8.0(2023-01-31) + +- UploadVideo 视频上传 组件优化,修复H5端无法播放非https地址视频的问题。 + +- Layout 栅格布局 组件优化,修复Nvue端css编译报错的问题。 + +- Input 输入框 组件优化,修复input组件type=digit时,小数部分无法录入0问题。 + +- Input 输入框 组件优化,App与H5端password属性使用v-bind动态绑定,为false时,不添加password属性。 + +- Input 输入框 组件优化, 新增 readonly 属性,与disabled不同的是readonly属性保留了清空按钮使用,readonly优先级高于disabled。 + +- Form 表单校验 组件 与 FormItem 表单项优化,可在Form组件设置部分props统一控制FormItem中部分样式,优先级:FormItem组件props > Form组件props > 全局属性。 + +- Picker 选择器 组件优化,修复多级联动选择时设置默认值可能部分列不生效问题。 + +- DatePicker 日期时间选择器 组件优化,新增属性valueEnd,优化区间选择时默认值设置,起始日期与结束日期默认值分别使用属性 value 与 valueEnd,设置默认值后可直接点击确认按钮返回。 + +- Calendar 日历 组件优化,新增属性 isMultiple,用于控制是否一次性加载一年的日历数据。 + +- Upload 图片上传 组件优化,新增默认插槽用于自定义上传加号图标。 + +- UploadVideo 视频上传 组件优化,新增默认插槽用于自定义上传加号图标。 + +- Switch 开关 组件优化。 + +- Cascader 级联选择器 组件优化。 + +- Drag 拖拽排序 组件优化,修复编译到微信小程序端内容超过一屏页面无法滚动的问题。 + +- Avatar 头像 组件优化,新增图片加载出错时 @error 事件以及新增属性 errorSrc 配置图片加载失败时的默认图。 + +- Table 表格 组件优化,修复vue3下事件未声明报警告的问题。 + +- Table 表格 组件增加列渲染方法,可根据当前列数据设置单元格内的文本颜色。 + +- Table 表格 header属性增加align配置,优先级大于属性align。 + +- DataTag 标签选择组件优化,新增默认选中示例。 + +- DataTag 标签选择组件优化,新增multipleMin属性,仅多选时有效,当选择数小于最小值时不可反选。 + +- DataTag 标签选择组件优化,当options传值为对象数组时,对象中新增属性 isAll 可设置其中一个为全选按钮标签,与其他标签操作互斥,仅多选时有效。 + +- Drawer 抽屉 组件优化,新增radius属性设置圆角值。 + +- Modal 模态框 组件优化,修复已知问题,新增padding属性。 + +- Tabs 标签页 组件优化,修复vue3 + Nvue下文字可能不显示的问题。 + +- Request 网络请求 组件 优化,get请求支持参数值为数组,详见文档。 + +- Animation 动画 组件 属性styles参数传值优化,默认值写入组件方法内部,styles仅做替换合并使用。 + +- Textarea 多行输入框组件已知问题优化。 + +#### V1.7.0(2022-09-28) + +- 新增 WATERFALL 瀑布流加载 布局内容(VIP)。 + +- 新增 TOP TAB 顶部选项卡 布局内容(VIP)。 + +- 新增 NEWS LIST 新闻列表 布局内容(VIP)。 + +- 新增 PRODUCT LIST 商品列表 布局内容(VIP)。 + +- 新增 MAP 地图 布局内容-线路规划(VIP)。 + +- 新增 ROLL HORIZONTAL 横向滚动 布局内容(VIP)。 + +- 新增 UploadVideo 视频上传 组件(VIP组件)。 + +- 新增 FormItem 表单项 组件(VIP组件)。 + +- Label 标签 组件优化。 + +- Card 卡片 组件优化,新增footerLine属性。 + +- InputNumber 数字输入框 组件优化,修复最小值设为负数不生效的问题,新增type属性当设值为text则可输入负号小数点等。 + +- Panel 面板 组件优化,新增属性配置数据源键值(key)。 + +- Preview 表单预览 组件优化,新增属性配置数据源键值(key),修复部分兼容问题。 + +- Input 输入框 组件优化,新增min和max属性,当type=number、type=digit、number属性为true时生效。 + +- LicensePlate 车牌号键盘 组件优化,新增方法 changeKeyboard 切换键盘显示。 + +- ImageCropper 图片裁剪 组件优化,修复已知bug。 + +- Grid 宫格 组件优化。 + +- Textarea 多行输入框组件已知问题优化。 + +- Input 输入框 组件已知问题优化。 + +- Text 文本 组件优化,新增部分属性(props)。 + +- Button 按钮 组件优化,修复nvue端样式background加!important报错的问题。 + +- Waterfall 瀑布流 组件优化,请参考【布局-瀑布流】示例做加载刷新操作。 + +- DatePicker 日期时间选择器 组件优化,修复type=1时设置默认值失效的问题,修复区间选择设置起始日期文本出错的问题。 + +- Landscape 压屏窗 组件优化,新增属性支持absolute定位,以便用于其他组件内。 + +- Validator 表单验证(JS)组件优化,支持校验所有元素并返回所有错误信息。 + +- Form 表单校验 组件优化,支持校验所有元素并返回所有错误信息。 + +- Radio 单选框 组件优化,修复Nvue端vue3下可能显示不正确的问题。 + +- Checkbox 复选框 组件优化,修复Nvue端vue3下可能显示不正确的问题。 + +- Switch 开关 组件优化,修复Nvue端vue3下可能显示不正确的问题。 + +- OverflowHidden 内容超出隐藏 组件优化,新增部分属性。 + +- Lazyload 图片懒加载 组件优化,新增部分属性。 + +- 修复部分已知问题。 + +#### V1.6.0(2022-06-26) + +- 新增组件全局配置,目前仅针对部分常用组件处理,详见文档 [全局配置]。 + +- 新增 Text 文本组件。 + +- 新增 spin 旋转动画组件(VIP组件)。 + +- 新增 SafeArea 底部安全区域组件(VIP组件)。 + +- 新增 DataTag 标签选择组件(VIP组件)。 + +- 新增 SubmitBar 提交订单栏 布局内容(VIP)。 + +- 新增 GoodsBar 商品导航栏 布局内容(VIP)。 + +- 新增 ChatBar 聊天栏 布局内容(VIP)。 + +- 新增 RollNews 滚动消息 布局内容(VIP)。 + +- 新增 CardSwiper 卡片轮播 布局内容(VIP)。 + +- BubbleBox 气泡框 组件优化,新增内容插槽(content),可自定义气泡框内容;新增属性 padding,用于调整气泡框内置内容item项padding值。 + +- LoadMore 加载更多 组件优化,新增属性 state 控制组件显示状态。 + +- Backdrop 遮罩层 组件优化,Nvue端去除v-if使用,修复fixed定位时遮挡位置靠后的fixed元素问题;Nvue端新增属性full,当组件放置根元素下且为absolute定位时可设置遮罩铺满屏幕。 + +- Poster 绘制分享海报 组件优化,修复编译到微信小程序功能失效的问题。 + +- Qrcode 二维码 组件优化,修复编译到微信小程序功能失效的问题。 + +- Barcode 条形码 组件优化,修复编译到微信小程序功能失效的问题。 + +- Autograph 手写签名 组件优化,修复编译到微信小程序功能失效的问题。 + +- Table 表格 组件优化,修复设置图片类型显示错误的问题。 + +- Textarea 多行输入框组件优化,调整maxlength设为-1时,双向绑定不生效的问题。 + +- Button 按钮 组件优化,默认调整为细边框(0.5px)。 + +- Picker 选择器 组件优化,修复已知问题。 + +- DatePicker 日期时间选择器 组件优化,修复已知问题。 + +- Badge 徽章 组件优化,修复Nvue端可能出现文本被截断的情况。 + +- 优化若干已知问题。 + +#### V1.5.0(2022-05-18) + +- 新增 Vtabs 纵向选项卡 组件(VIP组件)。 + +- 新增 PuzzleVerify 滑块拼图验证 组件(VIP组件),此组件为 SliderCaptcha 滑块拼图验证 组件的功能补充。[详见](https://forum.firstui.cn/d/48) + +- 新增 Drag 拖拽排序 组件(VIP组件)。 + +- 新增 ImageCropper 图片裁剪 组件(VIP组件)。 + +- 新增 Table 表格 组件(VIP组件)。 + +- Utils 工具 类组件新增函数节流方法使用案例。 + +- Badge 徽章 组件优化,新增max属性,当值超过max时使用+号代替,仅为数字时有效。 + +- SingleInput 单输入框组件优化,新增清空方法重置输入值(结合原生键盘时使用)。 + +- Button 按钮 组件优化,修复微信小程序端@click事件中调用wx.getUserProfile无效的问题以及在subNVue中点击事件失效的问题。 + +- Form 表单校验 示例新增其他表单元素,满足更多表单需求。 + +- Icon 图标 组件优化,新增支持自定义图标,详见文档说明。 + +- DropdownMenu 下拉菜单 组件优化,支持nvue。 + +- Input 输入框 组件优化 ,新增 number 属性,修复v-model.number在小程序平台值未转化为Number类型问题。 + +- 修复 Grid 宫格 组件 ref 被误删除导致报错的问题。 + +- 修复并优化 Circle 圆形进度条 组件在nvue端出错的问题。 + +- 修复vue2下使用wxs初始化时可能报错的问题。 + +- ActionSheet 上拉菜单 组件优化,新增属性 safeArea 控制是否需要适配底部安全区域。 + +- BottomNavbar 底部导航栏 组件优化,新增属性 safeArea 控制是否需要适配底部安全区域。 + +- BottomPopup 底部弹出层 组件优化,新增属性 safeArea 控制是否需要适配底部安全区域。 + +- DigitalKeyboard 数字键盘 组件优化,新增属性 safeArea 控制是否需要适配底部安全区域。 + +- Footer 页脚 组件优化,新增属性 safeArea 控制是否需要适配底部安全区域。 + +- Gallery 画廊 组件优化,新增属性 safeArea 控制是否需要适配底部安全区域。 + +- LicensePlate 车牌号键盘 组件优化,新增属性 safeArea 控制是否需要适配底部安全区域。 + +- Select 选择器 组件优化,新增属性 safeArea 控制是否需要适配底部安全区域。 + +- ShareSheet 分享面板 组件优化,新增属性 safeArea 控制是否需要适配底部安全区域。 + +- Tabbar 标签栏 组件优化,新增属性 safeArea 控制是否需要适配底部安全区域。 + +- BottomPopup 底部弹出层 组件优化,优化Nvue下设置顶部圆角值时IOS底部偶尔出现圆角的问题。 + +- 优化若干已知问题。 + + +#### V1.4.0(2022-03-16) + +- 新增 Circle 圆形进度条 组件(VIP组件)。 + +- 新增 Skeleton 骨架屏 组件(VIP组件)。 + +- 新增 CubicBezier 贝塞尔曲线 组件(VIP组件)。 + +- 新增 SlideVerify 滑动验证 组件(VIP组件)。 + +- 新增 RotateVerify 旋转验证 组件(VIP组件)。 + +- 新增 SliderCaptcha 滑块拼图验证 组件(VIP组件)。 + +- 新增 OverflowHidden 内容超出隐藏 组件(VIP组件)。 + +- 新增 Backtop 回到顶部 组件(VIP组件)。 + +- 新增 Lazyload 图片懒加载 组件(VIP组件)。 + +- 新增 Waterfall 瀑布流 组件(VIP组件)。 + +- 优化部分组件在vue3下显示异常,控制台报出警告的问题。 + +- 优化 Upload 图片上传 组件。新增属性设置删除图片时是否弹框确认;图片上传数到达限制数max时隐藏选择框。 + +- 修复 Preview 表单预览 组件改变数据页面不更新的bug。 + +- 优化 Button 按钮 组件在Nvue以及PC中的点击效果。 + +- 优化 Card 卡片 组件在Nvue中样式显示不正确的问题。 + +- 优化 Message 消息提示 组件,部分props属性可在show方法中传值覆盖。 + +- 优化 Select 选择器 组件,修复单选时设置默认选中项无效的问题。 + +- 优化 CountDown 倒计时 组件,修复初始化传0触发倒计时结束事件的问题。 + +- 修复 Layout 栅格布局 组件属性gutter不生效的bug。 + +- 修复 InputNumber 数字输入框 组件在vue3下 blur 事件未在emits中申明的问题。 + +- 优化若干已知问题。 + + +#### V1.3.0(2021-12-31) + +- 新增 Calendar 日历 组件(VIP组件)。 + +- 新增 Cascader 级联选择器 组件(VIP组件)。 + +- 新增 Slider 滑块 组件(VIP组件)。 + +- 新增 Rate 评分 组件(VIP组件)。 + +- 新增 Select 选择器 组件(VIP组件)。 + +- 新增 Upload 图片上传 组件(VIP组件)。 + +- 新增 Gallery 画廊 组件(VIP组件)。 + +- 新增 BubbleBox 气泡框 组件(VIP组件)。 + +- 新增 BottomNavbar 底部导航栏 组件(VIP组件)。 + +- 新增 CountDown 倒计时 组件(VIP组件)。 + +- 新增 CopyText 长按复制 组件(VIP组件)。 + +- 新增 Timer 计时器 组件(VIP组件)。 + +- 新增 Qrcode 二维码 组件(VIP组件)。 + +- 新增 Barcode 条形码 组件(VIP组件)。 + +- 新增 Autograph 手写签名 组件(VIP组件)。 + +- 修复 Textarea 多行输入框 组件回车无法换行的问题。 + +- 优化 Request 网络请求 组件,新增加载中提示信息配置项。 + +- 优化 Icon 图标 组件,新增部分图标。 + +- 优化若干已知问题。 + +#### V1.2.0(2021-11-22) + +- 新增 Tabbar 标签栏 组件(VIP组件)。 + +- 新增 ActionSheet 上拉菜单 组件。 + +- 新增 Toast 轻提示 组件。 + +- 新增 Dialog 对话框 组件。 + +- 新增 DropdownMenu 下拉菜单 组件。 + +- 新增 DropdownList 下拉菜单 组件。 + +- 新增 Modal 模态框 组件(VIP组件)。 + +- 新增 Landscape 压屏窗 组件(VIP组件)。 + +- 新增 Message 消息提示 组件(VIP组件)。 + +- 新增 BottomPopup 底部弹出层 组件。 + +- 新增 TopPopup 顶部弹出层 组件。 + +- 新增 Drawer 抽屉 组件。 + +- 新增 NoticeBar 通告栏 组件(VIP组件)。 + +- 新增 TimeAxis 时间轴 组件(VIP组件)。 + +- 新增 Steps 步骤条 组件(VIP组件)。 + +- 新增 Progress 进度条 组件(VIP组件)。 + +- 新增 Collapse 折叠面板 组件。 + +- 新增 SwiperDot 轮播图指示点 组件(VIP组件)。 + +- 新增 DigitalRoller 数字滚轮 组件(VIP组件)。 + +- 新增 DigitalKeyboard 数字键盘 组件(VIP组件)。 + +- 新增 LicensePlate 车牌号键盘 组件(VIP组件)。 + +- 新增 CountdownVerify 验证码倒计时 组件(VIP组件)。 + +- 新增 Sticky 吸顶容器 组件(VIP组件)。 + +- 新增 Fab 浮动按钮 组件(VIP组件)。 + +- 新增 ShareSheet 分享面板 组件(VIP组件)。 + +- 新增 FilterBar 筛选栏 组件(VIP组件)。 + +- 新增 SwipeAction 滑动菜单 组件。 + +- 新增 Picker 选择器 组件(VIP组件)。 + +- 新增 DatePicker 日期时间选择器 组件(VIP组件)。 + +- 新增 门户模板(物料)。 + +- 优化掉部分组件中对头条小程序做兼容的冗余代码。 + +- 优化若干已知问题。 + + +#### V1.1.0(2021-09-07) + +- 调整组件对vue3支持与uni-app官方一致。 + +- 新增 Panel 面板 组件(VIP组件)。 + +- 新增 Preview 表单预览 组件(VIP组件)。 + +- 新增 Empty 缺省页 组件。 + +- 新增 SegmentedControl 分段器 组件。 + +- 新增 Pagination 分页器 组件。 + +- 新增 NavBar 导航栏 组件(VIP组件)。 + +- 新增 Tabs 标签页 组件。 + +- 新增 Tag 标签 组件。 + +- 新增 Backdrop 遮罩层 组件。 + +- 新增 Result 结果页 组件(VIP组件)。 + +- 新增 Avatar 头像 组件。 + +- 新增 Form 表单校验 组件(VIP组件)。 + +- 新增 Validator 表单验证(JS)组件(VIP组件)。 + +- 新增 SingleInput 单输入框 组件(VIP组件)。 + +- 新增 IndexList 索引列表 组件(VIP组件)。 + +- 新增 SearchBar 搜索栏 组件(VIP组件)。 + +- 新增 登录(A)模板(物料)。 + +- 新增 登录(B)模板(物料)。 + +- 新增 登录(C)模板(物料)。 + +- 新增 登录(D)模板(物料)。 + +- 优化若干已知问题。 + + +#### V1.0.0(2021-08-02) + +- 新增 Color 色彩 ,First UI用色指南。 + +- 新增 Icon 图标 组件,First UI字体图标库。 + +- 新增 Button 按钮 组件。 + +- 新增 Footer 页脚 组件。 + +- 新增 Animation 动画 组件。 + +- 新增 StatusBar 状态栏 组件。 + +- 新增 Layout 栅格布局 组件(fui-row和fui-col)。 + +- 新增 Grid 宫格 组件(fui-grid和fui-grid-item)。 + +- 新增 List 列表 组件(fui-list和fui-list-cell)。 + +- 新增 Card 卡片 组件。 + +- 新增 Input 输入框 组件。 + +- 新增 InputNumber 数字输入框 组件。 + +- 新增 Label 标签 组件。 + +- 新增 FormField 表单数据传递 组件(微信/百度/QQ小程序)。 + +- 新增 Radio 单选框 组件。 + +- 新增 Checkbox 复选框 组件。 + +- 新增 Switch 开关 组件。 + +- 新增 Textarea 多行输入框 组件。 + +- 新增 Loading 加载 组件。 + +- 新增 LoadAni 加载动画 组件(VIP组件)。 + +- 新增 Badge 徽章 组件。 + +- 新增 Alert 警告框 组件。 + +- 新增 Divider 分割线 组件。 + +- 新增 LoadMore 加载更多 组件。 + +- 新增 Clipboard 复制文本 组件(VIP组件)。 + +- 新增 Request 网络请求 组件(VIP组件)。 + +- 新增 Utils 工具 类组件。 + +- 新增 Poster 绘制分享海报 组件(VIP组件)。 \ No newline at end of file diff --git a/pages.json b/pages.json index 8c09b65..bd4cef5 100644 --- a/pages.json +++ b/pages.json @@ -46,6 +46,19 @@ "group": "商城" } }, + { + "path": "pages/seeding/seeding", + "style": { + "navigationBarTitleText": "社区种草", + "enablePullDownRefresh": true + }, + "meta": { + "auth": false, + "sync": true, + "title": "社区种草", + "group": "商城" + } + }, { "path": "pages/subscribe/success_tolse", "style": { @@ -805,6 +818,17 @@ "group": "营销活动" } }, + { + "path": "point/exchange_listall", + "style": { + "navigationBarTitleText": "兑换记录" + }, + "meta": { + "sync": true, + "title": "兑换记录", + "group": "营销活动" + } + }, { "path": "point/exchange_success", "style": { diff --git a/pages/activity/point/exchange_listall.vue b/pages/activity/point/exchange_listall.vue new file mode 100644 index 0000000..56c0ae6 --- /dev/null +++ b/pages/activity/point/exchange_listall.vue @@ -0,0 +1,100 @@ + + + + + + \ No newline at end of file diff --git a/pages/goods/sales.vue b/pages/goods/sales.vue index 55eafd0..e47801d 100644 --- a/pages/goods/sales.vue +++ b/pages/goods/sales.vue @@ -13,8 +13,16 @@
--> + + - 促销商品 + 精品推荐 + 热门榜单 + 新品首发 + 促销单品 - + + + \ No newline at end of file diff --git a/pages/pay/index.vue b/pages/pay/index.vue index cd4cc60..0a61ad2 100644 --- a/pages/pay/index.vue +++ b/pages/pay/index.vue @@ -88,7 +88,8 @@ payment: '', // 选中的支付方式 vip: '' ,//vip卡支付 vipid:'',//vip支付id需要 - cardName:''//vip卡类型 + cardName:'',//vip卡类型 + hideWalletPay:false//是否开启余额支付 }); const onPay = () => { @@ -201,7 +202,7 @@ const { data, code - } = await PayChannelApi.getEnableChannelCodeList(state.orderInfo.appId); + } = await PayChannelApi.getEnableChannelCodeList(state.orderInfo.appId, state.hideWalletPay); if (code !== 0) { return; } @@ -222,6 +223,7 @@ state.vip = options.type state.vipid = options.vipid state.cardName = options.cardName + state.hideWalletPay = options.hideWalletPay if (options.orderType) { state.orderType = options.orderType; } diff --git a/pages/pay/recharge.vue b/pages/pay/recharge.vue index 63f39c0..c962a97 100644 --- a/pages/pay/recharge.vue +++ b/pages/pay/recharge.vue @@ -101,6 +101,7 @@ sheep.$router.go('/pages/pay/index', { id: data.payOrderId, orderType: 'recharge', + hideWalletPay:true }); } diff --git a/pages/seeding/seeding.vue b/pages/seeding/seeding.vue new file mode 100644 index 0000000..7469a33 --- /dev/null +++ b/pages/seeding/seeding.vue @@ -0,0 +1,193 @@ + + + + + \ No newline at end of file diff --git a/sheep/api/pay/channel.js b/sheep/api/pay/channel.js index fca7bc0..cd2f24a 100644 --- a/sheep/api/pay/channel.js +++ b/sheep/api/pay/channel.js @@ -2,11 +2,11 @@ import request from '@/sheep/request'; const PayChannelApi = { // 获得指定应用的开启的支付渠道编码列表 - getEnableChannelCodeList: (appId) => { + getEnableChannelCodeList: (appId, hideWalletPay) => { return request({ url: '/pay/channel/get-enable-code-list', method: 'GET', - params: { appId }, + params: { appId, hideWalletPay:hideWalletPay }, }); }, }; diff --git a/sheep/components/s-goods-card/s-goods-card.vue b/sheep/components/s-goods-card/s-goods-card.vue index c90394f..b091b01 100644 --- a/sheep/components/s-goods-card/s-goods-card.vue +++ b/sheep/components/s-goods-card/s-goods-card.vue @@ -3,13 +3,21 @@ - + 首页新品 最新出炉 - - 首页新品 - 最新出炉 + + 精品推荐 + 猜你喜欢 + + + 热门榜单 + 好评如云 + + + 促销单品 + 多买多销 @@ -35,8 +43,10 @@ + + v-for="item in state.goodsList" :key="item.id"> - + - + --> @@ -94,6 +103,13 @@ @@ -223,6 +274,7 @@ width: 100%; display: flex; margin:10px 0; + justify-content: space-around; .list { width: 24%; &.on{ @@ -237,6 +289,7 @@ } .t { text-align: center; + font-size: 16px; } .b { @@ -246,7 +299,7 @@ border-radius: 15px; width: 63%; margin: 0 auto; - font-size: 11px; + font-size: 12px; margin-top:5px; } } @@ -257,9 +310,18 @@ } .goods-list-box { - width: 50%; + width: 100%; box-sizing: border-box; - + ::v-deep &{ + display:flex; + flex-wrap:wrap; + .left-list{ + width:48%; + } + .left-list:nth-child(3n+2){ + margin-right:0; + } + } .left-list { &:nth-last-child(1) { margin-bottom: 0 !important; diff --git a/sheep/components/s-mof-block/s-mof-block.vue b/sheep/components/s-mof-block/s-mof-block.vue index a237f34..c5fb8dc 100644 --- a/sheep/components/s-mof-block/s-mof-block.vue +++ b/sheep/components/s-mof-block/s-mof-block.vue @@ -6,21 +6,99 @@ 美好生活由此开始 - + + 今日推荐 店主诚意推荐品质商品 - GO! + + src="https://zysc.fjptzykj.com:3000/shangcheng/40a7582be7aeb5a6047415ab3a6728439a2798a4752ffcc1c063d66a534aa630.png" + class="img"> + + + + + + + + + 热门榜单 + 店主诚意推荐品质商品 + + + + + + + + + + + + + + + 首发新品 + 新品上架等 你来拿 + + + + + + + + + + + + + + + 促销单品 + 综合评选好 产品 + + + + + + + @@ -89,20 +167,21 @@ \ No newline at end of file -- 2.45.2 From de5eb7425640feba83a90f1fdd743257afd25e7a Mon Sep 17 00:00:00 2001 From: 77 <270260644@qq.com> Date: Thu, 31 Oct 2024 16:14:58 +0800 Subject: [PATCH 07/22] =?UTF-8?q?=E5=85=91=E6=8D=A2=E7=A7=AF=E5=88=86?= =?UTF-8?q?=E5=95=86=E5=93=81=E7=9A=84=E5=85=A8=E9=83=A8=E5=88=97=E8=A1=A8?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2=E5=AE=9E=E6=96=BD=E3=80=82=E5=9C=B0=E5=9D=80?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2=E4=BC=98=E5=8C=96=E4=B8=8E=E5=AF=B9=E9=87=8C?= =?UTF-8?q?=E9=9D=A2=E7=9A=84bug=E8=B0=83=E6=95=B4=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- manifest.json | 9 +- pages/activity/point/exchange_listall.vue | 136 ++--- pages/user/goods_details_store/index.vue | 575 ++++++++++-------- pages/user/user_vip/index.vue | 10 +- sheep/api/trade/delivery.js | 3 +- .../s-goods-column/s-goods-column.vue | 2 +- .../s-point-block/s-point-block.vue | 3 +- 7 files changed, 383 insertions(+), 355 deletions(-) diff --git a/manifest.json b/manifest.json index 52c3903..d4665ed 100644 --- a/manifest.json +++ b/manifest.json @@ -196,9 +196,14 @@ "plugins": {}, "lazyCodeLoading": "requiredComponents", "usingComponents": {}, - "permission": {}, + "permission": { + "scope.userLocation": { + "desc": "你的位置信息将用于选择定位" + } + }, "requiredPrivateInfos": [ - "chooseAddress" + "chooseAddress", + "getLocation" ] }, "mp-alipay": { diff --git a/pages/activity/point/exchange_listall.vue b/pages/activity/point/exchange_listall.vue index 56c0ae6..e736f86 100644 --- a/pages/activity/point/exchange_listall.vue +++ b/pages/activity/point/exchange_listall.vue @@ -1,100 +1,48 @@ + - - \ No newline at end of file + \ No newline at end of file diff --git a/pages/user/goods_details_store/index.vue b/pages/user/goods_details_store/index.vue index 12d14bb..8bad3cc 100644 --- a/pages/user/goods_details_store/index.vue +++ b/pages/user/goods_details_store/index.vue @@ -1,275 +1,348 @@ + .store-phone { + width: 50rpx; + height: 50rpx; + color: #fff; + border-radius: 50%; + display: block; + text-align: center; + line-height: 48rpx; + background-color: #e83323; + margin-bottom: 22rpx; + text-decoration: none; + } + + .store-distance { + font-size: 22rpx; + color: #e83323; + flex-wrap: wrap; + + .addressTxt { + width: 100%; + text-align: center; + margin-bottom: 10px; + } + + .tb { + display: flex; + align-items: center; + justify-content: space-around; + + .img { + width: 30px; + height: 30px; + } + } + } + + .iconfont { + font-size: 20rpx; + } + + .row-right { + flex: 1; + margin-left:10px; + //display: flex; + //flex-direction: column; + //align-items: flex-end; + //width: 33.5%; + } + \ No newline at end of file diff --git a/pages/user/user_vip/index.vue b/pages/user/user_vip/index.vue index cfdb77a..c5def16 100644 --- a/pages/user/user_vip/index.vue +++ b/pages/user/user_vip/index.vue @@ -271,7 +271,7 @@ .swiper { position: relative; - top: -353px; + top: -288px; .new-img { width: 90%; @@ -300,7 +300,7 @@ background-repeat: no-repeat; background-size: 100% 100%; width: 100%; - height: 415px; + height: 348px; background-color: #3b5086; .picTxt { @@ -351,8 +351,8 @@ background-repeat: no-repeat; background-size: 100% 100%; width: 690rpx; - height: 360rpx; - margin: -315px auto 0 auto; + height: 144px; + margin: -275px auto 0 auto; border-radius: 23rpx; padding: 22rpx 27rpx; box-sizing: border-box; @@ -535,7 +535,7 @@ .public_title { color: #282828; font-size: 30rpx; - + align-items: center; .icons { width: 6rpx; height: 28rpx; diff --git a/sheep/api/trade/delivery.js b/sheep/api/trade/delivery.js index b8004f6..136e51f 100644 --- a/sheep/api/trade/delivery.js +++ b/sheep/api/trade/delivery.js @@ -9,9 +9,10 @@ const DeliveryApi = { }); }, // 获得自提门店列表 - getDeliveryPickUpStoreList: () => { + getDeliveryPickUpStoreList: (data) => { return request({ url: `/trade/delivery/pick-up-store/list`, + params:data, method: 'get', }); }, diff --git a/sheep/components/s-goods-column/s-goods-column.vue b/sheep/components/s-goods-column/s-goods-column.vue index 63c10a4..9507fe9 100644 --- a/sheep/components/s-goods-column/s-goods-column.vue +++ b/sheep/components/s-goods-column/s-goods-column.vue @@ -369,7 +369,7 @@ import { PromotionActivityTypeEnum } from '@/sheep/util/const'; - +console.log(PromotionActivityTypeEnum,"PromotionActivityTypeEnum") // 接收参数 const props = defineProps({ goodsFields: { diff --git a/sheep/components/s-point-block/s-point-block.vue b/sheep/components/s-point-block/s-point-block.vue index 0845269..7c86d35 100644 --- a/sheep/components/s-point-block/s-point-block.vue +++ b/sheep/components/s-point-block/s-point-block.vue @@ -130,6 +130,7 @@ btnBuy, activityIds } = props.data || {}; + const { marginLeft, marginRight @@ -217,7 +218,7 @@ for (const activity of activityList) { state.spuList.push(await getSpuDetail(activity.spuId)); } - + console.log(state.spuList,"state.spuList"); // 循环活动列表 activityList.forEach((activity) => { // 查找对应的 spu 并更新价格 -- 2.45.2 From 7d8e731ea6920371b780eafeedf4e9ffaf3573f7 Mon Sep 17 00:00:00 2001 From: 77 <270260644@qq.com> Date: Mon, 4 Nov 2024 11:13:41 +0800 Subject: [PATCH 08/22] =?UTF-8?q?=E7=AC=AC=E4=B8=80=E7=89=88=E6=AD=A3?= =?UTF-8?q?=E5=BC=8F=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages.json | 11 - pages/chat/components/messageList.vue | 9 +- pages/chat/components/messageListItem.vue | 2 +- pages/chat/index.vue | 4 +- pages/commission/commission-ranking.vue | 433 +++++------ pages/commission/components/account-info.vue | 233 +++++- .../commission/components/commission-info.vue | 94 +-- .../commission/components/commission-log.vue | 2 +- .../commission/components/commission-menu.vue | 49 +- pages/commission/goods.vue | 15 +- pages/commission/index.vue | 2 +- pages/commission/order.vue | 4 +- pages/commission/wallet.vue | 4 +- pages/goods/sales.vue | 433 ----------- pages/goods/seckill.vue | 40 +- pages/pay/index.vue | 71 +- pages/user/goods_details_store/index.vue | 37 +- pages/user/user_vip/index.vue | 14 +- sheep/platform/pay.js | 679 +++++++++--------- 19 files changed, 927 insertions(+), 1209 deletions(-) delete mode 100644 pages/goods/sales.vue diff --git a/pages.json b/pages.json index bd4cef5..868e051 100644 --- a/pages.json +++ b/pages.json @@ -240,17 +240,6 @@ "group": "商品" } }, - { - "path": "sales", - "style": { - "navigationBarTitleText": "促销商品" - }, - "meta": { - "sync": true, - "title": "促销商品", - "group": "商品" - } - }, { "path": "list", "style": { diff --git a/pages/chat/components/messageList.vue b/pages/chat/components/messageList.vue index 457717e..e06c473 100644 --- a/pages/chat/components/messageList.vue +++ b/pages/chat/components/messageList.vue @@ -18,7 +18,7 @@ > @@ -48,7 +48,12 @@ import { reactive, ref } from 'vue'; import KeFuApi from '@/sheep/api/promotion/kefu'; import { isEmpty } from '@/sheep/helper/utils'; - +const props = defineProps({ + hei: { + type: [Object, String, Number], + default() {}, + }, + }); const messageList = ref([]); // 消息列表 const showNewMessageTip = ref(false); // 显示有新消息提示 const backToTopStyle = reactive({ diff --git a/pages/chat/components/messageListItem.vue b/pages/chat/components/messageListItem.vue index 9a98169..d32eced 100644 --- a/pages/chat/components/messageListItem.vue +++ b/pages/chat/components/messageListItem.vue @@ -93,7 +93,7 @@ class="chat-avatar ss-m-l-24" :src=" sheep.$url.cdn(message.senderAvatar) || - sheep.$url.static('/static/img/shop/chat/default.png') + sheep.$url.static('https://zysc.fjptzykj.com:3000/shangcheng/d1e722fb4a257a9ab28c7aca2df004d0159a8ee9cc1d02bccf7ef27b55fcc526.png') " mode="aspectFill" > diff --git a/pages/chat/index.vue b/pages/chat/index.vue index 969c63d..f673927 100644 --- a/pages/chat/index.vue +++ b/pages/chat/index.vue @@ -7,7 +7,7 @@
- +