<button open-type="getPhoneNumber" @getphonenumber="getPhoneNumber">获取用户手机号</button>
<script>
exp...
yekong
3年前 (2022-01-03)
喜欢
// 此vm参数为页面的实例,可以通过它引用vuex中的变量
import configs from './config.js'
module.exports = (vm) => {
// 初始化请求配置
uni.$u.http.setConfig((config) =...
yekong
3年前 (2022-01-03)
喜欢
<template>
<view class="pickertype">
<view @click="show=true" class="justify-between gr...
yekong
3年前 (2022-01-02)
喜欢
<template>
<div class="swiper">
<u-swiper :list="banner" height="100" @change="e =>...
yekong
3年前 (2022-01-01)
喜欢
开始排查
排查是否配置universal link 发现都配置好了。
排查微信配置
登录微信开放平台查看应用配置
微信开放平台
发现是微信配置没配置好,配置好就可以了。
点击查看应用 添加ios信息。
...
yekong
3年前 (2021-12-31)
喜欢
uniapp开发时涉及到版本更新时,经常需要获取当前版本号。
第一种
plus.runtime.getProperty(plus.runtime.appid, (wgtinfo) => {
console.log(JSON.stringify(wgtinfo));
...
yekong
3年前 (2021-12-30)
喜欢
uniapp开发 uview 用户信息模板
<template>
<view class="certification">
<!-- 注意,如果需要兼容微信小程序,最好通过setRules方法设置rul...
yekong
3年前 (2021-12-29)
喜欢
uniapp开发 中,点击选择位置并获取经纬度。
selectaddress(){
var that=this;
uni.chooseLocation({
success: f...
yekong
3年前 (2021-12-29)
喜欢
uniapp开发 注册页 样式效果模板
<template>
<view class="flex-col container">
<view class="flex-col group"...
yekong
3年前 (2021-12-29)
喜欢
<template>
<view class="flex-col container">
<view class="flex-col group">
&l...
yekong
3年前 (2021-12-29)
喜欢