This commit is contained in:
2023-09-28 17:06:51 +08:00
parent 3c59983b18
commit 10fd12076b
3 changed files with 23 additions and 21 deletions

View File

@ -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;
}
}
}
}

View File

@ -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">

View File

@ -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>