| | |
| | | <template> |
| | | <view> |
| | | <view class="goodsData" style="margin-top: 30rpx;"> |
| | | <view class="goodsData" style="margin-top: 30upx;"> |
| | | <view class="goods-list" v-if="goodsData.length > 0"> |
| | | <view class="goods-item" v-for="(itm, idx) in goodsData" @click="$util.goPages('/pages/ginfo/ginfo?id=' + itm.id)"> |
| | | <image lazy-load class="goods-icon" :src="itm.icon" mode="widthFix"></image> |
| | |
| | | </view> |
| | | </view> |
| | | <view class="noData" v-else> |
| | | <image src="/static/imgs/noData.png" style="margin-top: 200rpx;"></image> |
| | | <image src="/static/imgs/noData.png" mode="" style="margin-top: 200upx;"></image> |
| | | <view class="">没有商品信息</view> |
| | | </view> |
| | | </view> |