茶室
This commit is contained in:
parent
c9d371fbc0
commit
5181a2a464
|
@ -20,8 +20,8 @@ const install = (Vue, vm) => {
|
|||
// },
|
||||
// https://yxd.ccttiot.com/prod-api});
|
||||
Vue.prototype.$u.http.setConfig({
|
||||
baseUrl: 'http://192.168.2.79:8089',
|
||||
// baseUrl: 'https://testcha.chuangtewl.com/prod-api',
|
||||
// baseUrl: 'http://192.168.2.79:8089',
|
||||
baseUrl: 'https://testcha.chuangtewl.com/prod-api',
|
||||
loadingText: '努力加载中~',
|
||||
loadingTime: 800,
|
||||
// 设置自定义头部content-type
|
||||
|
|
|
@ -20,7 +20,8 @@
|
|||
</view>
|
||||
</view>
|
||||
<scroll-view class="list" scroll-y style="height: 81vh;" @scrolltolower="onScrollToLower">
|
||||
<view class="list_item" v-for="(item,index) in listka" :key="index">
|
||||
<!-- listka -->
|
||||
<view class="list_item" v-for="(item,index) in 0" :key="index">
|
||||
<image src="https://api.ccttiot.com/smartmeter/img/static/u9yhfTszqRFL3zhHWyR7" mode=""></image>
|
||||
<view class="top">
|
||||
<view class="lt">
|
||||
|
|
|
@ -1075,7 +1075,8 @@
|
|||
font-weight: 600;
|
||||
}
|
||||
.hour-item.is-reserved {
|
||||
background-color: #48893B !important;
|
||||
background-color: #226914 !important;
|
||||
height: 10rpx !important;
|
||||
}
|
||||
|
||||
#active {
|
||||
|
@ -1563,7 +1564,7 @@
|
|||
width: 100%;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
|
||||
align-items: center;
|
||||
view {
|
||||
width: 26rpx;
|
||||
height: 6rpx;
|
||||
|
@ -1668,7 +1669,8 @@
|
|||
margin-top: 28rpx;
|
||||
flex-wrap: wrap;
|
||||
view {
|
||||
max-width: 104rpx;
|
||||
text-align: center;
|
||||
width: 84rpx;
|
||||
height: 46rpx;
|
||||
font-size: 26rpx;
|
||||
color: #48893B;
|
||||
|
|
|
@ -203,6 +203,7 @@
|
|||
let data = {
|
||||
jsCode: e.detail.code,
|
||||
mobileCode: res.code,
|
||||
appid:4
|
||||
}
|
||||
resolve(data);
|
||||
} else {
|
||||
|
@ -216,7 +217,7 @@
|
|||
})
|
||||
}
|
||||
wxLoginAsync().then(async (data) => {
|
||||
this.$u.post(`/wxlogin?mobileCode=${this.jsCode}&jsCode=${this.mobileCode}`, data).then((res) => {
|
||||
this.$u.post(`/wxlogin?mobileCode=${this.jsCode}&jsCode=${this.mobileCode}&appid=4`, data).then((res) => {
|
||||
if (res.code == 200) {
|
||||
wx.setStorageSync('token', res.token)
|
||||
uni.reLaunch({
|
||||
|
|
|
@ -201,6 +201,7 @@
|
|||
let data = {
|
||||
jsCode: e.detail.code,
|
||||
mobileCode: res.code,
|
||||
appid:4
|
||||
}
|
||||
resolve(data);
|
||||
} else {
|
||||
|
@ -214,7 +215,7 @@
|
|||
})
|
||||
}
|
||||
wxLoginAsync().then(async (data) => {
|
||||
this.$u.post(`/wxlogin?mobileCode=${this.jsCode}&jsCode=${this.mobileCode}`, data).then((res) => {
|
||||
this.$u.post(`/wxlogin?mobileCode=${this.jsCode}&jsCode=${this.mobileCode}&appid=4`, data).then((res) => {
|
||||
if (res.code == 200) {
|
||||
wx.setStorageSync('token', res.token)
|
||||
uni.reLaunch({
|
||||
|
|
14
pages/my.vue
14
pages/my.vue
|
@ -203,6 +203,20 @@
|
|||
this.$u.get(`/getAppInfo`).then(res => {
|
||||
if (res.code == 200) {
|
||||
this.user = res.user
|
||||
}else if(res.code == 401){
|
||||
uni.showModal({
|
||||
title: '温馨提示',
|
||||
content: '您该操作需登录,是否前去登录?',
|
||||
success: function (res) {
|
||||
if (res.confirm) {
|
||||
uni.navigateTo({
|
||||
url:'/pages/login/index'
|
||||
})
|
||||
} else if (res.cancel) {
|
||||
|
||||
}
|
||||
}
|
||||
})
|
||||
}
|
||||
})
|
||||
},
|
||||
|
|
|
@ -964,19 +964,19 @@
|
|||
that.getinfo()
|
||||
wx.setStorageSync('token', res.token)
|
||||
}else{
|
||||
uni.showModal({
|
||||
title: '温馨提示',
|
||||
content: '您还未登录,是否前去登录?',
|
||||
success: function (res) {
|
||||
if (res.confirm) {
|
||||
uni.reLaunch({
|
||||
url:'/pages/login/index'
|
||||
})
|
||||
} else if (res.cancel) {
|
||||
// uni.showModal({
|
||||
// title: '温馨提示',
|
||||
// content: '您还未登录,是否前去登录?',
|
||||
// success: function (res) {
|
||||
// if (res.confirm) {
|
||||
// uni.reLaunch({
|
||||
// url:'/pages/login/index'
|
||||
// })
|
||||
// } else if (res.cancel) {
|
||||
|
||||
}
|
||||
}
|
||||
})
|
||||
// }
|
||||
// }
|
||||
// })
|
||||
}
|
||||
})
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user