uniapp开发底部自定义组件。
<template>
<view class="tab-bar-body">
<view class="tab-bar">
<view v-if=&q...
yekong
3年前 (2022-01-27)
喜欢
<template>
<view class="list">
<tab></tab>
<div class="listitem" @click="getplay(it...
yekong
3年前 (2022-01-26)
喜欢
text-decoration:line-through
...
yekong
3年前 (2022-01-26)
喜欢
uniapp微信小程序开发,根据经纬度获取城市信息。
getcity(latitude, longitude) {
var that = this;
uni.request({
header: {
"Content-Type&quo...
yekong
3年前 (2022-01-26)
喜欢
getLocation() {
var that = this;
uni.getLocation({
type: 'wgs84',
geocode: true, //设置该参数为true可直接获取经纬度及城市信息
success: f...
yekong
3年前 (2022-01-26)
喜欢
uniapp开发item组件封装,可以用于后期微调使用。
<template>
<view class="item" :class="{border:showBorder}">
<div class=&...
yekong
3年前 (2022-01-25)
喜欢
TypeError: Cannot read property 'name' of undefined
15:18:22.800 at /Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/no...
yekong
3年前 (2022-01-24)
喜欢
源码
<template>
<view v-if="status==6" class="evaluation" @click="evaluation">
评价订单
</view&g...
yekong
3年前 (2022-01-23)
喜欢
uniapp开发中需要的常用按钮,为了避免重复工作记录下来,方面后期复用。
源码
<template>
<view>
<view v-if="show">
<view v-if="status==...
yekong
3年前 (2022-01-23)
喜欢
var timestamp = (new Date()).valueOf();
...
yekong
3年前 (2022-01-21)
喜欢