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"/>
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"/>
本文标题:小程序5 模块 引用
本文链接:https://www.haomeiwen.com/subject/zgkvlftx.html
网友评论