diff --git a/page_fenbao/statulist/merchant/index.vue b/page_fenbao/statulist/merchant/index.vue index cd34e58..6164221 100644 --- a/page_fenbao/statulist/merchant/index.vue +++ b/page_fenbao/statulist/merchant/index.vue @@ -2,38 +2,67 @@ - - 请您输入真实有效信息,我们将在第一时间联系您! + + + + + + + + 1.您已经有设备了吗? + + + + + + + + 2.你想做的经营模式是? + + + + + + + + 3.你打算将设备投放到哪里? + + + {{item.name}} + + + + + 4.您的姓名 + + + + + + 5.您的联系方式 + + + + + + 6.您想了解的消息 + + + + + + + 请输入您的真实有效信息,我们将在第一时间联系您 - - - - - - - - - + + 马上加盟 立即赚钱 - - - - - - - - - - - 提交申请 - - - 提交申请 - - - + @@ -41,10 +70,85 @@ export default { data() { return { - name:'', - phone:'', - cont:'', - tjflag:true + bgc: { + backgroundColor: "#D9DAF5", + }, + txt1:'请选择有无设备', + value1: '', + options1: [{ + label: '已有设备,想合作', + value: 1, + }, + { + label: '没有设备,打算开始', + value: 2, + } + ], + txt2:'请选择经营模式', + value2: '', + options2: [{ + label: '个体经营', + value: 1, + }, + { + label: '企业经营', + value: 2, + },{ + label: '政府经营', + value: 3, + },{ + label: '机构经营', + value: 4, + } + ], + list: [ + { + name: '麻将房', + checked: false, + disabled: false + }, + { + name: '棋牌室', + checked: false, + disabled: false + }, + { + name: '台球桌', + checked: false, + disabled: false + },{ + name: '加水器', + checked: false, + disabled: false + }, + { + name: '按摩椅', + checked: false, + disabled: false + },{ + name: '洗衣机', + checked: false, + disabled: false + }, + { + name: '卡丁车', + checked: false, + disabled: false + }, + { + name: '充电桩', + checked: false, + disabled: false + },{ + name: '其他', + checked: false, + disabled: false + } + ], + name:'', + tel:'', + xiaoxi:'', + toufanglist:[] } }, // 分享到好友(会话) @@ -67,6 +171,67 @@ this.getuserinfo() }, methods: { + // 点击加盟 + btnjiameng(){ + if(this.value1 == ''){ + uni.showToast({ + title: '请选择有无设备', + icon: 'none', + duration:2000 + }) + }else if(this.value2 == ''){ + uni.showToast({ + title: '请选择经营模式', + icon: 'none', + duration:2000 + }) + }else if(this.toufanglist.length == 0){ + uni.showToast({ + title: '请勾选投放哪里', + icon: 'none', + duration:2000 + }) + }else if(this.name == ''){ + uni.showToast({ + title: '请输入您的姓名', + icon: 'none', + duration:2000 + }) + }else if(this.tel == ''){ + uni.showToast({ + title: '请输入您的手机号', + icon: 'none', + duration:2000 + }) + }else if(this.xiaoxi == ''){ + uni.showToast({ + title: '请输入您想知道的消息', + icon: 'none', + duration:2000 + }) + }else{ + console.log('111') + } + }, + + // 选择使用场景 + checkboxChange(e) { + //console.log(e); + }, + // 选中任一checkbox时,由checkbox-group触发 + checkboxGroupChange(e) { + console.log(e); + this.toufanglist = e + }, + // 选择经营模式 + btnjy(){ + this.txt2 = this.options2[this.value2 - 1].label + }, + // 选择是否拥有设备 + btnsb(){ + this.txt1 = this.options1[this.value1 - 1].label + }, + // 获取个人信息 getuserinfo() { this.$u.get("/app/user/userInfo").then((res) => { if (res.code == 200) { @@ -78,178 +243,114 @@ } }) }, - - btnshenq(){ - if(this.name == ''){ - uni.showToast({ - title: '真实姓名不能为空', - icon: 'none', - duration: 1000 - }); - }else if(this.phone == ''){ - uni.showToast({ - title: '手机号不能为空', - icon: 'none', - duration: 1000 - }); - }else{ - this.tjflag = false - let data = { - name:this.name, - mobile:this.phone, - content:this.cont - } - this.$u.post("/app/mchApply/submit",data).then(res => { - if(res.code == 401){ - uni.reLaunch({ - url:'/pages/login/login' - }) - this.tjflag = true - }else if(res.msg == '商家不允许重复申请') { - uni.showToast({ - title: '商家不允许重复申请', - icon: 'none', - duration: 1000 - }) - setTimeout(()=>{ - this.tjflag = true - },1000) - }else if(res.code == 500){ - uni.showToast({ - title: res.msg, - icon: 'none', - duration: 1000 - }) - this.tjflag = true - }else{ - uni.showToast({ - title: '申请成功', - icon: 'success', - duration: 1000 - }) - setTimeout(()=>{ - this.tjflag = true - uni.navigateBack() - },1000) - } - }) - } - } } } \ No newline at end of file diff --git a/page_user/sbdetail.vue b/page_user/sbdetail.vue index 249eca1..298ab18 100644 --- a/page_user/sbdetail.vue +++ b/page_user/sbdetail.vue @@ -115,7 +115,7 @@ - {{deviceInfo.surplusEle == null || Number(deviceInfo.surplusEle) < 0 ? '--' : deviceInfo.surplusEle}} + {{deviceInfo.surplusEleDb == null || Number(deviceInfo.surplusEleDb) < 0 ? '--' : deviceInfo.surplusEleDb}} 剩余度数 diff --git a/pages/index/index.vue b/pages/index/index.vue index 71f8fdc..2cd318d 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -45,9 +45,26 @@ - + + {{paixutxt}} + + + + + + + + + + + + + {{item.label}} + + + - + @@ -91,53 +108,57 @@ - - - {{item.deviceName}} - - - 网络: - - 无 - - - 未配网 - - 离线 - 在线 - - - - 状态: - - 维修中 - - - 使用中 - - - 空闲 - - - - S/N码:{{item.deviceNo}} - - - 未分配店铺 - - - 店铺:{{item.storeName.length > 5 ? item.storeName.slice(0,5) + '...' : item.storeName}} - - + + + {{item.deviceName.length > 4 ? item.deviceName.slice(0, 4) + '...' : item.deviceName}} + + + 蓝牙 + + + WIFi + + + 4G + + 未配网 + + 离线 + 在线 + + + + + 维修中 + + + 使用中 + + + 空闲 + + + + + S/N码:{{item.deviceNo}} + + + 未分配店铺 + + + 店铺:{{item.storeName.length > 5 ? item.storeName.slice(0,5) + '...' : item.storeName}} + + + @@ -210,18 +231,18 @@ pxlist: [ { value: 'deviceName', - label: '按设备名称排序' + label: '名称排序' }, { value: 'activationTime', - label: '按绑定时间排序' + label: '时间排序' }, { value: 'onlineStatus', - label: '按在线状态排序' + label: '状态排序' } ], - + paixutxt:'名称排序', shuaxin: false, showshop: false, shoplist: [], @@ -248,6 +269,7 @@ sbflag: true, show: false, qingqiuflag:true, + pxdaoxu:'desc', list: [{ value: '1', label: '扫码添加' @@ -303,7 +325,8 @@ url: "", deviceNo: '', btnmsk:false, - pxzt:'onlineStatus' + pxzt:'onlineStatus', + pxflag:true } }, onLoad() { @@ -377,14 +400,24 @@ methods: { // 选择排序 pxconfirm(e){ - this.pxzt = e[0].value - // this.gettanc() + this.pxshow = false + this.paixutxt = e.label + this.pxdaoxu = e.value + this.pagenum = 1 + this.getlist() + }, + btnpx(){ + this.pxflag = false + this.pxdaoxu = 'asc' + this.pagenum = 1 + this.getlist() + }, + btnpxs(){ + this.pxflag = true + this.pxdaoxu = 'desc' this.pagenum = 1 - // this.logins() - // this.getgroup() this.getlist() }, - funListenDeviceMsgEvent: function(options) { switch (options.type) { case xBlufi.XBLUFI_TYPE.TYPE_RECIEVE_MY_DATA: @@ -1038,7 +1071,7 @@ getlist() { this.shujuflag = false // if (this.storeId == null) { - this.$u.get(`/app/device/list?pageNum=${this.pagenum}&pageSize=${this.pagesize}&orderByColumn=${this.pxzt}&isAsc=desc&storeId=${this.storeId == null ? '' : this.storeId}&keyword=${this.keyword}`).then((res) => { + this.$u.get(`/app/device/list?pageNum=${this.pagenum}&pageSize=${this.pagesize}&orderByColumn=${this.pxzt}&isAsc=${this.pxdaoxu}&storeId=${this.storeId == null ? '' : this.storeId}&keyword=${this.keyword}`).then((res) => { if (res.code == 200) { this.xiaflag = true this.shuaxin = false @@ -1402,7 +1435,7 @@ position: fixed; bottom: 240rpx; right: 60rpx; - z-index: 99; + z-index: 8; } .title { @@ -2038,7 +2071,7 @@ } } .fd_da { - width: 600rpx; + width: 440rpx; overflow: hidden; overflow-x: auto; white-space: nowrap; @@ -2082,13 +2115,43 @@ display: flex; flex-wrap: nowrap; align-items: center; - + align-items: center; + position: relative; + .paixu{ + position: absolute; + top: 64rpx; + right: 0; + z-index: 10; + background-color: #fff; + padding: 10rpx 20rpx; + box-sizing: border-box; + width: 160rpx; + text-align: center; + border-radius: 10rpx; + .paixu_item{ + height: 50rpx; + line-height: 50rpx; + border-bottom: 1px solid #ccc; + } + .paixu_item:last-of-type{ + border: none; + } + } + .mask{ + width: 100%; + height: 100vh; + position: fixed; + top: 0; + left: 0; + background-color: rgba(0,0,0,0.1); + z-index: 9; + } .fd_set { font-size: 60rpx; } .icon-liebiao { - margin-top: 10rpx; + // margin-top: 10rpx; margin-left: 20rpx; font-size: 40rpx; } @@ -2122,48 +2185,62 @@ .card { display: flex; - // margin-top: 20rpx; - width: 658rpx; + width: 680rpx; max-height: 300rpx; - padding-bottom: 20rpx; + padding-bottom: 10rpx; box-sizing: border-box; background: #fff; - // box-shadow: 0rpx 16rpx 40rpx 0rpx rgba(255, 255, 255, 0); box-shadow: 0 4px 8px rgba(0,0,0,0.1); border-radius: 24rpx 24rpx 24rpx 24rpx; .card_left { width: 100%; margin-top: 20rpx; - margin-left: 50rpx; - + margin-left: 20rpx; + position: relative; + .sta_txt { + color: #262B37; + font-size: 26rpx; + font-weight: 400; + position: absolute; + top: -20rpx; + right: 0; + width: 100rpx; + height: 50rpx; + line-height: 50rpx; + text-align: center; + border-radius: 30rpx 0 30rpx 0; + } .card_left_tit { - font-size: 36rpx; - font-family: AlibabaPuHuiTi, AlibabaPuHuiTi; + font-size: 34rpx; font-weight: 600; - color: #8883F0; + color: #333; + display: flex; + align-items: center; } .card_left_sta { - - padding-top: 15rpx; + font-weight: 400; display: flex; flex-wrap: nowrap; align-items: center; - + display: flex; + text{ + padding:2rpx 4rpx; + box-sizing: border-box; + border: 1px solid #8883F0; + background-color: #8883F0; + color: #fff; + font-size: 20rpx; + text-align: center; + border-radius: 10rpx; + margin-right: 10rpx; + } image { width: 23.32rpx; height: 36.47rpx; } - - .sta_txt { - // margin-left: 15rpx; - color: #262B37; - font-size: 26rpx; - font-family: HarmonyOS Sans SC, HarmonyOS Sans SC; - font-weight: 400; - } } .card_left_no { @@ -2172,17 +2249,18 @@ font-family: AlibabaPuHuiTi, AlibabaPuHuiTi; font-weight: 400; color: #95989D; + margin-right: 20rpx; } } .card_right { margin-top: 30rpx; margin-left: auto; - margin-right: 50rpx; + margin-left: 20rpx; image { - width: 180rpx; - height: 180rpx; + width: 100rpx; + height: 100rpx; border-radius: 10rpx; } } diff --git a/pages/shanghudd.vue b/pages/shanghudd.vue index 25d2f3a..b3cf9d4 100644 --- a/pages/shanghudd.vue +++ b/pages/shanghudd.vue @@ -71,7 +71,7 @@ - {{du}}度 + {{sbobj.surplusEleDb}}度 {{formattedTime == '1秒' ? '0' : formattedTime}} @@ -84,7 +84,7 @@ - 订单剩余 + 设备剩余 预估金额,以实际金额为准 @@ -947,9 +947,8 @@ this.newArr.push(value) } } - if (this.detaobj.suitEndEle) { - let du = Number(this.detaobj.suitEndEle) - Number(this.detaobj.deviceTotalEle) - this.du = du.toFixed(2) + if (this.detaobj.deviceSurplusEle) { + this.du = this.detaobj.deviceSurplusEle } if (res.data.deviceExpireTime == null) { this.timeday = 0