Commit 7ee2227a by wangjian

1

parent 4acd775e
......@@ -60,7 +60,7 @@
<view class="right">{{orderData.createTime}}</view>
</view>
<view class="btn" @click="showOrderInfoBottom=!showOrderInfoBottom">
<view>{{showOrderInfoBottom?'展开':'收起'}}</view>
<view>{{showOrderInfoBottom?'收起':'展开'}}</view>
<image class="arrow" :src="icon" mode=""></image>
</view>
</view>
......@@ -92,7 +92,7 @@
orderId: '',
orderData: {},
statusText:{
100:'待兑换',200:'兑换成功',300:'兑换失败'
100:'兑换中',200:'兑换成功',300:'兑换失败'
},
statusSubText:{
100:'卡券生成中,请稍候…',200:'祝您使用愉快.',300:'如有疑问,请联系客服.'
......@@ -112,7 +112,7 @@
}
},
icon: function () {
if (this.showOrderInfoBottom) {
if (!this.showOrderInfoBottom) {
return '../../static/arrow-down.png'
} else {
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