Sign in
Sign up
Explore
Enterprise
Education
Search
Help
Terms of use
About Us
Explore
Enterprise
Education
Gitee Premium
Gitee AI
Sign in
Sign up
Fetch the repository succeeded.
Open Source
>
Web System
>
New-Sale/E-Shop
&&
Donate
Please sign in before you donate.
Cancel
Sign in
Scan WeChat QR to Pay
Cancel
Complete
Prompt
Switch to Alipay.
OK
Cancel
Watch
Unwatch
Watching
Releases Only
Ignoring
1.3K
Star
8.9K
Fork
4.4K
linlinjava
/
litemall
Code
Issues
14
Pull Requests
2
Wiki
Insights
Pipelines
Service
JavaDoc
Quality Analysis
Jenkins for Gitee
Tencent CloudBase
Tencent Cloud Serverless
悬镜安全
Aliyun SAE
Codeblitz
SBOM
Don’t show this again
38
首页空余物品栏显示与隐藏
Merged
linlinjava:master
linlinjava:dev
落叶知乔木
create on 2020-06-12 16:10
Clone/Download
HTTPS
SSH
Copy
Email Patch
Diff file
<!-- wx:if="{{item.goodsList.length>0}}" 该子类没有物品不在首页显示 --> <view class="good-grid" wx:for="{{floorGoods}}" wx:key="id"> <view class="h" wx:if="{{item.goodsList.length>0}}"> <text>{{item.name}}</text> </view> <view class="b"> <block wx:for="{{item.goodsList}}" wx:for-index="iindex" wx:for-item="iitem" wx:key="id"> <view class="item {{iindex % 2 == 0 ? '' : 'item-b'}}"> <navigator url="../goods/goods?id={{iitem.id}}" class="a"> <image class="img" src="{{iitem.picUrl}}" background-size="cover"></image> <text class="name">{{iitem.name}}</text> <text class="price">¥{{iitem.retailPrice}}</text> </navigator> </view> </block> </view> <navigator url="/pages/category/category?id={{item.id}}" class="t" wx:if="{{item.goodsList.length>0}}"> <view class="txt">{{'更多'+item.name+'好物 >'}}</view> </navigator> </view>
How to merge Pull Request
git checkout dev
git pull https://gitee.com/linlinjava/litemall.git master
git push origin dev
Comments
1
Commits
429
Files
100+
Checks
Code problems
0
Bulk operation
Expand
Collapse
Reviewer
Code Owner
Reviewer
Menethil
menethil
YionLT
zhy7557455
linlinjava
linlinjava
No Setting
Min number
0
Tester
Menethil
menethil
YionLT
zhy7557455
linlinjava
linlinjava
No Setting
Min number
0
Priority
Not specified
Serious
Main
Secondary
Unimportant
Label
Label settings
No Setting
Link Issue
No link issue
Successfully merged pull requests will close issues
Milestone
No related milestones
Participators
(2)
Java
1
https://gitee.com/linlinjava/litemall.git
[email protected]
:linlinjava/litemall.git
linlinjava
litemall
litemall
Going to Help Center
Search
Git 命令在线学习
如何在 Gitee 导入 GitHub 仓库
Git 仓库基础操作
企业版和社区版功能对比
SSH 公钥设置
如何处理代码冲突
仓库体积过大,如何减小?
如何找回被删除的仓库数据
Gitee 产品配额说明
GitHub仓库快速导入Gitee及同步更新
什么是 Release(发行版)
将 PHP 项目自动发布到 packagist.org
Comment
Repository Report
Back to the top
Login prompt
This operation requires login to the code cloud account. Please log in before operating.
Go to login
No account. Register