01 2022 档案

摘要:参考地址:https://blog.csdn.net/sinat_21902709/article/details/86545444 1、在 utils 中新建 directives.js 文件 import Vue from 'vue' // v-dialogDrag: 弹窗拖拽 Vue.dire 阅读全文
posted @ 2022-01-25 14:35 骑蝴蝶飞 阅读(87) 评论(0) 推荐(0)
摘要:1.app.json中: "window": { "enablePullDownRefresh": true //是否开启当前页面下拉刷新 } 2.wxml中: <view class="common-list common-list-index"> <view class="item" wx:fo 阅读全文
posted @ 2022-01-13 14:38 骑蝴蝶飞 阅读(368) 评论(0) 推荐(0)
摘要:来源:https://blog.csdn.net/qq_43764578/article/details/107483349 .wxml <view class="index"> <view wx:for="{{detail}}" wx:key="index" class="center {{ite 阅读全文
posted @ 2022-01-13 10:37 骑蝴蝶飞 阅读(827) 评论(0) 推荐(0)