模板问题

发布于 8 年前作者 jingyi7821 次浏览最后编辑 8 年前来自 ask

模板使用

<import src=“…/…/component/goodslist/goodslist.wxml” />

<template is=“goodslist” data=“{{newgoods: goodsinfo.sh_products, hasMore: hasMore, showLoading: showLoading}}” />

样式调用

@import “…/…/component/goodslist/goodslist.wxss”;

在电脑上调试是好的,在手机上不行,明显是样式没有读取到,

1 回复
xiuying50
xiuying501 楼6 年前

官方的同志可以解释一下吗,我估计是出现在网络不好的时候