var xdata = ['1月', '2月', '3月', '4月', '5月', '6月', '7月', '8月', '9月...
yekong
3年前 (2021-12-27)
喜欢
uniapp 复选框
方
<u-checkbox-group activeColor="#4293F5">
<u-checkbox :checked="checked" labelColor="#...
yekong
3年前 (2021-12-27)
喜欢
uniapp开发每次设置性别都要重新写,很耗费时间干脆把写过的记录下来,下次可以直接复用。
html
<view @click="show=true" class="justify-between group_8">
...
yekong
3年前 (2021-12-25)
喜欢
安装依赖
npm i vue-to-pdf --save
main引入
import vueToPdf from 'vue-to-pdf';
Vue.use(vueToPdf);
html
<div id="exportPdf" ...
yekong
3年前 (2021-12-24)
喜欢
markerClick(e) {
console.log(e)
var MyComponent = Vue.extend({
template: `<div class="detailpop">
...
yekong
3年前 (2021-12-24) 0评论
喜欢
You are using the runtime-only build of Vue where the template compiler is not available. Either pre-compile the templates into render funct...
yekong
3年前 (2021-12-24) 0评论
喜欢
找到properties里的cp 修改cp坐标就可以了。
...
yekong
3年前 (2021-12-23)
喜欢
苹果app上架app store时,每次都需要如果图片尺寸错误,就会无法上传,所以记录一下尺寸
数量
图片最少上传3张
6.5的屏幕
1242*2688
5.5的屏幕
1242*2208
...
yekong
3年前 (2021-12-20)
喜欢
js
$('.tabsinner').click(function () {
var i = $(this).index();//下标第一种写法
//var i = $('tit').index(t...
yekong
3年前 (2021-12-18)
喜欢
uniapp开发tab底部切换组件
<template>
<view class="footerNav">
<div class="footerNavitem" @click=&quo...
yekong
3年前 (2021-12-16)
喜欢