<template><viewclass="page-wrapper"><ws-tabsref="tabsHeaderRef":tabList="state.tabList"@tabClick="handleClickTab":indicatorWidth="10"></ws-tabs><viewstyle="flex: 1"><swiperclass="swiper":autoplay="false"ref="swiperRef":current="currentPage"@change="handleSwiperChange"><swiper-item><vie...
<view class="uni-input-wrapper"> <text class="uni-icon" v-if="showClearIcon" @click="clearIcon"> </text> </view> </view> <view class="uni-form-item uni-column"> <view class="title"><text class="uni-form-item__title">可查看密码的输入框</text></view> <view class="uni-in...
-- subpkg_task/detail/index.vue -->23//此时不需要添加代码...45<template>6<view class="page-container">7<view class="search-bar">8...9</view>10<scroll-view scroll-y class="task-detail">11<view class="scroll-view-wrapper">12...13</view>14</scroll-view>15...16<view class="...
uni.$off('drawer-page') }, methods: { sendMessage() { //获取当前子窗体的唯一id const subNVue = uni.getCurrentSubNVue() uni.$emit('popup-page', { title: '已读完!', }) } } } .wrapper { align-items: center; flex-direction: column; justify-content: center; padding: 10rpx 15...
第一篇中已经引入了第三方样式,实现了主题和语言的切换;本篇主要开始页面的搭建和云函数创建,前端代码通过uniCloud.callFunction()方法调用云函数,云函数中可执行js运算、读写云数据库(NoSQL),直接返回json数据,也可以使用npm安装第三方依赖。服务端环境安装配置和安全等方面完全不需要去考虑。
<template> <viewclass="page"> <!--轮播图开始--> <swiper:indicator-dots="true":autoplay="true"class="carousel"> <swiper-item> <imagesrc="../../static/carousel/batmanvssuperman.png"/> </swiper-item> <swiper-item> <imagesrc="../../static/carousel/spiderman.png"/> </swiper...
最近入职了一家公司,做的是房屋租赁平台;技术栈是 uniapp 做多端,包含 Android、IOS,两个端都需要做 H5、微信 H5 和 APP,总共是 6 个端。 项目是已经上线运行的,目前主要的工作是解决一些历史遗留的 Bug,完善项目的可用性;在解决这些 Bug 的时候也学到了很多东西,也遇到了很多难以解决的问题,在这里做个总...
- 下一步操作 --> <view class="next-step"> <navigator class="uni-button" url="/subpkg_consult/payment/index"> 下一步 </navigator> </view> </scroll-page> </template>1.2.3 选择患者用户通过点击的方式选择就诊患者,被选中的患者需要以高亮的方式显示(添加 .active 类名),实现步骤:监听...
1、安卓插件增加了音量控制、播放进度监听等接口; 2、安卓插件修改设备返回信息,增加设备唯一标识; 3、安卓插件扫描设备方法和播放方法修改;本插件通过DLNA协议实现了简易版的投屏功能,支持安卓和IOS,功能很简单,相对于上个版本 1、修改了扫描接口返回结果; 2、修改了投屏参数; 3、增加了一些控制类接口;目前有以下...
captcha-wrapper"></view></view></view></view>登录</view></template>export default {data() {return {};}}page {background: #F4F5F6;}.login {.content-wrapper {width: 100%;.title {margin-top: 35rpx;width: 100%;margin-bottom: 10px;h1 {border: 0px;width: 50%;margin: 0 auto;tex...