一些优化

This commit is contained in:
haomingming
2025-09-04 17:34:47 +08:00
parent b068fb00cc
commit 4659f30400
18 changed files with 508 additions and 87 deletions
+9 -6
View File
@@ -124,7 +124,7 @@
</view>
<!-- 浮动签到按钮 -->
<view class="floating-checkin" @click="performCheckin" :class="{ loading: loading }">
<!-- <view class="floating-checkin" @click="performCheckin" :class="{ loading: loading }">
<view class="checkin-icon">
<text class="calendar-icon">📅</text>
<text class="checkmark"></text>
@@ -133,7 +133,7 @@
<text class="checkin-label">{{ loading ? '签到中...' : '点击签到' }}</text>
<text class="checkin-reward">+2</text>
</view>
</view>
</view> -->
<!-- 底部导航 -->
<view class="bottom-nav">
@@ -249,10 +249,13 @@
// 底部导航方法
const goToPointsCoupon = () => {
uni.showToast({
title: '积分券功能开发中',
icon: 'none'
uni.navigateTo({
url: '/pages_goods/coupon/coupon'
});
// uni.showToast({
// title: '积分券功能开发中',
// icon: 'none'
// });
};
const goToBuyPoints = () => {
@@ -263,7 +266,7 @@
const goToPointsMall = () => {
uni.navigateTo({
url: '/pages_app/pointMall/pointMall'
url: '/pages_goods/pointMall/pointMall'
});
};