|
@@ -23,7 +23,7 @@
|
|
|
</view>
|
|
</view>
|
|
|
</template>
|
|
</template>
|
|
|
<view class='wrapper'>
|
|
<view class='wrapper'>
|
|
|
- <view class='item acea-row row-between-wrapper' v-if="options.type != 6 || ptions.pay_end== 'SUCCESS'">
|
|
|
|
|
|
|
+ <view class='item acea-row row-between-wrapper' v-if="options.type != 6 || options.pay_end== 'SUCCESS'">
|
|
|
<view>订单编号</view>
|
|
<view>订单编号</view>
|
|
|
<view class='itemCom'>{{orderId}}</view>
|
|
<view class='itemCom'>{{orderId}}</view>
|
|
|
</view>
|
|
</view>
|
|
@@ -163,7 +163,7 @@
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
onLoad: function(options) {
|
|
onLoad: function(options) {
|
|
|
- this.options = options
|
|
|
|
|
|
|
+ this.options = options;
|
|
|
this.orderId = options.order_id;
|
|
this.orderId = options.order_id;
|
|
|
if (options.type == 6) {
|
|
if (options.type == 6) {
|
|
|
|
|
|