| | |
| | | </view> |
| | | <view>我的活动</view> |
| | | </view> |
| | | <view class="order-item" @click="navigateTo('/pages/mine/myTracks')"> |
| | | <view> |
| | | <text class="iconfont"></text> |
| | | </view> |
| | | <view>浏览记录</view> |
| | | </view> |
| | | </view> |
| | | </div> |
| | | |
| | |
| | | </view> |
| | | </template> |
| | | <script> |
| | | import '@/components/uview-components/uview-ui'; |
| | | import '@/pages/subComponents/uview-components/uview-ui'; |
| | | import tool from "@/pages/tabbar/user/utils/tool.vue"; |
| | | import { getSTSToken } from "@/api/common.js"; |
| | | import { getCouponsNum, getFootprintNum } from "@/api/members.js"; |
| | |
| | | background-size: cover; |
| | | border-bottom-left-radius: 30rpx; |
| | | border-bottom-right-radius: 30rpx; |
| | | background-image: url("/static/img/main-bg.png"); |
| | | background-image: url("/pages/subComponents/static/img/main-bg.png"); |
| | | background-position: bottom; |
| | | background-repeat: no-repeat; |
| | | color: #ffffff; |