修改
This commit is contained in:
parent
3c59983b18
commit
10fd12076b
@ -45,7 +45,6 @@
|
||||
.health {
|
||||
padding: 30rpx 30rpx 0 30rpx;
|
||||
font-size: 28rpx;
|
||||
font-family: Source Han Sans CN;
|
||||
font-weight: 400;
|
||||
color: #333333;
|
||||
line-height: 38rpx;
|
||||
@ -90,14 +89,18 @@
|
||||
top: 12%;
|
||||
left: 7%;
|
||||
font-size: 28rpx;
|
||||
font-family: Source Han Sans CN;
|
||||
font-weight: 400;
|
||||
color: #717070;
|
||||
|
||||
image {
|
||||
vertical-align: middle;
|
||||
width: 22rpx;
|
||||
height: 12rpx;
|
||||
}
|
||||
text{
|
||||
margin-left: 10rpx;
|
||||
display: inline-block;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -4,7 +4,7 @@
|
||||
<image src="/static/pageC/homepage.png" mode=""></image>
|
||||
<view class="loginmount">
|
||||
<image src="/static/pageC/TAB.png" mode=""></image>
|
||||
你好,请登录
|
||||
<text>你好,请登录</text>
|
||||
</view>
|
||||
</view>
|
||||
<view class="contentcenter">
|
||||
|
||||
@ -27,7 +27,7 @@
|
||||
<view class="timeone">
|
||||
2023-03-09 13:23:12
|
||||
</view>
|
||||
<view class="Establishingarchives" >
|
||||
<view class="Establishingarchives">
|
||||
兑换商品
|
||||
</view>
|
||||
<view class="integraltwo">
|
||||
@ -52,7 +52,7 @@
|
||||
};
|
||||
},
|
||||
methods: {
|
||||
goexchange(){
|
||||
goexchange() {
|
||||
uni.navigateTo({
|
||||
url: '/pagesB/exchangerecords/exchangerecords'
|
||||
})
|
||||
@ -60,25 +60,24 @@
|
||||
//积分页面
|
||||
...mapActions(["integralopenPopup"]),
|
||||
gointegral() {
|
||||
const value = uni.getStorageSync('openid');
|
||||
const value2 = uni.getStorageSync('patientId');
|
||||
if (value && value2) {
|
||||
this.integralopenPopup();
|
||||
setTimeout(e => {
|
||||
uni.navigateTo({
|
||||
url: `/pagesB/healthybeans/healthybeans?integral=${this.appPersonallist.integral}`
|
||||
})
|
||||
}, 0)
|
||||
} else {
|
||||
uni.navigateTo({
|
||||
url: '/pagesB/PointsMall/PointsMall'
|
||||
})
|
||||
// this.gologin();
|
||||
}
|
||||
// const value = uni.getStorageSync('openid');
|
||||
// const value2 = uni.getStorageSync('patientId');
|
||||
// if (value && value2) {
|
||||
// setTimeout(e => {
|
||||
// uni.navigateTo({
|
||||
// url: `/pagesB/healthybeans/healthybeans?integral=${this.appPersonallist.integral}`
|
||||
// })
|
||||
// }, 0)
|
||||
// } else {
|
||||
uni.navigateTo({
|
||||
url: '/pagesB/PointsMall/PointsMall'
|
||||
})
|
||||
// this.gologin();
|
||||
// }
|
||||
},
|
||||
},
|
||||
}
|
||||
</script>
|
||||
<style lang="scss">
|
||||
@import './Behaviorpoints.scss'
|
||||
</style>
|
||||
</style>
|
||||
Loading…
Reference in New Issue
Block a user