diff --git a/pages/homepage/homepage.scss b/pages/homepage/homepage.scss index 7b8485d..ce29eef 100644 --- a/pages/homepage/homepage.scss +++ b/pages/homepage/homepage.scss @@ -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; + } } } } \ No newline at end of file diff --git a/pages/homepage/homepage.vue b/pages/homepage/homepage.vue index 4e7b06b..95db3aa 100644 --- a/pages/homepage/homepage.vue +++ b/pages/homepage/homepage.vue @@ -4,7 +4,7 @@ - 你好,请登录 + 你好,请登录 diff --git a/pagesB/Behaviorpoints/Behaviorpoints.vue b/pagesB/Behaviorpoints/Behaviorpoints.vue index 3bcd27b..ce30816 100644 --- a/pagesB/Behaviorpoints/Behaviorpoints.vue +++ b/pagesB/Behaviorpoints/Behaviorpoints.vue @@ -27,7 +27,7 @@ 2023-03-09 13:23:12 - + 兑换商品 @@ -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(); + // } }, }, } + \ No newline at end of file