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
284f82e1
authored
2019-12-16 19:39:14 +0800
by
simon
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
默认提交
1 parent
2d8f6e03
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/pages/index/index.wxml
src/pages/index/index.wxml
View file @
284f82e
...
...
@@ -68,7 +68,7 @@
</view>
<view class="product">
<view class="blue-block"></view>
<view bindtap="toVipLoginHandler" wx:if="{{
!isVerify
}}" class="verify-btn">去认证</view>
<view bindtap="toVipLoginHandler" wx:if="{{
false
}}" class="verify-btn">去认证</view>
<view class="product-title">产品推荐{{codeStr}}</view>
<view class="product-list">
<!-- for循环 -->
...
...
Please
register
or
sign in
to post a comment