<template>
<div class="slide">
<a-carousel autoplay arrows dots-class="slick-dots slick-thumb">...
yekong
3年前 (2021-11-23)
喜欢
padding-bottom: constant(safe-area-inset-bottom);
padding-bottom: env(safe-area-inset-bottom);
...
yekong
3年前 (2021-11-22)
喜欢
codefun
一个可以将psd转为代码的工具,虽然不能完美的转为我们需要的页面,但是应该可以减少很多工作量.
...
yekong
3年前 (2021-11-22)
喜欢
打开manifest.json
选择消息推送
配置
开启unipush后,点击配置进入配置页面,配置好相关信息后开启unipush.
进入后,进行相关的配置。以及测试推送。
测试推送
这里需要cid,uniapp 获取推送cid
...
yekong
3年前 (2021-11-21)
喜欢
onLaunch: function() {
console.log('App Launch')
// this.plusready();
console.log(plus.push.getC...
yekong
3年前 (2021-11-21)
喜欢
console.log(plus.push.getClientInfo().clientid)
console.log('cid')
...
yekong
3年前 (2021-11-21)
喜欢
var num =2.446242342;
num = num.toFixed(2); // 输出结果为 2.45
...
yekong
3年前 (2021-11-20)
喜欢
vue
<el-input
v-model="scope.row.discount"
type="number"
@inpu...
yekong
3年前 (2021-11-20)
喜欢
依赖文件
function get_object_first_attribute(data) {
for (var key in data)
return data[key];
}
function myCache(key, value, seconds...
yekong
3年前 (2021-11-20)
喜欢
import { Message } from 'element-ui'
const router = new Router({
base: '/',
routes: [
{
path: '/',
...
yekong
3年前 (2021-11-19)
喜欢