This commit is contained in:
3321822538@qq.com 2024-11-11 18:01:14 +08:00
parent c6d0ec5089
commit 4cd67cafe3
12 changed files with 349 additions and 237 deletions

View File

@ -687,13 +687,9 @@
},
//
btns() {
// if(this.opflag){
// uni.navigateBack()
// }else{
uni.reLaunch({
url: '/pages/shouye/index'
})
// }
},
//
btnljzf() {

View File

@ -4,80 +4,45 @@
title-size='36' height='50'></u-navbar>
<view class="box">
<view class="list">
<!-- <view class="listval">
<view class="tit"> 店铺名称</view>
<view class="but"> <input type="text" placeholder="请输入店铺名称" v-model="shopname" /> </view>
</view>
<view class="listvals" @click="btnlx">
<view class="tit"> 店铺类型</view>
<view class="but"> <input disabled="false" type="text" :placeholder="selectortext" /> <u-icon
name="arrow-down" style="position: absolute;top: 30%;right: 14rpx;"></u-icon> </view>
</view> -->
<view class="listval">
<view class="tit"> 营业时间</view>
<view class="but"
style="display: flex;justify-content: space-between;padding: 15rpx 26rpx;box-sizing: border-box;">
<!-- #ifdef MP-ALIPAY -->
<view class="" style="font-size: 28rpx;color: #666;padding-top: 10rpx;" @click="btnyinye(1)">{{ksyy}}</view>
--
<view class="" style="font-size: 28rpx;color: #666;padding-top: 10rpx;" @click="btnyinye(2)">{{jsyy}}</view>
<!-- #endif -->
<!-- #ifdef MP-WEIXIN -->
<view class="" style="font-size: 28rpx;color: #666;" @click="btnyinye(1)">{{ksyy}}</view>
--
<view class="" style="font-size: 28rpx;color: #666;" @click="btnyinye(2)">{{jsyy}}</view>
<!-- #endif -->
</view>
</view>
<!-- <view class="listvals" @click="btnregion">
<view class="tit"> 省市区</view>
<view class="but"> <input disabled="false" type="text" :placeholder="regiontext" /> <u-icon
name="arrow-down" style="position: absolute;top: 30%;right: 14rpx;"></u-icon> </view>
</view> -->
<!-- <view class="listval">
<view class="tit"> 客服名称</view>
<view class="but"> <input type="text" placeholder="请输入客服名称" v-model="lxname" /> </view>
</view>
<view class="listval">
<view class="tit"> 客服电话</view>
<view class="but"> <input type="text" placeholder="请输入客服电话" v-model="lxphone" /> </view>
</view>
<view class="jinwei">
<view class="tit"> 详细地址</view>
<view class="but"> -->
<!-- <input type="text" v-model="latitude" disabled="true" style="color: #666;" />
<input type="text" v-model="longitude" disabled="true" style="color: #666;" /> -->
<!-- <input type="text" placeholder="请输入详细地址" v-model="xqdz" />
<u-icon name="map-fill" style="position: absolute;top: 20rpx;right: 22rpx;z-index: 99;"
size="32" @click="btnjwd"></u-icon>
</view>
</view> -->
<view class="listval">
<view class="tit"> 是否展示店铺</view>
<u-switch v-model="checked" active-color="#8883F0"></u-switch>
</view>
<view class="listval">
<view class="tit"> 是否允许在非营业时间使用</view>
<u-switch v-model="checkeds" active-color="#8883F0"></u-switch>
</view>
<!-- <view class="listval">
<view class="tit"> 详细地址</view>
<view class="but"> <input type="text" placeholder="请输入详细地址" v-model="xqdz" /> </view>
</view> -->
<!-- <view class="icon">
<view class="list_box">
<view class="lt">
<view class="tit">
上传门头照
</view>
<view class="wz">
门头照片必须清晰方正易于辨识
</view>
</view>
<view class="imgbox">
style="border: 0;outline: none;width: 143rpx;padding-left: 0rpx;height: 143rpx;border-radius: 16rpx;"
@click="getImage">
<image :src="imglist" mode="aspectFit"></image>
</button>
<ksp-cropper mode="free" :width="142" :height="142" :maxWidth="1024" :maxHeight="1024" :url="url"
@cancel="oncancel" @ok="onok"></ksp-cropper>
</view>
</view>
</view> -->
<!-- #ifdef MP-ALIPAY -->
<view class="listval">
<view class="tit"> 是否展示店铺</view>
<switch checked color="#8883F0"/>
</view>
<view class="listval">
<view class="tit"> 是否允许在非营业时间使用</view>
<switch checkeds color="#8883F0"/>
</view>
<!-- #endif -->
<!-- #ifdef MP-WEIXIN -->
<view class="listval">
<view class="tit"> 是否展示店铺</view>
<u-switch v-model="checked" active-color="#8883F0"></u-switch>
</view>
<view class="listval">
<view class="tit"> 是否允许在非营业时间使用</view>
<u-switch v-model="checkeds" active-color="#8883F0"></u-switch>
</view>
<!-- #endif -->
<view class="baocun" @click="btncreat">
配置
</view>

View File

@ -6,14 +6,25 @@
<view class="list">
<view class="listval">
<view class="tit"> 店铺名称</view>
<view class="but"> <input type="text" placeholder="请输入店铺名称" v-model="shopname" disabled="false" />
</view>
<view class="but"> <input type="text" placeholder="请输入店铺名称" v-model="shopname" /> </view>
</view>
<!-- @click="btnlx" -->
<view class="listvals">
<view class="listvals" @click="btnlx">
<view class="tit"> 店铺类型</view>
<view class="but"> <input disabled="false" type="text" :placeholder="selectortext" /> <u-icon
name="arrow-down" style="position: absolute;top: 30%;right: 14rpx;"></u-icon> </view>
<!-- #ifdef MP-ALIPAY -->
<view style="line-height: 70rpx;padding-left: 40rpx;width: 462rpx;
height: 70rpx;
background: #F0F0F0;
border-radius: 12rpx 12rpx 12rpx 12rpx;" @click="btnlx">
<text style="color: #ccc;font-size: 32rpx;">{{selectortext == '' ? '请选择商铺类型' : selectortext}}</text>
</view>
<!-- #endif -->
<!-- #ifdef MP-WEIXIN -->
<view class="but">
<input disabled="false" type="text" :placeholder="selectortext" /> <u-icon
name="arrow-down" style="position: absolute;top: 30%;right: 14rpx;"></u-icon>
</view>
<!-- #endif -->
</view>
<!-- <view class="listval">
<view class="tit"> 营业时间</view>
@ -31,24 +42,29 @@
name="arrow-down" style="position: absolute;top: 30%;right: 14rpx;"></u-icon> </view>
</view> -->
<view class="listval">
<view class="tit"> 联系人</view>
<view class="but"> <input type="text" placeholder="请输入联系人" v-model="lxname" disabled="false" />
<view class="tit"> 客服名称</view>
<view class="but"> <input type="text" placeholder="请输入客服名称" v-model="lxname" disabled="false" />
</view>
</view>
<view class="listval">
<view class="tit"> 联系电话</view>
<view class="but"> <input type="text" placeholder="请输入联系电话" v-model="lxphone" disabled="false" />
<view class="tit"> 客服电话</view>
<view class="but"> <input type="text" placeholder="请输入客服电话" v-model="lxphone" disabled="false" />
</view>
</view>
<view class="jinwei">
<view class="tit"> 详细地址</view>
<view class="but">
<!-- <input type="text" v-model="latitude" disabled="true" style="color: #666;" />
<input type="text" v-model="longitude" disabled="true" style="color: #666;" /> -->
<input type="text" placeholder="请输入详细地址" v-model="xqdz" disabled="false" />
<!-- #ifdef MP-ALIPAY -->
<view style="line-height: 70rpx;padding-left: 40rpx;" @click="btnjwd">
<text style="color: #ccc;font-size: 32rpx;">{{xqdz == '' ? '请选择详细地址' : xqdz}}</text>
</view>
<!-- #endif -->
<!-- #ifdef MP-WEIXIN -->
<input type="text" placeholder="请输入详细地址" v-model="xqdz" />
<u-icon name="map-fill" style="position: absolute;top: 20rpx;right: 22rpx;z-index: 99;"
size="32"></u-icon>
<!-- @click="btnjwd" -->
size="32" ></u-icon>
<!-- #endif -->
</view>
</view>
<!-- <view class="listval">
@ -265,17 +281,16 @@
</script>
<style lang="scss">
/deep/ .panel {
/deep/ .panel{
position: fixed;
width: 100%;
height: 100%;
top: 0;
bottom: 0;
left: 0;
z-index: 99 !important;
overflow: hidden;
width: 100%;
height: 100%;
top: 0;
bottom: 0;
left: 0;
z-index: 99 !important;
overflow: hidden;
}
/deep/ .u-title {
padding-bottom: 22rpx;
}
@ -293,7 +308,6 @@
position: fixed;
top: 0;
left: 0;
color: #666;
.box {
width: 750rpx;
@ -304,7 +318,7 @@
.list {
width: 680rpx;
height: 800rpx;
height: 1060rpx;
background: #FFFFFF;
border-radius: 24rpx 24rpx 24rpx 24rpx;
margin: auto;
@ -316,7 +330,7 @@
.baocun {
width: 584rpx;
height: 90rpx;
background: #ccc;
background: linear-gradient(90deg, #8883F0 0%, #A29EFF 100%);
border-radius: 54rpx 54rpx 54rpx 54rpx;
margin: auto;
text-align: center;
@ -359,7 +373,7 @@
}
.imgbox {
width: 33%;
width: 28%;
image {
width: 142rpx;
@ -373,7 +387,7 @@
display: flex;
justify-content: space-between;
margin-top: 34rpx;
align-items: center;
.tit {
margin-top: 10rpx;
font-size: 32rpx;
@ -392,6 +406,7 @@
line-height: 70rpx;
padding-left: 22rpx;
padding-right: 72rpx;
width: 100%;
}
}
}
@ -400,7 +415,7 @@
display: flex;
justify-content: space-between;
margin-top: 34rpx;
align-items: center;
.tit {
margin-top: 12rpx;
font-size: 32rpx;
@ -418,6 +433,7 @@
height: 70rpx;
line-height: 70rpx;
padding-left: 22rpx;
width: 100%;
}
}
}
@ -426,7 +442,7 @@
display: flex;
justify-content: space-between;
margin-top: 34rpx;
align-items: center;
.tit {
margin-top: 12rpx;
font-size: 32rpx;

View File

@ -10,8 +10,21 @@
</view>
<view class="listvals" @click="btnlx">
<view class="tit"> 店铺类型</view>
<view class="but"> <input disabled="false" type="text" :placeholder="selectortext" /> <u-icon
name="arrow-down" style="position: absolute;top: 30%;right: 14rpx;"></u-icon> </view>
<!-- #ifdef MP-ALIPAY -->
<view style="line-height: 70rpx;padding-left: 40rpx;width: 462rpx;
height: 70rpx;
background: #F0F0F0;
border-radius: 12rpx 12rpx 12rpx 12rpx;" @click="btnlx">
<text style="color: #ccc;font-size: 32rpx;">{{selectortext == '' ? '请选择商铺类型' : selectortext}}</text>
</view>
<!-- #endif -->
<!-- #ifdef MP-WEIXIN -->
<view class="but">
<input disabled="false" type="text" :placeholder="selectortext" /> <u-icon
name="arrow-down" style="position: absolute;top: 30%;right: 14rpx;"></u-icon>
</view>
<!-- #endif -->
</view>
<!-- <view class="listval">
<view class="tit"> 营业时间</view>
@ -38,11 +51,17 @@
<view class="jinwei">
<view class="tit"> 详细地址</view>
<view class="but">
<!-- <input type="text" v-model="latitude" disabled="true" style="color: #666;" />
<input type="text" v-model="longitude" disabled="true" style="color: #666;" /> -->
<input type="text" placeholder="请输入详细地址" v-model="xqdz" />
<!-- #ifdef MP-ALIPAY -->
<view style="line-height: 70rpx;padding-left: 40rpx;" @click="btnjwd">
<text style="color: #ccc;font-size: 32rpx;">{{xqdz == '' ? '请选择详细地址' : xqdz}}</text>
</view>
<!-- #endif -->
<!-- #ifdef MP-WEIXIN -->
<input type="text" placeholder="请输入详细地址" v-model="xqdz" />
<u-icon name="map-fill" style="position: absolute;top: 20rpx;right: 22rpx;z-index: 99;"
size="32" @click="btnjwd"></u-icon>
size="32" ></u-icon>
<!-- #endif -->
</view>
</view>
<!-- <view class="listval">
@ -68,14 +87,34 @@
</view>
</view>
<view class="imgbox">
<!-- <image :src="imglist" mode="aspectFit" style="width: 142rpx;height: 142rpx;border-radius: 20rpx;"></image> -->
<button
style="border: 0;outline: none;width: 143rpx;padding-left: 0rpx;height: 143rpx;border-radius: 16rpx;"
@click="getImage">
<image :src="imglist" mode="aspectFit"></image>
</button>
<ksp-cropper mode="free" :width="142" :height="142" :maxWidth="1024" :maxHeight="1024" :url="url"
@cancel="oncancel" @ok="onok"></ksp-cropper>
<view class="imgbox">
<!-- #ifdef MP-WEIXIN -->
<button
style="border: 0;outline: none;width: 143rpx;padding-left: 0rpx;height: 143rpx;border-radius: 16rpx;"
@click="getImage">
<image v-if="imgflag"
src="https://api.ccttiot.com/smartmeter/img/static/uY8CPw9YE6JxPzcHUaqf" mode="aspectFit">
</image>
<image v-else :src="imglist" mode="aspectFit"
style="width: 142rpx;height: 142rpx;border-radius: 20rpx;"></image>
</button>
<ksp-cropper mode="free" :width="142" :height="142" :maxWidth="1024" :maxHeight="1024" :url="url"
@cancel="oncancel" @ok="onok"></ksp-cropper>
<!-- #endif -->
<!-- #ifdef MP-ALIPAY -->
<button
style="border: 0;outline: none;width: 143rpx;padding-left: 0rpx;height: 143rpx;border-radius: 16rpx;"
@click="btnzfb">
<image v-if="imgflag"
src="https://api.ccttiot.com/smartmeter/img/static/uY8CPw9YE6JxPzcHUaqf" mode="aspectFit">
</image>
<image v-else :src="imglist" mode="aspectFit"
style="width: 142rpx;height: 142rpx;border-radius: 20rpx;"></image>
</button>
<!-- #endif -->
</view>
</view>
</view>
</view>
@ -404,7 +443,7 @@
}
})
},
btn() {
btnzfb() {
let _this = this
let math = 'static/' + _this.$u.guid(20)
uni.chooseImage({
@ -463,7 +502,6 @@
position: fixed;
top: 0;
left: 0;
color: #666;
.box {
width: 750rpx;
@ -474,7 +512,7 @@
.list {
width: 680rpx;
height: 800rpx;
height: 1060rpx;
background: #FFFFFF;
border-radius: 24rpx 24rpx 24rpx 24rpx;
margin: auto;
@ -511,7 +549,8 @@
width: 100%;
display: flex;
justify-content: space-between;
padding-right: 45rpx;
padding-right: 45rpx;
.lt {
padding-top: 40rpx;
@ -528,8 +567,8 @@
}
.imgbox {
width: 33%;
width: 28%;
image {
width: 142rpx;
height: 142rpx;
@ -542,20 +581,20 @@
display: flex;
justify-content: space-between;
margin-top: 34rpx;
align-items: center;
.tit {
margin-top: 10rpx;
font-size: 32rpx;
color: #3D3D3D;
}
.but {
width: 462rpx;
height: 70rpx;
background: #F0F0F0;
border-radius: 12rpx 12rpx 12rpx 12rpx;
position: relative;
input {
height: 70rpx;
line-height: 70rpx;
@ -597,7 +636,7 @@
display: flex;
justify-content: space-between;
margin-top: 34rpx;
align-items: center;
.tit {
margin-top: 12rpx;
font-size: 32rpx;

View File

@ -10,13 +10,26 @@
</view>
<view class="listvals" @click="btnlx">
<view class="tit"> 店铺类型</view>
<view class="but"> <input disabled="false" type="text" :placeholder="selectortext" /> <u-icon
name="arrow-down" style="position: absolute;top: 30%;right: 14rpx;"></u-icon> </view>
<!-- #ifdef MP-ALIPAY -->
<view style="line-height: 70rpx;padding-left: 40rpx;width: 462rpx;
height: 70rpx;
background: #F0F0F0;
border-radius: 12rpx 12rpx 12rpx 12rpx;" @click="btnlx">
<text style="color: #ccc;font-size: 32rpx;">{{selectortext == '' ? '请选择商铺类型' : selectortext}}</text>
</view>
<!-- #endif -->
<!-- #ifdef MP-WEIXIN -->
<view class="but">
<input disabled="false" type="text" :placeholder="selectortext" /> <u-icon
name="arrow-down" style="position: absolute;top: 30%;right: 14rpx;"></u-icon>
</view>
<!-- #endif -->
</view>
<view class="listval">
<view class="tit"> 营业时间</view>
<view class="but"
style="display: flex;justify-content: space-between;padding: 15rpx 20rpx;box-sizing: border-box;">
style="display: flex;justify-content: space-between;padding: 0 20rpx;box-sizing: border-box;line-height: 70rpx;">
<!-- <input type="text" placeholder="请输入营业时间" v-model="yetime" /> -->
<view class="" style="font-size: 28rpx;color: #666;" @click="btnyinye(1)">{{ksyy}}</view>
--
@ -39,9 +52,17 @@
<view class="jinwei">
<view class="tit"> 详细地址</view>
<view class="but">
<input type="text" placeholder="请输入详细地址" v-model="xqdz" />
<!-- #ifdef MP-ALIPAY -->
<view style="line-height: 70rpx;padding-left: 40rpx;" @click="btnjwd">
<text style="color: #ccc;font-size: 32rpx;">{{xqdz == '' ? '请选择详细地址' : xqdz}}</text>
</view>
<!-- #endif -->
<!-- #ifdef MP-WEIXIN -->
<input type="text" placeholder="请输入详细地址" v-model="xqdz" />
<u-icon name="map-fill" style="position: absolute;top: 20rpx;right: 22rpx;z-index: 99;"
size="32" @click="btnjwd"></u-icon>
size="32" ></u-icon>
<!-- #endif -->
</view>
</view>
<view class="listval">
@ -63,17 +84,32 @@
</view>
</view>
<view class="imgbox">
<!-- #ifdef MP-WEIXIN -->
<button
style="border: 0;outline: none;width: 143rpx;padding-left: 0rpx;height: 143rpx;border-radius: 16rpx;"
@click="getImage">
<image v-if="imgflag"
src="https://api.ccttiot.com/smartmeter/img/static/uY8CPw9YE6JxPzcHUaqf" mode="aspectFit">
</image>
<image v-else :src="imglist" mode="aspectFit"
style="width: 142rpx;height: 142rpx;border-radius: 20rpx;"></image>
</button>
<ksp-cropper mode="free" :width="142" :height="142" :maxWidth="1024" :maxHeight="1024" :url="url"
@cancel="oncancel" @ok="onok"></ksp-cropper>
<!-- #endif -->
<!-- #ifdef MP-ALIPAY -->
<button
style="border: 0;outline: none;width: 143rpx;padding-left: 0rpx;height: 143rpx;border-radius: 16rpx;"
@click="getImage">
@click="btnzfb">
<image v-if="imgflag"
src="https://api.ccttiot.com/smartmeter/img/static/uY8CPw9YE6JxPzcHUaqf" mode="aspectFit">
</image>
<image v-else :src="imglist" mode="aspectFit"
style="width: 142rpx;height: 142rpx;border-radius: 20rpx;"></image>
</button>
<ksp-cropper mode="free" :width="142" :height="142" :maxWidth="1024" :maxHeight="1024" :url="url"
@cancel="oncancel" @ok="onok"></ksp-cropper>
<!-- #endif -->
</view>
</view>
</view>
@ -402,33 +438,34 @@
}
})
},
// btn() {
// let _this = this
// let math = 'static/' + _this.$u.guid(20)
// uni.chooseImage({
// count: 1,
// type: 'all',
// success(res) {
// const tempFilePaths = res.tempFiles
// wx.uploadFile({
// url: 'https://up-z2.qiniup.com',
// name: 'file',
// filePath: tempFilePaths[0].path,
// formData: {
// token: _this.token, //token
// key: 'smartmeter/img/' + math
// },
// success: function(res) {
// let str = JSON.parse(res.data)
// console.log(str.key)
// _this.userImgs = 'https://api.ccttiot.com/' + str.key
// _this.imglist = _this.userImgs
// _this.imgflag = false
// }
// });
// }
// })
// },
// 使
btnzfb() {
let _this = this
let math = 'static/' + _this.$u.guid(20)
uni.chooseImage({
count: 1,
type: 'all',
success(res) {
const tempFilePaths = res.tempFiles
wx.uploadFile({
url: 'https://up-z2.qiniup.com',
name: 'file',
filePath: tempFilePaths[0].path,
formData: {
token: _this.token, //token
key: 'smartmeter/img/' + math
},
success: function(res) {
let str = JSON.parse(res.data)
console.log(str.key)
_this.userImgs = 'https://api.ccttiot.com/' + str.key
_this.imglist = _this.userImgs
_this.imgflag = false
}
});
}
})
},
}
}
</script>
@ -526,7 +563,7 @@
}
.imgbox {
width: 33%;
width: 28%;
image {
width: 142rpx;
@ -540,7 +577,7 @@
display: flex;
justify-content: space-between;
margin-top: 34rpx;
align-items: center;
.tit {
margin-top: 10rpx;
font-size: 32rpx;
@ -595,7 +632,7 @@
display: flex;
justify-content: space-between;
margin-top: 34rpx;
align-items: center;
.tit {
margin-top: 12rpx;
font-size: 32rpx;

View File

@ -83,12 +83,58 @@
</view>
</view>
</view>
<view class="" style="display: flex;margin-bottom: 20rpx;width: 100%;">
<!-- 单次收费 -->
<view class="" style="display: flex;margin-bottom: 20rpx;width: 100%;" v-if="feeMode == 1">
<view class="feemss" v-if="gmsjflag" style="max-width: 380rpx;box-sizing: border-box;margin-top: 6rpx;">
<view class="feelt" style="display: block;display: flex;align-items: center;">
<!-- <text class="txt" style="width: 60rpx;margin-bottom: 10rpx;">时间</text> -->
<text style="margin-right: 20rpx;">单价</text> <text style="margin-right: 10rpx;"></text> <input style="display: inline-block;" type="number" v-model="duvalue" /> <text>{{timetxt}}</text>
<text style="margin-right: 20rpx;" v-if="feeMode == 2">单价</text><text style="margin-right: 20rpx;" v-else>时间</text>
<text style="margin-right: 10rpx;" v-if="feeMode == 2"></text> <text style="margin-right: 10rpx;" v-else></text>
<input style="display: inline-block;" type="number" v-model="duvalue" />
</view>
<view class="feert" style="margin-left: 0;width: 0;">
<view class="feert" style="max-width: 320rpx;padding-left: 0;margin-left: 0;">
<text style="margin-right: 20rpx;width: 66rpx;">金额</text> <input type="text" class="yj" v-model="qianvalue" /> <text></text>
</view>
<!-- <view class="">
<u-radio-group v-model="valuethr" @change="radioGroupChangetime">
<u-radio @change="radioChangetime" v-for="(item, index) in gmsj" :key="index"
active-color="#8883f0" :name="item.name" :disabled="item.disabled">
{{item.name}}
</u-radio>
</u-radio-group>
</view> -->
</view>
</view>
<view class="feems" v-if="duflag" style="display: block;box-sizing: border-box;width: 360rpx;">
<view class="feert">
<text style="margin-right: 20rpx;" v-if="feeMode == 2">单价</text><text style="margin-right: 20rpx;" v-else></text>
<text style="margin-right: 10rpx;" v-if="feeMode == 2"></text><text style="margin-right: 10rpx;" v-else></text>
<text style="display: inline-block;margin-right: 20rpx;">度数</text> <input type="text" class="yj" v-model="duvalue" /> <text></text>
</view>
</view>
<view class="feems" v-if="jeflag" style="display: block;">
<view class="" v-if="feeMode == 1 && feeType == 1">
<u-radio-group v-model="valuethr" @change="radioGroupChangetime">
<u-radio @change="radioChangetime" v-for="(item, index) in gmsj" :key="index"
active-color="#8883f0" :name="item.name" :disabled="item.disabled">
{{item.name}}
</u-radio>
</u-radio-group>
</view>
<view class="feert" style="width: 100%;" v-else>
<input type="text" class="yj" v-model="qianvalue" /> <text></text>
</view>
</view>
</view>
<!-- 智能收费 -->
<view class="" style="display: flex;margin-bottom: 20rpx;width: 100%;" v-else>
<view class="feemss" v-if="gmsjflag" style="max-width: 380rpx;box-sizing: border-box;margin-top: 6rpx;">
<view class="feelt" style="display: block;display: flex;align-items: center;">
<text style="margin-right: 20rpx;" v-if="feeMode == 2">单价</text><text style="margin-right: 20rpx;" v-else>时间</text>
<text style="margin-right: 10rpx;" v-if="feeMode == 2"></text> <text style="margin-right: 10rpx;" v-else></text>
<input style="display: inline-block;" type="number" v-model="duvalue" /> <text>{{timetxt}}</text>
</view>
<view class="feert" style="margin-left: 0;padding-left: 80rpx;">
<view class="">
@ -102,27 +148,21 @@
</view>
</view>
<view class="feems" v-if="duflag" style="display: block;box-sizing: border-box;width: 360rpx;">
<!-- <view class="feelt" style="margin-bottom: 10rpx;">
购买度数
</view> -->
<view class="feert">
<text style="margin-right: 20rpx;">单价</text> <text style="margin-right: 10rpx;"></text> <input type="text" class="yj" v-model="duvalue" /> <text></text>
<text style="margin-right: 20rpx;" v-if="feeMode == 2">单价</text><text style="margin-right: 20rpx;" v-else></text>
<text style="margin-right: 10rpx;" v-if="feeMode == 2"></text><text style="margin-right: 10rpx;" v-else></text>
<input type="text" class="yj" v-model="duvalue" /> <text></text>
</view>
</view>
<view class="feems" v-if="jeflag" style="display: block;">
<!-- <view class="feelt" style="margin-bottom: 10rpx;">
单价
</view> -->
<view class="feert" style="width: 100%;">
<input type="text" class="yj" v-model="qianvalue" /> <text></text>
</view>
</view>
</view>
<text style="font-size: 24rpx;color: red;">消费金额为单价的倍数结束订单后将返回剩余预存款</text>
</view>
<text style="font-size: 24rpx;color: red;" v-if="feeMode == 2 && feeType == 1 || feeMode == 2 && feeType == 2">消费金额为单价的倍数结束订单后将返回剩余预存款</text>
</view>
<view class="batterybox" v-if="djflag">
<view class="dianj">
<view class="djone" @click="btnys('#64B6A7')">
@ -303,7 +343,7 @@
<view class="" style="font-size:30rpx">剩余时间不足语音提示</view> <u-switch active-color="#8883F0" v-model="checkes"></u-switch>
</view>
<view class="sbarr" style="display: flex; align-items: center;margin-top: 30rpx;" v-if="checkes == true">
<view class="">剩余时长</view> <input type="text" v-model="powes" style="text-align: right;width: 380rpx;" placeholder="低于该值将结束订单并断电"/>分钟
<view class="">剩余时长</view> <input type="text" v-model="powes" style="text-align: right;width: 380rpx;" placeholder="低于该值将响铃提醒"/>分钟
</view>
<view class="" style="color: #FF4444;margin-top: 20rpx;">
仅限于语音版设备并在线状态才能正常使用
@ -471,21 +511,22 @@
this.getuser()
this.getxieyi()
if (uni.getStorageSync('tcidlist')) {
this.deviceList = []
this.deviceList = uni.getStorageSync('tcidlist')
function uniqueByProperty(arr, prop) {
const seen = new Set();
return arr.filter(item => {
const val = item[prop];
if (seen.has(val)) {
return false;
} else {
seen.add(val);
return true;
}
});
}
// 使 this.deviceList 'id'
this.deviceList = uniqueByProperty(this.deviceList, 'id');
// function uniqueByProperty(arr, prop) {
// const seen = new Set();
// return arr.filter(item => {
// const val = item[prop];
// if (seen.has(val)) {
// return false;
// } else {
// seen.add(val);
// return true;
// }
// });
// }
// // 使 this.deviceList 'id'
// this.deviceList = uniqueByProperty(this.deviceList, 'id');
console.log(this.deviceList)
}
setTimeout(() => {

View File

@ -1,7 +1,15 @@
<template>
<view class="page">
<u-navbar title="充值记录" :border-bottom="false" :background="bgc" title-color='#fff' back-icon-color="#fff" title-size='36'
height='50'></u-navbar>
<!-- #ifdef MP-ALIPAY -->
<u-navbar title="充值记录" :border-bottom="false" :background="bgc" title-color='#fff' back-icon-color="#fff" title-size='36'
height='50'></u-navbar>
<!-- #endif -->
<!-- #ifdef MP-WEIXIN -->
<u-navbar title="充值记录" :border-bottom="false" :background="bgc" title-color='#fff' back-icon-color="#fff" title-size='36'
height='50'></u-navbar>
<!-- #endif -->
<view class="box">
<view class="list" @scrolltolower="onReachBottom" v-for="(item,index) in wateringList" :key="index">
<view class="list_val">

View File

@ -89,21 +89,12 @@
功率W
</view>
</view>
<!-- <view class="cont" style="text-align: center;">
<view class="tit">
{{formattedTime}}
</view>
<view class="txt">
剩余时长
</view>
</view> -->
</view>
<view class="" style="display: flex;margin-top: 20rpx;padding: 50rpx;box-sizing: border-box;width: 100%;
height: 80rpx;align-items: center;justify-content: space-between;background-color: #fff;border-radius: 20rpx;font-size: 32rpx;color: #3D3D3D;">
<view class="bot">开关状态{{tdtxt}}</view>
<view class="cont" @click="btnkq">
<view class="top" style="padding-top: 10rpx;">
<!-- <u-switch v-model="checked" active-color="#8883F0"></u-switch> -->
<view class="rt">
<image v-if="imgflag" style="width: 160rpx;height: 80rpx;"
src="https://api.ccttiot.com/smartmeter/img/static/uccaWar4FDp37op7haWM " mode="aspectFit">
@ -264,8 +255,10 @@
<view class="tanc" v-if="vipflag">
<view class="tit">请输入您需要充值的时长或度数</view>
<input type="number" :focus="focus" v-model="cztime" placeholder="请输入时长或度数" />
<input type="text" placeholder="请选择单位时长或度数" v-model="danwei" disabled="false" @click="showflag = true" />
<view class="inpss" @click="btnxzdw">{{danwei}}</view>
<!-- #ifdef MP-WEIXIN -->
<u-icon name="arrow-down" style="position: fixed;top: 234rpx;right: 60rpx;" color="#999" size="28"></u-icon>
<!-- #endif -->
<view class="xian"></view>
<view class="anniu">
<text @click="btnqx">取消</text> <text style="border-left: 1px solid #eee;color: #8883F0;"
@ -348,7 +341,7 @@
btnmsk: false,
bluetoothflag: false,
shibaiflag: false,
danwei: '',
danwei: '请选择时长单位',
listdanwei: [{
value: 2,
label: '小时'
@ -363,7 +356,7 @@
label: '度'
}],
bgc: {
backgroundColor: "#F9F8FF ",
backgroundColor: "#F9F8FF",
},
ec: {
lazyLoad: true
@ -494,6 +487,12 @@
this.drawCanvas()
},
methods: {
groupChange(n) {
console.log('groupChange', n);
},
radioChange(n) {
console.log('radioChange', n);
},
//
btnshdd(){
uni.navigateTo({
@ -550,6 +549,10 @@
// this.getshuax()
// }, 60000); // 60000 = 1
// },
btnxzdw(){
this.showflag = true
console.log(1);
},
//
@ -1145,21 +1148,6 @@
url: '/page_user/setting?id=' + this.id
})
} else if (num == 5) {
// if(this.deviceInfo.onlineStatus == 1){
// this.btnmsk = false
// let systemInfo = uni.getSystemInfoSync()
// if (systemInfo.platform == 'android') {
// // Android
// uni.navigateTo({
// url: '/page_components/wifilist/index?deviceId=' + this.deviceId + '&name=' + this.name
// })
// } else if (systemInfo.platform == 'ios') {
// // iOS
// uni.navigateTo({
// url: '/page_fenbao/device/wifivideo?deviceId=' + this.deviceId + '&name=' + this.name
// })
// }
// }else{
this.btnmsk = false
this.shibaiflag = false
this.bluetoothflag = true
@ -1761,7 +1749,7 @@
left: 50%;
transform: translateX(-50%);
z-index: 2;
text-align: center;
.tit {
width: 100%;
text-align: center;
@ -1779,8 +1767,21 @@
margin: auto;
margin-top: 22rpx;
padding-left: 20rpx;
text-align: left;
}
.inpss{
width: 510rpx;
height: 90rpx;
line-height: 90rpx;
font-size: 32rpx;
color: #ccc;
background: #EEEEEE;
border-radius: 6rpx 6rpx 6rpx 6rpx;
margin: auto;
margin-top: 22rpx;
padding-left: 20rpx;
text-align: left;
}
.xian {
width: 610rpx;
height: 2rpx;

View File

@ -22,12 +22,9 @@
"enablePullDownRefresh": true,
"navigationBarBackgroundColor": "#8883F0",
"navigationBarTextStyle": "#FFFFFF",
"navigationStyle": "custom",
"navigationStyle": "custom",
"transparentTitle": "always", //
"titlePenetrate": "YES" ,//
"titleNView": {
"autoBackButton": false
}
"titlePenetrate": "YES"//
}
},
{

View File

@ -1579,9 +1579,9 @@
page {
background-color: #F7FAFE;
height: 100%;
position: fixed;
top: 0;
left: 0;
// position: fixed;
// top: 0;
// left: 0;
}
.activewzgl {

View File

@ -3,12 +3,23 @@
<!-- <u-navbar :is-back="true" :title="tittxt" :border-bottom="false" :background="bgc" title-color='#fff' @custom-back="btncustom" back-icon-color="#fff"
title-size='44' height='50' id="navbar">
</u-navbar> -->
<!-- #ifdef MP-ALIPAY -->
<view class="title" style="padding-left: 80rpx;box-sizing: border-box;">
<image src="https://api.ccttiot.com/smartmeter/img/static/uyr6T0Vfkefty2blkDmU" mode="aspectFit"
style="width: 52rpx;height: 52rpx;margin-right: 10rpx;vertical-align: bottom;vertical-align: bottom;"
@click="btnshouye"></image>
<text style="padding-left: 23%;">设备列表</text>
</view>
<!-- #endif -->
<!-- #ifdef MP-WEIXIN -->
<view class="title">
<image src="https://api.ccttiot.com/smartmeter/img/static/uyr6T0Vfkefty2blkDmU" mode="aspectFit"
style="width: 52rpx;height: 52rpx;margin-right: 10rpx;vertical-align: bottom;vertical-align: bottom;"
@click="btnshouye"></image>
<text>设备列表</text>
</view>
<!-- #endif -->
<u-mask :show="showtip" @click="show = false" :z-index='1000' />
<view class="tip_box" v-if="showtip">
@ -1550,7 +1561,7 @@
font-size: 40rpx;
color: #fff;
margin-bottom: 30rpx;
padding-top: 110rpx;
padding-top: 104rpx;
height: 200rpx;
background-color: #8883F0;
@ -1658,9 +1669,9 @@
page {
background-color: #F7FAFE;
height: 100%;
position: fixed;
top: 0;
left: 0;
// position: fixed;
// top: 0;
// left: 0;
}
.activewzgl {

View File

@ -241,7 +241,7 @@
this.getshiy()
setTimeout(()=>{
this.onControltap()
},2000)
},1000)
},
onReady() {
this.mapContext = uni.createMapContext('map', this)
@ -308,7 +308,7 @@
},
// 使
btnitem(deviceId) {
uni.navigateTo({
uni.reLaunch({
url: '/page_components/eletj?id=' + deviceId
})
},
@ -812,6 +812,7 @@
margin-top: 20rpx;
}
button{
margin: auto;
margin-top: 30rpx;
width: 640rpx;
}