小程序5 模块 引用
2018-04-27 本文已影响0人
jh2k15
module.exports={}
var common = require('common.js')
<import src="item.wxml"/>
<template is="item" data="{{text: 'forbar'}}"/>
<include src="header.wxml"/>
<view> body </view>
<include src="footer.wxml"/>