uni-app

uni-app

0篇文章
1.更目录新建文件 utils/index.js index.js import { TOKENNAME, HTTP_REQUEST_URL } from '../config/a...
一: 创建child.vue 组件 <script setup> import { defineProps, defineEmits } from 'vue'; // ...
方法一 嵌套使用页面通讯 login.vue onUnload() { uni.$off('need'); }, methods: { Login: function(id) { ...
socket.js import { VUE_APP_WS_URL } from '@/config/app.js' const Socket = function() { // ...
摇树优化(treeShaking) //manifest.json "h5" : { "optimization":{ "treeShaking":{ "enable":true ...
/mixins/SendVerifyCode.js export default { data() { return { disabled: false, text: "获取验证码...
getCode() { if (sessionStorage.getItem("openid") && sessionStorage.getItem("openid...
改为以下支付即可(以下为微信内置支付,无需导入任何东西) weixinPay: function(opt, resolve, reject) { WeixinJSBridge.in...
<input type="text" @input="reach" name="" id="" placeholder="请输入"> data() { return {...
swiperChange(e){ let {current, source} = e.detail //只有页面自动切换,手动切换时才轮播,其他不允许 if(source === ...
/*iPhone5和iPhone SE*/     @media only screen and (device-width : 320px) and (device-height...
一、引进js http://res2.wx.qq.com/open/js/jweixin-1.6.0.js import wx from "jweixin-module"; let...

关注我们的公众号

微信公众号