logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

uniapp app.vue加载完成后运行首页

1.main.jsVue.prototype.$onLaunched = new Promise(resolve => {Vue.prototype.$isResolve = resolve;})2.app.vue的onLaunchthis.$isResolve()3.首页onLoadasync onLoad(options) {await this.$onLaunched;},

uniapp 金额输入框

testMoney(e){let that = this;let price = e.detail.valueif (price.indexOf(".") == 0) {//'首位小数点情况'price = price.replace(/[^$#$]/g, "0.");pr...

到底了