当前位置:网站首页>Wechat applet training 2
Wechat applet training 2
2022-07-03 10:44:00 【Fps-caigou】
Other components :
<!--
swiper Slider view container
indicator-dots Indication point
indicator-color Indicate the color
indicator-active-color The currently selected indicator color
autoplay Auto play
interval Auto switch interval
circular Convergence sliding
vertical Longitudinal sliding
-->
<swiper class="box" indicator-dots indicator-color="rgba(255,255,255,0.5)" indicator-active-color="#fff" autoplay interval="3000" circular>
<swiper-item>
<image src="/images/2-1206131I104.jpg" mode="widthFix"></image>
</swiper-item>
<swiper-item>
<image src="/images/ba468fcb-8bb2-45d3-9db4-fb401e3b023f_s.jpg"></image>
</swiper-item>
<swiper-item>
<image src="/images/cb1d1e9b-3b8e-403b-b46d-e39af3e56f24.jpg"></image>
</swiper-item>
</swiper>
<!-- Form components -->
<!--button Button -->
<view class="out">
<button class="btn1" type="primary"> Sign in </button>
<button class="btn1" type="warn"> Log out </button>
<button class="btn1" type="primary" size="mini"> payment </button>
<button class="btn1" type="primary" loading> Loading ...</button>
<button type="primary" open-type="contact"> Contact customer service </button>
<!-- intput -->
<form bindsubmit="onSubmit">
<input class="ipt" placeholder=" Please enter a user name " auto-focus type="text"></input>
<button form-type="submit"> Submit </button>
<switch checked></switch>
</form>
<!-- icon -->
<view style="padding: 50px; text-align: center;">
<icon type="success" size="50"></icon>
<view> Submit successfully </view>
</view>
<!-- progress -->
<view style="padding: 50px;">
<progress percent="60" show-info font-size="10" border-radius="10" active></progress>
</view>
</view>Data binding , Conditions apply colours to a drawing
<view wx:for="{
{10}}" wx:key="*this">{
{index}}、 Wechat small program training 2</view>
<view wx:for="{
{[111,222,333,444]}}"wx:key="*this">{
{index}}、{
{item}}</view>
<view wx:for="{
{listArr}}"wx:key="*this">{
{index}}、{
{item}}</view>
<text decode> </text>
<view wx:for="{
{listArr}}" wx:for-index="i" wx:for-item="content" wx:key="i">
{
{i}}.{
{content}}</view>
<text decode> </text>
<view wx:for="{
{listobj}}" wx:key="index">
<text>{
{item.title}}</text> - <text>{
{item.time}}</text>
</view>边栏推荐
- [combinatorial mathematics] pigeon's nest principle (simple form of pigeon's nest principle | simple form examples of pigeon's nest principle 1, 2, 3)
- Convolutional neural network (CNN) learning notes (own understanding + own code) - deep learning
- Unity group engineering practice project "the strongest takeaway" planning case & error correction document
- Practical part: conversion of Oracle Database Standard Edition (SE) to Enterprise Edition (EE)
- Leetcode刷题---75
- 八、MySQL之事务控制语言
- 神经网络入门之预备知识(PyTorch)
- Raspberry pie 4B installs yolov5 to achieve real-time target detection
- Weight decay (pytorch)
- Ut2015 learning notes
猜你喜欢

Traversal of map set

ThreadLocal原理及使用场景

Model selection for neural network introduction (pytorch)

Training effects of different data sets (yolov5)

Numpy quick start (II) -- Introduction to array (creation of array + basic operation of array)

Ut2016 learning notes

神经网络入门之模型选择(PyTorch)

深度学习入门之线性回归(PyTorch)

Mysql5.7 installation and configuration tutorial (Graphic ultra detailed version)

Unity小组工程实践项目《最强外卖员》策划案&纠错文档
随机推荐
User recommendation preference model based on attention enhanced knowledge perception
mysql5.7安装和配置教程(图文超详细版)
[roast & brain hole] Some Thoughts on the bullet screen interactive game of Wei Shu Wu Three Kingdoms when visiting station B
A complete answer sheet recognition system
Leetcode刷题---852
Yolov5 creates and trains its own data set to realize mask wearing detection
Ut2014 learning notes
Leaders always entrust the work to flattering employees
Ut2016 learning notes
多层感知机(PyTorch)
Model selection for neural network introduction (pytorch)
Unity学习笔记:联网游戏Pixel Adventure 1学习过程&纠错心得
Detailed cross validation and grid search -- sklearn implementation
Ind yff first week
ThreadLocal principle and usage scenario
缓存路由组件
Linear regression of introduction to deep learning (pytorch)
Jupiter notebook changing font style and font size
Entropy method to calculate weight
[untitled]