| | |
| | | <template> |
| | | <view class="content"> |
| | | <view class="portrait-box"> |
| | | <image src="/static/pointTrade/point_bg_1.png" mode=""></image> |
| | | <image class="point-img" src="/static/pointTrade/tradehall.png" /> |
| | | <image src="/pages/subComponents/static/pointTrade/point_bg_1.png" mode=""></image> |
| | | <image class="point-img" src="/pages/subComponents/static/pointTrade/tradehall.png" /> |
| | | <view class="position-point"> |
| | | |
| | | |
| | |
| | | </template> |
| | | |
| | | <script> |
| | | import URow from '@/uview-components/uview-ui/components/u-row/u-row.vue'; |
| | | import UCol from '@/uview-components/uview-ui/components/u-col/u-col.vue'; |
| | | import '@/components/uview-components/uview-ui'; |
| | | |
| | | import { getPointsData } from "@/api/members.js"; |
| | | import { getMemberPointSum } from "@/api/members.js"; |
| | | export default { |
| | | components: {URow, UCol}, |
| | | data() { |
| | | return { |
| | | count: { |