官方tabbar 文字太小了,自定义page 跳转动画又有点不舒服,template 文件路径也不能动态加载,全挂在一个页面上了,有好的建议吗
好的 我现在 用的是 template
<import src="…/index/index.wxml"/>
<import src="…/mall/mall.wxml"/>
<import src="…/order/order.wxml"/>
<import src="…/user/user.wxml"/>
<template is="{{templateName}}" data="{{…templateData}}"/>
本来想路径动态指定的 发现不行 可能onload 之前就要准备好了
我用swiper的,你可以试试