Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
dev
/
zhiliang-light-mp
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
200eb9ea
authored
2019-11-01 16:32:36 +0800
by
simon
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
默认提交
1 parent
f980e05d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/pages/my-message/my-message.wxml
src/pages/my-message/my-message.wxml
View file @
200eb9e
...
...
@@ -25,7 +25,7 @@
</view>
</view>
<view class="desc">{{item.announcementContent}}</view>
<view
class="desc code">订单编号: {{item.announcement
Code}}</view>
<view
wx:if="{{item.orderCode}}" class="desc code">订单编号: {{item.order
Code}}</view>
</view>
<!-- 11wx:if="{{dataList.length <= 0}}" -->
</view>
...
...
Please
register
or
sign in
to post a comment