drawLine() {
var that = this;
var chartDom = document.getElementById('echarts1');
...
yekong
3年前 (2021-12-15)
喜欢
drawLine() {
var that = this
window.addEventListener("resize", this.drawLine);
va...
yekong
3年前 (2021-12-14)
喜欢
第一种方法
getqx (e) {
var data = this.qx
var isshow = false
data.forEach((type) => {
if (e == type) {
...
yekong
3年前 (2021-12-12)
喜欢
<u-picker @confirm="getcitydata" @cancel="show=false" keyName="name" :show="show" ref=&qu...
yekong
3年前 (2021-12-12)
喜欢
uniapp开发实现注册成功,完成提示后,跳转到登录页面。
使用实例
<u-toast ref="uToast"></u-toast>
showToast(params) {
this.$refs.uT...
yekong
3年前 (2021-12-12)
喜欢
<div class="leftgroupx">
<view class="left-group flex-col" @click="getactive('...
yekong
3年前 (2021-12-11)
喜欢
<template>
<view class="container">
<top></top>
<view class="flex-col">...
yekong
3年前 (2021-12-11)
喜欢
uni.getSystemInfoSync().statusBarHeight
<template>
<view class="content">
<view :style="{ height:...
yekong
3年前 (2021-12-11)
喜欢
主页面
onReachBottom() {
uni.$emit('onReachBottom', 1);
},
子组件组件
<template>
<view class="...
yekong
3年前 (2021-12-10)
喜欢
定义
<slot name="title"></slot>
使用
<div slot="title" class="downx">
</div>
使用
<temp...
yekong
3年前 (2021-12-08)
喜欢