模板问题
模板使用
<import src="…/…/component/goodslist/goodslist.wxml" />
<template is=“goodslist” data="{{newgoods: goodsinfo.sh_products, hasMore: hasMore, showLoading: showLoading}}" />
样式调用
@import “…/…/component/goodslist/goodslist.wxss”;
在电脑上调试是好的,在手机上不行,明显是样式没有读取到,