
简介
该用户还未填写简介
擅长的技术栈
可提供的服务
暂无可提供的服务
https://dev.tencent.com/
import Taro from '@tarojs/taro'import store from '../store/index'// 1.错误提示// 2.接口请求的加载中// 3.数据请求成功 success===0000// 4.错误信息的解析状态码export async function request (params) {const {url,data,method,header,is
npm 封装自己的组件库https://www.cnblogs.com/winyh/p/11822896.html
<template><div class="coust-wx-chart-wrtap"><TopHeader :custom-title="toInfo.realname"><!-- 返回按钮 --><i slot="backBtn" class="iconfont icon-fanhui">...
vue3 ref获取dom的使用
解决方法:npm i vue-template-compiler@xxxxxx
VUE防止多次点击,重复请求1.添加自定义文件 preventReClick.jsimport Vue from 'vue'const preventReClick = Vue.directive('preventReClick', {inserted: function (el, binding) {el.addEventListener('cli...
https://www.cnblogs.com/chenyishi/p/9150182.html
npm i 下载失败,报错: Failed at the node-sass@4.9.2 postinstall script....控制台运行npm install时报错,报错信息如下: npm ERR! code ELIFECYCLE npm ERR! errno 1 npm ERR! node-sass@4.9.2 postinstall: `node scripts/build.js`..
1.动态开发语言 java python2.静态开发语言 c++,c#,typeScripttypeScript 的优势优点:效率高,丰富的接口提示,更少的错误,编译期间就能发现大部分错误缺点:增加学习成本,短期内增加了一些开发成本数据类型:7种原始类型Boolean,Null,Undefined,Number,BigInt,String,Symbol 和 ObjectReact 是什么 ???1