开关
This commit is contained in:
parent
8ff13508d8
commit
26c133389e
|
@ -296,7 +296,7 @@
|
|||
},
|
||||
btntc() {
|
||||
uni.navigateTo({
|
||||
url: '/page_fenbao/statulist/taocanlist/addtaocan/index?id=' + this.id
|
||||
url: '/page_fenbao/statulist/taocanlist/addtaocan/index?id=' + this.id + '&modevalue=' + 4
|
||||
})
|
||||
},
|
||||
btnlyqx() {
|
||||
|
|
|
@ -710,6 +710,7 @@
|
|||
})
|
||||
setTimeout(() => {
|
||||
this.btnmsk = false
|
||||
console.log(this.modevalue);
|
||||
if (this.modevalue == 1) {
|
||||
uni.reLaunch({
|
||||
url: '/page_fenbao/statulist/taocanlist/index?id=' +
|
||||
|
@ -727,6 +728,12 @@
|
|||
this.deviceId + '&modevalue=' + this.modevalue +
|
||||
'&sn=' + this.sn
|
||||
})
|
||||
}else if(this.modevalue == 4){
|
||||
uni.reLaunch({
|
||||
url: '/page_components/bindszthr?id=' +
|
||||
this.deviceId + '&modevalue=' + this.modevalue +
|
||||
'&sn=' + this.sn
|
||||
})
|
||||
}
|
||||
}, 1000)
|
||||
} else {
|
||||
|
|
|
@ -53,8 +53,8 @@
|
|||
<button @click="btnyc">好的</button>
|
||||
</view>
|
||||
|
||||
<view v-if="mengcflag" class="mengc"
|
||||
style="width: 100%;height: 100vh;background-color: #000;opacity: .5;position: fixed;top: 0;left: 0;"></view>
|
||||
<!-- <view v-if="mengcflag" class="mengc"
|
||||
style="width: 100%;height: 100vh;background-color: #000;opacity: .5;position: fixed;top: 0;left: 0;"></view> -->
|
||||
|
||||
<!-- 选择蓝牙型号 -->
|
||||
<u-select v-model="shows" :list="arr" @confirm="confirm"></u-select>
|
||||
|
|
|
@ -55,7 +55,7 @@
|
|||
</view>
|
||||
</view>
|
||||
|
||||
<view class="tip">注意:缴费收入将直接结算至收款账户,请谨慎填写 </view>
|
||||
<view class="tip">注意:该账号为微信对应的商户号,提现后将自动打款至微信钱包 </view>
|
||||
</view>
|
||||
</view>
|
||||
</template>
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
电压:{{obj.voltage == undefined ? '--' : obj.voltage}}V
|
||||
</view>
|
||||
<view class="machao">
|
||||
功率:{{obj.realTimePower == undefined ? '--' : obj.realTimePower}}KW
|
||||
功率:{{obj.realTimePower == undefined ? '--' : obj.realTimePower}}W
|
||||
</view>
|
||||
<view class="machao">
|
||||
电流:{{obj.electricity == undefined ? '--' : obj.electricity}}A
|
||||
|
|
|
@ -962,8 +962,13 @@
|
|||
title: '修改成功',
|
||||
icon: 'success',
|
||||
duration: 2000
|
||||
});
|
||||
|
||||
})
|
||||
}else{
|
||||
uni.showToast({
|
||||
title: res.msg,
|
||||
icon: 'success',
|
||||
duration: 2000
|
||||
})
|
||||
}
|
||||
})
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue
Block a user