@@ -30,6 +30,13 @@
重新解锁
</button>
</div>
+
+ <div class="open4" v-show="asynCallBackIng&&!asynCallBackBl">
+ <button @click="thispush()">
+ 前往注册
+ </button>
+ </div>
</view>
@@ -57,6 +64,11 @@
this.getUserInfo()
},
methods: {
+ thispush(){
+ uni.navigateTo({
+ url: '/pages/login/login?imei='+this.imei
+ })
+ },
getUserInfo() {
this.openId= this.carhelp.getOpenId()
uni.showLoading({
@@ -946,10 +946,14 @@
}
sz = sz.sort(function(it1, it2) {
+ if(!it2.device.online){
+ return -1
+ }
var i = 1;
if (it1.device.online) {
i = 1
if (it1.enableShare && !it1.enableShareWithinTime) {
@@ -960,6 +964,7 @@
if (!it2.enableShare || it2.enableShare && !it2.enableShareWithinTime) {
i = -1
//console.log(it1,i)
return i
})