Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
严立
/
mini-shimao
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
a997f463
authored
Sep 30, 2020
by
zqm
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
MM - 活动和观影之外的订单详情时间显示问题
parent
71875e6f
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
pages/pay/order-detail/order-detail.wxml
pages/pay/order-detail/order-detail.wxml
View file @
a997f463
...
...
@@ -66,7 +66,7 @@
</view>
<view class="info-content-item row">
<text class="info-content-item-label"></text>
<text class="info-content-item-describe">{{orderInfo.
expire
Time}}</text>
<text class="info-content-item-describe">{{orderInfo.
business
Time}}</text>
</view>
<view class="info-content-item row">
...
...
@@ -90,7 +90,7 @@
<view class="info-code col con-c align-c">
<text>{{orderInfo.commodity.length}}件商品可用</text>
<button bindtap="onFastScan" class="row con-c align-c">一键扫码</button>
<
!-- <text>{{orderInfo.expireTime}}</text> --
>
<
text>{{orderInfo.expireTime}}</text
>
</view>
</block>
</block>
...
...
@@ -103,7 +103,7 @@
</view>
<view class="info-content-item row">
<text class="info-content-item-label"></text>
<text class="info-content-item-describe">{{orderInfo.
expire
Time}}</text>
<text class="info-content-item-describe">{{orderInfo.
business
Time}}</text>
</view>
<view class="info-content-item row">
<text class="info-content-item-label">订单信息</text>
...
...
@@ -128,7 +128,7 @@
<text wx:if="{{orderInfo.commodityType === 4}}">{{'1件商品可用'}}</text>
<text wx:if="{{orderInfo.commodityType === 3}}">{{orderInfo.commodity.length}}张门票可用</text>
<button bindtap="onFastScan" class="row con-c align-c">一键扫码</button>
<
!-- <text>{{orderInfo.expireTime}}</text> --
>
<
text>{{orderInfo.expireTime}}</text
>
</view>
</block>
</block>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment