Commit 7ee2227a by wangjian

1

parent 4acd775e
...@@ -60,7 +60,7 @@ ...@@ -60,7 +60,7 @@
<view class="right">{{orderData.createTime}}</view> <view class="right">{{orderData.createTime}}</view>
</view> </view>
<view class="btn" @click="showOrderInfoBottom=!showOrderInfoBottom"> <view class="btn" @click="showOrderInfoBottom=!showOrderInfoBottom">
<view>{{showOrderInfoBottom?'展开':'收起'}}</view> <view>{{showOrderInfoBottom?'收起':'展开'}}</view>
<image class="arrow" :src="icon" mode=""></image> <image class="arrow" :src="icon" mode=""></image>
</view> </view>
</view> </view>
...@@ -92,7 +92,7 @@ ...@@ -92,7 +92,7 @@
orderId: '', orderId: '',
orderData: {}, orderData: {},
statusText:{ statusText:{
100:'待兑换',200:'兑换成功',300:'兑换失败' 100:'兑换中',200:'兑换成功',300:'兑换失败'
}, },
statusSubText:{ statusSubText:{
100:'卡券生成中,请稍候…',200:'祝您使用愉快.',300:'如有疑问,请联系客服.' 100:'卡券生成中,请稍候…',200:'祝您使用愉快.',300:'如有疑问,请联系客服.'
...@@ -112,7 +112,7 @@ ...@@ -112,7 +112,7 @@
} }
}, },
icon: function () { icon: function () {
if (this.showOrderInfoBottom) { if (!this.showOrderInfoBottom) {
return '../../static/arrow-down.png' return '../../static/arrow-down.png'
} else { } else {
return '../../static/arrow-up.png' return '../../static/arrow-up.png'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment