
小程序
ACGuan
愿与世界IT技术爱好者共同学习,愿结交天下英雄好汉。
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
微信小程序下拉组件
select.wxml<view class="select-box"> <view class="select-current" catchtap="openClose"> <text class="current-name">{{current.name}}</text> </view> <view class="option-list" wx:if="{{isShow}}" catchtap="optionTa原创 2020-11-14 14:42:04 · 260 阅读 · 0 评论 -
小程序与H5如何互相跳转
一、小程序跳转H5<view class="page-body"> <web-view src="https://xxx.com/test.html"></web-view></view>二、H5跳转小程序<!DOCTYPE html><html> <head> <meta charset="UTF-8"> <title>h5跳转小程原创 2020-11-02 10:42:10 · 388 阅读 · 0 评论 -
小程序跳转
小程序跳转H5<view class="page-body"> <web-view src="https://xxx.com/test.html"></web-view></view>H5跳转小程序<!DOCTYPE html><html> <head> <meta charset="UTF-8"> <title>h5跳转小程序<原创 2020-09-01 09:42:12 · 286 阅读 · 0 评论 -
微信小程序图片高度自适应问题
//加上mode="widthFix"即可<image src="../../images/de1.png" mode="widthFix"></image>原创 2020-08-05 14:03:58 · 807 阅读 · 0 评论 -
小程序笔记
一、小程序配置详解二、弹性盒三、小程序左右滑动切换页面原创 2019-08-07 17:23:47 · 118 阅读 · 0 评论