开启第一次上报
parent
75c1ba8e33
commit
70595f6ac3
|
@ -113,7 +113,7 @@
|
|||
.doctorx{margin: 0 15rpx;height: 18rpx;border: 2rpx solid #E6E6E6;}
|
||||
.doctorImg{width: 100%;
|
||||
/* height: 285rpx; */
|
||||
height: 380rpx;
|
||||
height: 480rpx;
|
||||
border-top-left-radius: 10rpx;border-top-right-radius: 10rpx;}
|
||||
.isTop{background-color: #FFFFFF;box-shadow: 0rpx 3rpx 10rpx rgba(0,0,0,.6);}
|
||||
.isTops{position: sticky;left: 0;right: 0;z-index: 2;}
|
||||
|
|
|
@ -117,7 +117,7 @@
|
|||
uni.setStorageSync('is_active',res.data.data.is_active)//是否第一次授权
|
||||
if(res.data.data.phone_active==0 || res.data.data.is_active==0) {
|
||||
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 {
|
||||
uni.reLaunch({ // 重新进入当前页面
|
||||
url:uni.getStorageSync('urlparams')
|
||||
|
|
|
@ -217,7 +217,7 @@
|
|||
uni.setStorageSync('token',res.data.token);
|
||||
uni.setStorageSync('openid',res.data.openid)//缓存openid
|
||||
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 => {})
|
||||
},
|
||||
|
|
|
@ -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.isXian" style="padding: 6rpx 10rpx;background: #F85050;">限时促销</view>
|
||||
</view>
|
||||
<view class="disjbac">
|
||||
<view class="disjbac" :class="item1.isIntegral ? '' : 'fw'">
|
||||
<view class="disac">
|
||||
<view class="fon28 bold" style="color: #F85050;margin-right: 8rpx;">
|
||||
<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
Loading…
Reference in New Issue