08 2024 档案
摘要:<template> <view class="wrap"> <view class="payComplete"> <image class="img" src="@/static/image/index/6.png" /> <text class="adress">支付完成后填写</text> <
阅读全文
摘要:js 全部数据根据搜索的数据 进行比对 包含的数据显示 let ss = [ {name: "吴梦",id: 1,}, {name: "王倩",id: 2,}, {name: "陈飘",id: 3,}, {name: "刘莎",id: 4,},{name: "吴梦2",id: 5,}, ]let d
阅读全文
摘要:<template> <view class="wrap"> 划消:{{ sdNum }} * {{ sdNum }} <view class="btn" style="padding: 32rpx; background: pink" @click="clickBtn">点击划消按钮</view>
阅读全文
摘要:<text>{{ item.submitTime ? transformTimeTwo( new Date(item.submitTime.replace(/\-/g, '/')).getTime(), 'minutesdd' ).replace(/\//g, '-') : '' }} </text
阅读全文
摘要:<template> <view> 4567</view> </template> <script setup lang="ts"> import { ref } from 'vue' import { onShow } from '@dcloudio/uni-app' // import { ta
阅读全文
摘要:uniapp 1.点击手机左上角的返回 1.点击手机左上角的返回 用 onUnload 去监听 onUnload(() => { const isScan = uni.getStorageSync('wxScans') clearInterval(state.timeQuestions) state
阅读全文