开启第一次上报

master
chen 2022-04-08 18:41:09 +08:00
parent 75c1ba8e33
commit 70595f6ac3
7 changed files with 7 additions and 7 deletions

View File

@ -113,7 +113,7 @@
.doctorx{margin: 0 15rpx;height: 18rpx;border: 2rpx solid #E6E6E6;} .doctorx{margin: 0 15rpx;height: 18rpx;border: 2rpx solid #E6E6E6;}
.doctorImg{width: 100%; .doctorImg{width: 100%;
/* height: 285rpx; */ /* height: 285rpx; */
height: 380rpx; height: 480rpx;
border-top-left-radius: 10rpx;border-top-right-radius: 10rpx;} border-top-left-radius: 10rpx;border-top-right-radius: 10rpx;}
.isTop{background-color: #FFFFFF;box-shadow: 0rpx 3rpx 10rpx rgba(0,0,0,.6);} .isTop{background-color: #FFFFFF;box-shadow: 0rpx 3rpx 10rpx rgba(0,0,0,.6);}
.isTops{position: sticky;left: 0;right: 0;z-index: 2;} .isTops{position: sticky;left: 0;right: 0;z-index: 2;}

View File

@ -117,7 +117,7 @@
uni.setStorageSync('is_active',res.data.data.is_active)// uni.setStorageSync('is_active',res.data.data.is_active)//
if(res.data.data.phone_active==0 || res.data.data.is_active==0) { if(res.data.data.phone_active==0 || res.data.data.is_active==0) {
this.showAuth = true; this.showAuth = true;
// this.$requst.post('user/first-enter',{openid:res.data.data.openid,path:uni.getStorageSync('urlparams')}).then(res=>{}) this.$requst.post('user/first-enter',{openid:res.data.data.openid,path:uni.getStorageSync('urlparams')}).then(res=>{})
} else { } else {
uni.reLaunch({ // uni.reLaunch({ //
url:uni.getStorageSync('urlparams') url:uni.getStorageSync('urlparams')

View File

@ -217,7 +217,7 @@
uni.setStorageSync('token',res.data.token); uni.setStorageSync('token',res.data.token);
uni.setStorageSync('openid',res.data.openid)//openid uni.setStorageSync('openid',res.data.openid)//openid
if(res.data.is_active==0 || res.data.phone_active==0) { if(res.data.is_active==0 || res.data.phone_active==0) {
// this.$requst.post('user/first-enter',{openid:res.data.openid,path:this.pagePath}).then(res=>{}) this.$requst.post('user/first-enter',{openid:res.data.openid,path:this.pagePath}).then(res=>{})
} }
},error => {}) },error => {})
}, },

View File

@ -109,7 +109,7 @@
<view class="radius10 colf" v-if="item1.isPing" style="padding: 6rpx 10rpx;background: #F85050;"></view> <view class="radius10 colf" v-if="item1.isPing" style="padding: 6rpx 10rpx;background: #F85050;"></view>
<view class="radius10 colf" v-if="item1.isXian" style="padding: 6rpx 10rpx;background: #F85050;"></view> <view class="radius10 colf" v-if="item1.isXian" style="padding: 6rpx 10rpx;background: #F85050;"></view>
</view> </view>
<view class="disjbac"> <view class="disjbac" :class="item1.isIntegral ? '' : 'fw'">
<view class="disac"> <view class="disac">
<view class="fon28 bold" style="color: #F85050;margin-right: 8rpx;"> <view class="fon28 bold" style="color: #F85050;margin-right: 8rpx;">
<view v-if="item1.isIntegral" class="mar-s20"> <view v-if="item1.isIntegral" class="mar-s20">

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long