引入日历前

This commit is contained in:
@fawn-nine
2023-08-21 18:05:19 +08:00
parent 57d70c40f2
commit ef6c52c0d4
48 changed files with 4003 additions and 386 deletions

View File

@@ -70,11 +70,12 @@
</view>
</view>
<z-navigation></z-navigation>
<music-play :playData="playData"></music-play>
</view>
</template>
<script>
import musicPlay from '@/components/music.vue'
import $http from '@/config/requestConfig.js';
import {
setPay,
@@ -86,6 +87,7 @@ import {
export default {
data() {
return {
playData:{},
orderTabs: [{
name: '全部',
value: 9
@@ -123,6 +125,9 @@ import {
this.getOrderList()
uni.stopPullDownRefresh()
},
components:{
musicPlay
},
methods: {
...mapMutations(['setUserInfo']),
// 获得操作系统