first commit
BIN
src/static/icon/class/search.png
Normal file
|
After Width: | Height: | Size: 449 B |
BIN
src/static/icon/home/bottom.png
Normal file
|
After Width: | Height: | Size: 184 B |
BIN
src/static/icon/home/flame.png
Normal file
|
After Width: | Height: | Size: 6.6 KiB |
BIN
src/static/icon/home/goods.png
Normal file
|
After Width: | Height: | Size: 7.3 KiB |
BIN
src/static/icon/home/grid/class.png
Normal file
|
After Width: | Height: | Size: 516 B |
BIN
src/static/icon/home/grid/many.png
Normal file
|
After Width: | Height: | Size: 275 B |
BIN
src/static/icon/home/grid/new.png
Normal file
|
After Width: | Height: | Size: 482 B |
BIN
src/static/icon/home/grid/time.png
Normal file
|
After Width: | Height: | Size: 523 B |
BIN
src/static/icon/home/grid/user.png
Normal file
|
After Width: | Height: | Size: 489 B |
BIN
src/static/icon/home/location.png
Normal file
|
After Width: | Height: | Size: 436 B |
BIN
src/static/icon/home/pintuan.png
Normal file
|
After Width: | Height: | Size: 12 KiB |
BIN
src/static/icon/home/right.png
Normal file
|
After Width: | Height: | Size: 262 B |
BIN
src/static/icon/home/time.png
Normal file
|
After Width: | Height: | Size: 6.5 KiB |
BIN
src/static/icon/my/addService/check.png
Normal file
|
After Width: | Height: | Size: 735 B |
BIN
src/static/icon/my/addService/intergrate.png
Normal file
|
After Width: | Height: | Size: 655 B |
BIN
src/static/icon/my/addService/share.png
Normal file
|
After Width: | Height: | Size: 841 B |
BIN
src/static/icon/my/addService/vip.png
Normal file
|
After Width: | Height: | Size: 734 B |
BIN
src/static/icon/my/get.png
Normal file
|
After Width: | Height: | Size: 515 B |
BIN
src/static/icon/my/message.png
Normal file
|
After Width: | Height: | Size: 396 B |
BIN
src/static/icon/my/pay.png
Normal file
|
After Width: | Height: | Size: 409 B |
BIN
src/static/icon/my/send.png
Normal file
|
After Width: | Height: | Size: 324 B |
BIN
src/static/icon/my/service/card.png
Normal file
|
After Width: | Height: | Size: 6.9 KiB |
BIN
src/static/icon/my/service/comment.png
Normal file
|
After Width: | Height: | Size: 8.4 KiB |
BIN
src/static/icon/my/service/location.png
Normal file
|
After Width: | Height: | Size: 8.7 KiB |
BIN
src/static/icon/my/service/ping.png
Normal file
|
After Width: | Height: | Size: 8.4 KiB |
BIN
src/static/icon/my/service/promote.png
Normal file
|
After Width: | Height: | Size: 8.5 KiB |
BIN
src/static/icon/my/service/select.png
Normal file
|
After Width: | Height: | Size: 7.9 KiB |
BIN
src/static/icon/my/service/set.png
Normal file
|
After Width: | Height: | Size: 10 KiB |
BIN
src/static/icon/shop/dele.png
Normal file
|
After Width: | Height: | Size: 3.4 KiB |
BIN
src/static/icon/shop/notice.png
Normal file
|
After Width: | Height: | Size: 602 B |
BIN
src/static/icon/shop/order.png
Normal file
|
After Width: | Height: | Size: 542 B |
BIN
src/static/icon/shop/system.png
Normal file
|
After Width: | Height: | Size: 583 B |
BIN
src/static/icon/userFunc/bank.png
Normal file
|
After Width: | Height: | Size: 6.5 KiB |
BIN
src/static/icon/userFunc/controbution/1.png
Normal file
|
After Width: | Height: | Size: 14 KiB |
BIN
src/static/icon/userFunc/controbution/2.png
Normal file
|
After Width: | Height: | Size: 8.9 KiB |
BIN
src/static/icon/userFunc/controbution/3.png
Normal file
|
After Width: | Height: | Size: 19 KiB |
BIN
src/static/icon/userFunc/controbution/4.png
Normal file
|
After Width: | Height: | Size: 14 KiB |
BIN
src/static/icon/userFunc/controbution/controbution.png
Normal file
|
After Width: | Height: | Size: 14 KiB |
BIN
src/static/icon/userFunc/money.png
Normal file
|
After Width: | Height: | Size: 9.8 KiB |
BIN
src/static/icon/userFunc/userBank.png
Normal file
|
After Width: | Height: | Size: 5.8 KiB |
BIN
src/static/icon/userFunc/wallet/01.png
Normal file
|
After Width: | Height: | Size: 17 KiB |
BIN
src/static/icon/userFunc/wallet/02.png
Normal file
|
After Width: | Height: | Size: 13 KiB |
BIN
src/static/icon/userFunc/wallet/03.png
Normal file
|
After Width: | Height: | Size: 10 KiB |
BIN
src/static/icon/userFunc/wallet/04.png
Normal file
|
After Width: | Height: | Size: 9.2 KiB |
BIN
src/static/icon/userFunc/wallet/05.png
Normal file
|
After Width: | Height: | Size: 17 KiB |
BIN
src/static/icon/userFunc/wallet/06.png
Normal file
|
After Width: | Height: | Size: 11 KiB |
18
src/static/icon/userFunc/withDrowList.vue
Normal file
@@ -0,0 +1,18 @@
|
||||
<template>
|
||||
<view>
|
||||
</view>
|
||||
</template>
|
||||
|
||||
<script setup lang="ts">
|
||||
import { onShow, onLoad } from "@dcloudio/uni-app";
|
||||
onLoad(() => {
|
||||
|
||||
});
|
||||
|
||||
onShow(() => {
|
||||
|
||||
});
|
||||
</script>
|
||||
|
||||
<style lang="scss">
|
||||
</style>
|
||||