进入页面的时候,couponlist 无数据,页面会渲染出第二个图的2部分代码,接着接口返回数据后,渲染第二个图的3部分代码,目前小程序都是这样的么,不能进入页面就只渲染二图3的代码吗?
你好,你可以定义一个变量,比如totalCount data: { totalCount:-1 } ,默认给-1,当数据加载后赋给对应的总数就好,页面上判断 if(totalCount==0) 暂无优惠卷 ,if(totalCount>0) 显示你的内容